Greasemonkey Scripts For vB: Now With A "I Can't Believe It's Not Fusetalk" Script

Page 6 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Razgriz

Golden Member
Jan 29, 2006
1,094
0
0
I've never seen a lag in the user styles, with the Stylish add-on. Are you using Greasemonkey instead?

yeah forgot to mention I'm using greasemonkey. will try stylish instead.

that did it!
 
Last edited:

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
Seems tooltips have been enabled. To disable them, try this script, and change the included pages to "http://forums.anandtech.com/*".
 

hclarkjr

Lifer
Oct 9, 1999
11,375
0
0
"Remove all references to "Dynamite Media" redirection in AnandTech forum links.

AT Redirector Buster - http://www.neftastic.com/atredir.user.js"

it is no longer working for me, did they work around it?
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
A couple of updates for the new year. First, I've updated my FTLook for vBulletin script to work with Firefox 3.0. (Is that why some of you liked my Stylish style better?) Edit: bug fixed 1/2/2010. Stupid Rating pseudo-column. D:

Second, nobody's responded to my post about moderator titles. So until they do, here's some code for The Reiconizer to show you which forums moderators moderate. It only affects forum-specific moderators, and it's based on my own browse through the forums; please don't ban me for forgetting you!

Code:
// Markfw900: CPUs and Overclocking mod.
nameFor['88092'] = '><div class="smallfont" style="color:black;text-decoration:none;">CPUs and Overclocking<br/>Moderator<br/>Video Cards and Graphics</div>';
// lopri: Motherboards mod.
nameFor['92616'] = '><div class="smallfont" style="color:black;text-decoration:none;">Motherboards</div>';
// AmberClad: Video Cards and Graphics mod.
nameFor['176089'] = '><div class="smallfont" style="color:black;text-decoration:none;">Video Cards and Graphics</div>';
// BFG10K: Video Cards and Graphics mod.
nameFor['27005'] = '><div class="smallfont" style="color:black;text-decoration:none;">Video Cards and Graphics</div>';
// n7: Memory and Storage mod.
nameFor['125324'] = '><div class="smallfont" style="color:black;text-decoration:none;">Memory and Storage</div>';
// jonnyGURU: Power Supplies mod.
nameFor['4186'] = '><div class="smallfont" style="color:black;text-decoration:none;">Power Supplies</div>';
// aigomorla: Cases & Cooling mod.
nameFor['180190'] = '><div class="smallfont" style="color:black;text-decoration:none;">Cases &amp; Cooling</div>';
// jpeyton: SFF, Notebooks, Pre-Built/Barebones PCs mod.
nameFor['117293'] = '><div class="smallfont" style="color:black;text-decoration:none;">SFF, Notebooks, Pre-Built/Barebones PCs</div>';
// ScottMac: Networking mod.
nameFor['47126'] = '><div class="smallfont" style="color:black;text-decoration:none;">Networking</div>';
// corkyg: Peripherals mod.
nameFor['14323'] = '><div class="smallfont" style="color:black;text-decoration:none;">Peripherals</div>';
// MarcVenice: General Hardware mod.
nameFor['213304'] = '><div class="smallfont" style="color:black;text-decoration:none;">General Hardware</div>';
// Rubycon: Highly Technical mod.
nameFor['177281'] = '><div class="smallfont" style="color:black;text-decoration:none;">Highly Technical</div>';
// fuzzybabybunny: Digital and Video Cameras mod.
nameFor['186078'] = '><div class="smallfont" style="color:black;text-decoration:none;">Digital and Video Cameras<br/>Moderator<br/>Love and Relationships</div>';
// pm: Gadgets Gear and Phones mod.
nameFor['10457'] = '><div class="smallfont" style="color:black;text-decoration:none;">Gadgets Gear and Phones</div>';
// YOyoYOhowsDAjello: Audio/Video & Home Theater mod.
nameFor['64774'] = '><div class="smallfont" style="color:black;text-decoration:none;">Audio/Video &amp; Home Theater</div>';
// aphex: All Things Apple mod.
nameFor['62391'] = '><div class="smallfont" style="color:black;text-decoration:none;">All Things Apple</div>';
// MarkBNJ: Programming mod.
nameFor['179504'] = '><div class="smallfont" style="color:black;text-decoration:none;">Programming</div>';
// KeithTalent: PC Gaming mod.
nameFor['183971'] = '><div class="smallfont" style="color:black;text-decoration:none;">PC Gaming</div>';
// Queasy: Console Gaming mod.
nameFor['67534'] = '><div class="smallfont" style="color:black;text-decoration:none;">Console Gaming</div>';
// Fullmetal Chocobo: DC mod.
nameFor['110744'] = '><div class="smallfont" style="color:black;text-decoration:none;">Distributed Computing</div>';
// Love and Relationships mods: asobel, Lola, and SagaLore, respectively:
nameFor['216444'] = '><div class="smallfont" style="color:black;text-decoration:none;">Love and Relationships</div>';
nameFor['68794'] = '><div class="smallfont" style="color:black;text-decoration:none;">Love and Relationships</div>';
nameFor['77514'] = '><div class="smallfont" style="color:black;text-decoration:none;">Love and Relationships</div>';
// Zenmervolt: The Garage mod.
nameFor['32450'] = '><div class="smallfont" style="color:black;text-decoration:none;">The Garage</div>';
// Karaktu: For Sale/Trade mod.
nameFor['86642'] = '><div class="smallfont" style="color:black;text-decoration:none;">For Sale/Trade</div>';
// AnandTechDeals: Hot Deals mod.
nameFor['73334'] = '><div class="smallfont" style="color:black;text-decoration:none;">Hot Deals<br/>Moderator<br/>Contests and Sweepstakes</div>';
 
Last edited:

fatpat268

Diamond Member
Jan 14, 2006
5,853
0
71
Seems tooltips have been enabled. To disable them, try this script, and change the included pages to "http://forums.anandtech.com/*".

Thank you, worked well for me. I thought I'd like the tooltips, but in chrome the tooltips appear way too fast.

While a nice feature, I wont miss them.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
I'd been putting it off; I wasn't sure how the upgrade would go with Ubuntu 9.04. But it seems to have worked, and I quickly found the problem:
localName and namespaceURI in HTML documents now behave like they do in XHTML documents: localName returns in lower case...
Fortunately, that was an easy fix (to nodeName), and it's fixed now.
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
I'd been putting it off; I wasn't sure how the upgrade would go with Ubuntu 9.04. But it seems to have worked, and I quickly found the problem:Fortunately, that was an easy fix (to nodeName), and it's fixed now.
Excellent. Thank you Ken!:D
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
Stylish for Chrome.

Of course, it turned out the way I made the style, Stylish for Chrome didn't recognize it. But I changed the style, and now it seems to work. :)
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
You may have noticed that I dropped the FuseTalk Smilies Importer Greasemonkey script. But I've since found a better way. It's a user style, so it should work with both Firefox and Chrome, with their respective Stylish add-ons. :)
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
FYI, I finally got fed up with the percent bug, so I made a script to fix it!

Code:
// ==UserScript==
// @name           AT Fix Percent
// @namespace      http://sites.google.com/kenscode
// @description    Fix percent signs on AT forums
// @include        http://forums.anandtech.com/showthread.php*
// ==/UserScript==
var allPosts = document.evaluate('//td[starts-with(@id,"td_post_")]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i=0;i<allPosts.snapshotLength;i++) {
	var thisPost = allPosts.snapshotItem(i);
	thisPost.innerHTML = thisPost.innerHTML.replace(/&amp;(#[1-9][0-9][0-9]*|quot);;*/g, '&$1;');
}

Edito: Mejor para m&#225;s acentos, as&#237;. (Better for more accents, like this.)

Edit2: &quot; is starting to appear. :(
 
Last edited:

lokiju

Lifer
May 29, 2003
18,526
5
0
Is it just me or is none of the old methods of hiding the sidebar in Chrome no longer working?
 

coldmeat

Diamond Member
Jul 10, 2007
9,234
142
106
Anyone working on a way to get rid of the forum category summary at the top?

I'm sure it's a simple fix, but I'm clueless to this sort of stuff.

edit: hmm, it's gone now.
 
Last edited:

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,695
4,658
75
Anyone working on a way to get rid of the forum category summary at the top?

I'm sure it's a simple fix, but I'm clueless to this sort of stuff.

edit: hmm, it's gone now.

If it ever comes back, this CSS style will hide it:

Code:
div.page > div > div + br + table, div.page > div > div + br + table + br { display:none !important; }
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
The summaries won't be coming back. We were changing the summary for Mobile Devices when we realized they weren't turned on in the first place.
 

coldmeat

Diamond Member
Jul 10, 2007
9,234
142
106
The summaries won't be coming back. We were changing the summary for Mobile Devices when we realized they weren't turned on in the first place.

ok. when I saw it there, I wasn't sure if it had always been there and I just hadn't noticed before or what.