'Automatically run JavaScript code upon loading a specific website
I've written scripts to filter out threads and posts in a programming forum by author.
But you need to post the code into the web console for each page individually.
I was wondering if it were possible and if so how (using either firefox or chrome), to set your browser up to run a specific script upon loading a specific site? Is it possible as an extension or plugin?
Solution 1:[1]
You can use dotjs.
dotjs is a Google Chrome extension that executes JavaScript files in
~/.jsbased on their filename.If you navigate to
http://www.google.com/, dotjs will execute~/.js/google.com.js.This makes it super easy to spruce up your favorite pages using JavaScript.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
