Nov 02, 2022, 07:44 am
(This post was last modified: Nov 02, 2022, 10:12 am by SectorVector. Edited 4 times in total.)
(Context for this post.)
Attached is a Greasemonkey script which will facilitate easier navigation of TPB pages.
Tested on Firefox (106.3) + Greasemonkey (4.11) (both most recent, i think)
What to expect:
On each page you should now have a 'prev' and 'next' link on the table header, in blue.
But easier still, you can use the left and right arrow buttons on your keyboard to navigate.
As a bonus, you can click anywhere on the table header cell to sort on the column.
Installation:
1) Install Greasemonkey
Other browsers:
Please search "Violetmonkey for Chrome" or "Tampermonkey for Edge" (some links included at the end of the post)
Am guessing GM scripts work as-is on them.
2) Copy paste the contents of attached text file to a new user script window in GM.
- Click the GM icon in the toolbar (the monkey-face)
- Select 'New user Script'. A tab should open with some standard header. Delete it all. (Step (a))
- Open the attached file in Notepad.
- Copy-paste the content of attached file to Step (a) above.
- Save and close the Firefox tab containing the script.
That's it.
3) Browse TPB. Read 'what to expect' above.
For some reason FF didn't recognize GM scripts. Hence the copy-paste step above.
If you get it to work on a different browser do let know. Will help others.
Some handy links
- Violetmonkey for Chrome
- Tampermonkey for Edge
Brave browser users can try Tampermonkey
Safari browser - I have no idea. But Net Search gives some ideas.
Thank you.
TPBPgNo.user.js.txt (Size: 1.71 KB / Downloads: 11)
Edit
Changelog:
1) 02/11/2022 - Changed // @include line to work only on search.php pages.
Attached is a Greasemonkey script which will facilitate easier navigation of TPB pages.
Tested on Firefox (106.3) + Greasemonkey (4.11) (both most recent, i think)
What to expect:
On each page you should now have a 'prev' and 'next' link on the table header, in blue.
But easier still, you can use the left and right arrow buttons on your keyboard to navigate.
As a bonus, you can click anywhere on the table header cell to sort on the column.
Installation:
1) Install Greasemonkey
Other browsers:
Please search "Violetmonkey for Chrome" or "Tampermonkey for Edge" (some links included at the end of the post)
Am guessing GM scripts work as-is on them.
2) Copy paste the contents of attached text file to a new user script window in GM.
- Click the GM icon in the toolbar (the monkey-face)
- Select 'New user Script'. A tab should open with some standard header. Delete it all. (Step (a))
- Open the attached file in Notepad.
- Copy-paste the content of attached file to Step (a) above.
- Save and close the Firefox tab containing the script.
That's it.
3) Browse TPB. Read 'what to expect' above.
For some reason FF didn't recognize GM scripts. Hence the copy-paste step above.
If you get it to work on a different browser do let know. Will help others.
Some handy links
- Violetmonkey for Chrome
- Tampermonkey for Edge
Brave browser users can try Tampermonkey
Safari browser - I have no idea. But Net Search gives some ideas.
Thank you.
TPBPgNo.user.js.txt (Size: 1.71 KB / Downloads: 11)
Edit
Changelog:
1) 02/11/2022 - Changed // @include line to work only on search.php pages.