Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/codebox/monkeyshine

A collection of slightly evil JavaScript
https://github.com/codebox/monkeyshine

bookmarklet hacking humor

Last synced: 3 months ago
JSON representation

A collection of slightly evil JavaScript

Lists

README

        

# monkeyshine

Here is a collection of JavaScript bookmarklets which you can use to vanquish your enemies (or at least mildly amuse them).

You can try them all out on the [project home-page](http://codebox.org.uk/pages/monkeyshine-javascript-practical-jokes).

Some are also available as User Scripts, which are supported natively in Google Chrome, and can also be used in other browsers with the help of a browser extension (e.g. Greasemonkey for Firefox). The User Script versions have better prank potential, because once installed they will run automatically on every page that the victim visits, whereas the bookmarklets must be manually clicked in order to run.

I have tested these scripts in Google Chrome, Firefox and Safari, they should also work fine in Opera and maybe in Internet Explorer 9 and above.

### Flip Page by 180°

This script immediately turns a web page upside down, not too subtle but guaranteed to have an impact.

[User Script](https://codebox.net/js/userscripts/Flip180.user.js)

* * *

### Flip all Images

This script turns every image on the page upside-down.

[User Script](https://codebox.net/js/userscripts/FlipImages.user.js)

* * *

### Random Orientations

This script makes small adjustments to the orientation of various elements on the page, giving it a nice 'broken' look.

[User Script](https://codebox.net/js/userscripts/RandomOrientations.user.js)

* * *

### The Bieberfier

Replaces all images on the page with a picture of teen heartthrob Justin Bieber

[User Script](https://codebox.net/js/userscripts/Bieberfier.user.js)

* * *

### Rotate Page Booby Trap

This script does nothing until someone presses a key on keyboard or moves the mouse, then it rotates the page 180°. After you run the script there is a 5 second pause before the trap is activated.

* * *

### I Like Frogs

This script replaces any text that the victim enters with the words 'I like frogs'

[User Script](https://codebox.net/js/userscripts/ILikeFrogs.user.js)

* * *