Friday, August 3, 2012
Altering Outdated Chrome Extension Source Code
Today I tried to install/load into chrome an old extension that was not on the offical chrome market. Chrome will now only allow apps on their market to be installed. So I downloaded the .crx extension package, unpacked it into a directory with winrar and then went to settings -> extensions -> load unpacked extension from chrome. When i did this i got an error about a manifest 1 not being supported. It was a simple fix, just add a line of code in the manifest.json that is in the unpacked directory.
Now i can play my apple IIe emulator in chrome.
http://www.virtualapple.org/rockysboots.html
Now i can play my apple IIe emulator in chrome.
http://www.virtualapple.org/rockysboots.html
Manifest Version
Extensions, themes, and applications are simply bundles of resources, wrapped up with a
manifest.json file that describes the package's contents. The format of this file is generally stable, but occasionally breaking changes must be made to address important issues. Developers should specify which version of the manifest specification their package targets by setting a manifest_version key in their manifests.Current Version
Developers should currently specify
'manifest_version': 2:{
...,
"manifest_version": 2,
...
}Manifest version 1 was deprecated in Chrome 18, and support will be phased out
Thursday, August 2, 2012
Coin Dozer iPhone/iPad/iPod Unlimited Coins Hack
Find your Coin Dozer Folder via iFile in the /var/mobile/Applications (ensure in settings, Application Names is set on)
Navigate to Library
Navigate to Preferences
Open in text editor com.leftover.CoinDozer.plist
Scroll all the way to the bottom
look for total_coins
right below it you will see
integer(the number of coins you had left after you exited)integer
Click edit
Change the number, to anything you want (I have tried 500000000 and it works) DO NOT USE COMMAS,,,,!!!!!!!!!!!!
Click save
Click done
Load Coin Dozer and have fun!
Navigate to Library
Navigate to Preferences
Open in text editor com.leftover.CoinDozer.plist
Scroll all the way to the bottom
look for total_coins
right below it you will see
integer(the number of coins you had left after you exited)integer
Click edit
Change the number, to anything you want (I have tried 500000000 and it works) DO NOT USE COMMAS,,,,!!!!!!!!!!!!
Click save
Click done
Load Coin Dozer and have fun!
Sunday, June 24, 2012
The Best Parts of the Anonymous Internet
Or, as ChromaKode put it, "Things That Make You Cry."
Install, Newbie Guide and FAQ
Please contribute to the guide!
Onion Links
You might not always like what you see down here. The onions are dark, and full of terrors.
General
Boards
Services
Marketplaces
Please note! These links are not endorsements of these marketplaces. They are linked here because they are interesting. Make your own decisions.
Tor Project Links
Sister Subreddits
True Heads
(Stop saying Deep Web.)
Thursday, June 21, 2012
HOW TO: Two Monitor/Keyboard/Mouse/Users - One PC on Windows

This guide will show you how to set up a PC that can be used by 2 people at the same time.
Its good if there are other people living/visiting in your house that wants to use Computer but you don't have an extra and you're using yours.
You can even play World of Warcraft and other Not so new games with 2 users in One PC!
(Use NAT and set up the Network in you Second OS, and Yes you can PLAY LAN and see each other's Games)
We tried LAN in CS and Warcraft. you can even connect the second OS to your network if you have just like normal.
You will need:
Windows OS
VMware Workstation or VMware player
2 Monitors(ofcourse that can be connected in your PC)
USB Keyboard for the second OS
USB mouse for the second OS
Any KB/Mouse for the Host. (I have a PS/2 KB and USB mouse for my Host.)


First you must know how to create a Virtual OS using VMware. (I used Windows 7 for my second OS)
heres how to Link here(This is Windows 7 Beta but its just the same)
Configure your Windows Virtual OS the way you like. and make sure to check these options

Enter fullscreen mode after powering on.

Enable 3d Acceleration = If you want to play games.(supports DX9)
Game Compatibility List(Not Complete)

Check automatically connect new USB devices(Its grayed here because I already turned on the Virtual OS)

If you haven't, Enable your Second Monitor.

Now Drag the VMware Workstation Window to the Second Monitor

Power on the Virtual Machine. It should be in full screen on the second monitor. then.

Go to removable devices and check the USB KB and Mouse for the second OS.
IF IT DOESN'T WORK. unplugged both and connect them both again at the same time.
The "Automatically connect new USB devices option" will connect them.
NOTE: While someone is using the Second OS, you can still interfere with it and control it.
Pressing Windows + D(which i do often) will minimize the Second OS.
When you enable Preview Desktop with Aero Peek. It will also hide the Second OS.
When opening games or any fullscreen 3d program. The screen will flicker in the host(its normal). The second monitor/OS will flicker too.
Congratulations. You now have successfully faked a second Computer within your PC.

Thursday, June 7, 2012
How to Remove Unwanted Items from Addressbar History in Windows Explorer?
Recently a visitor asked us how can he remove unwanted items from the drop-down box of Windows Explorer addressbar? We are sure many of you also want to know the same. Whenever we open a path using Explorer addressbar, its automatically stored in the history and anyone can see it by clicking on the addressbar drop-down arrow.
You can follow these simple steps to remove unwanted items from Windows Explorer address bar history:
1. Type regedit in RUN dialog box and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths
In right-side pane, you'll see various String values with the name url1, url2, url3 and so on. Their value will be set to the path which you see in addressbar drop-down history.
3. You just need to delete the String value which contains the path which you want to remove from addressbar history list. e.g. if you want to remove the 4th item "C:\ProgramData\Microsoft\Windows" from history, then delete the "url4" String value.
4. That's it. Now the deleted path will no longer appear in Explorer addressbar history.
PS: If you want to clear the whole history, you can right-click on the addressbar in Windows Explorer and select "Delete history" option.
Subscribe to:
Posts (Atom)
