Skip to content

🐹 Randomly calls JS functions on any website it's getting unleashed on

License

Notifications You must be signed in to change notification settings

RandomByte/chaos-hamster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaos-hamster 🐹

This hamster randomly calls JavaScript functions on any website it's getting unleashed on.

It traverses through objects starting at window while randomly executing functions.

Bookmarklet:

javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://randombyte.github.io/chaos-hamster/hamster.js';})();

Test Page

Advanced usage

To let the Hamster run on a specific object (and its children):

Hamster.halt(); // stop any currently running hamster
Hamster.run(window.target.object); // run hamster on window.target.object and any child-objects

Credits

Inspired by @Thodd. Supported by @matz3

About

🐹 Randomly calls JS functions on any website it's getting unleashed on

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published