thizzladen
Power Member
- Jul 11, 2009
- 765
- 671
I've been reading up and taking tutorials on javascript so I decided what better way to learn than to try making something myself with practical use instead of a bunch of "hello world" zombie projects.
I made a chrome extension that was inspired by kn1ves in this thread.
What does it do?
It removes all posts in the thread page that aren't by OP. Now, this only works on a page-by-page basic so you have to right-click and click "Remove Other Posts" on each page of the thread.
How do I install it?
The extension isn't on the chrome store, since this is just a small project I worked on I haven't created a google developer account and paid the $5 fee, but you can load unpacked extensions into chrome by following the steps below:
Enjoy
I made a chrome extension that was inspired by kn1ves in this thread.
What does it do?
It removes all posts in the thread page that aren't by OP. Now, this only works on a page-by-page basic so you have to right-click and click "Remove Other Posts" on each page of the thread.
How do I install it?
The extension isn't on the chrome store, since this is just a small project I worked on I haven't created a google developer account and paid the $5 fee, but you can load unpacked extensions into chrome by following the steps below:
- Unzip the folder.
- Open the Extension Management page by navigating to chrome://extensions.
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode (top-right).
- Click the LOAD UNPACKED button and select the extension directory.
- Navigate to the extension folder and click "Select Folder".
Enjoy