Skip to content

Inject javascript to the webpage you are visiting

License

Notifications You must be signed in to change notification settings

saurabh-kushwah/js-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Injector

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.

Usage

  1. Open Y Combinator News Link On New Sites

alt text

  1. Hide AutoModerator Comments On Reddit
document
    .querySelectorAll('[author="AutoModerator"]')
    .forEach(e => element.remove());

License

This code is free to use under the terms of the MIT license.

About

Inject javascript to the webpage you are visiting

Topics

Resources

License

Stars

Watchers

Forks