https://github.com/freethenation/hackmonkey
Like greasemonkey but... no security, no problem
https://github.com/freethenation/hackmonkey
Last synced: 2 months ago
JSON representation
Like greasemonkey but... no security, no problem
- Host: GitHub
- URL: https://github.com/freethenation/hackmonkey
- Owner: freethenation
- License: mit
- Created: 2014-01-21T06:13:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T18:57:16.000Z (over 12 years ago)
- Last Synced: 2025-01-28T17:17:10.685Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.-"-. .-"-. .-"-.
_/_-.-_\_ _/.-.-.\_ _/.-.-.\_
/ __} {__ \ /|( o o )|\ ( ( o o ) )
/ // " \\ \ | // " \\ | |/ " \|
/ / \'---'/ \ \ / / \'---'/ \ \ \'/^\'/
\ \_/`"""`\_/ / \ \_/`"""`\_/ / /`\ /`\
\ / \ / / /|\ \
see no evil hear no evil speak no evil
HackMonkey
==========
HackMonkey is a Chrome/Chomium extension which allows the execution of arbitrary javascript code on arbitrary pages. Use it with appropriate discretion, as arbitrary script execution is inherently dangerous.
Installing HackMonkey:
1. Go to chrome://extensions
2. Enable developer mode.
3. Install an unpacked extension, and navigate to the HackMonkey src folder.
Using HackMonkey:
1. Go to chrome://extensions
2. Open the background page, listed under Hackmonkey
3. Open the chrome developer tools and select the console
4. In console, type some analogue of the following:
```
hackmonkey.add("https?://www\\\.google\\\.com/.*", "http://jsbin.com/IHOdIyU/1.js")
```
And now, whenever you load a page beginning with www.google.com, the script "1.js" will run on that page.
Monkeys courtesy of: http://www.geocities.com/spunk1111/zoo.htm#monkeys