Hacker News new | ask | show | jobs
by tghw 5561 days ago
If you just save this to a .user.js file, add the user script headers, and open that file in Chrome, it'll install it as an extension.

Edit: removed broken script.

1 comments

That won’t work in all browsers. User scripts are executed in their own context and don’t know of plugins and libraries that are available on the page.

The good news is, you don’t need Prototype at all. I made this userscript this morning: https://gist.github.com/880967 Just click one of the “raw” links to install.

You're right, mine won't work. Taken down.