Fork of hex0cter/js-injector with bootstrap, jQuery removed and JS Fixes.
Chrome extension for injecting javascript to the webpage you are visiting. It can be used as a handy tool to make your surfing a bit of more fun.
Useful for automating email address input and redirection for low timeout sites Okta, AWS ..etc. Opening links in new tab by default news.ycombinator.com.
- Open Y Combinator News Link On New Sites
- Hide AutoModerator Comments On Reddit
document
.querySelectorAll('[author="AutoModerator"]')
.forEach(e => element.remove());
This code is free to use under the terms of the MIT license.