I've simply made myself a Greasemonkey script to rid myself of:
Installation: You can drag-and-drop the lfsforumthanksblocker.user.js file onto the Firefox window for easy installation
Alternatively: Drag onto the little GreaseMonkey monkey icon in the Firefox status bar!
Note: Because the RegEx to remove the 'Thanks' count takes a bit of time, it is, like the other functions, executed only on page load. This means that when a quick-post reply or edit is made, the count on that post is visible until refresh. It's not a bug, it's an attempt at avoiding terrible performance
Note #2: This is based off a code snippet from AndroidXP So... thanks to j00
Anyway, here it is, for your benefit!
(For those of you not in the know, GM is a Firefox extension )
- The 'Thanks' thumb image.
- The 'Thanks' names box.
- The 'Thanks' count under the username.
Installation: You can drag-and-drop the lfsforumthanksblocker.user.js file onto the Firefox window for easy installation
Alternatively: Drag onto the little GreaseMonkey monkey icon in the Firefox status bar!
Note: Because the RegEx to remove the 'Thanks' count takes a bit of time, it is, like the other functions, executed only on page load. This means that when a quick-post reply or edit is made, the count on that post is visible until refresh. It's not a bug, it's an attempt at avoiding terrible performance
Note #2: This is based off a code snippet from AndroidXP So... thanks to j00
Anyway, here it is, for your benefit!
(For those of you not in the know, GM is a Firefox extension )