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.<
You can use dotjs.
dotjs is a Google Chrome extension that executes JavaScript files in ~/.js based 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.
dotjs is a Google Chrome extension that executes JavaScript files in ~/.js based on their filename.
~/.js
If you navigate to http://www.google.com/, dotjs will execute ~/.js/google.com.js.
http://www.google.com/
~/.js/google.com.js
This makes it super easy to spruce up your favorite pages using JavaScript.