• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 18:28
CEST 00:28
KST 07:28
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy4Code S RO8 Preview: herO, Zoun, Bunny, Classic7Code S RO8 Preview: Rogue, GuMiho, Solar, Maru3BGE Stara Zagora 2025: Info & Preview27
Community News
Firefly suspended by EWC, replaced by Lancer1Classic & herO RO8 Interviews: "I think it’s time to teach [Rogue] a lesson."2Rogue & GuMiho RO8 interviews: "Lifting that trophy would be a testament to all I’ve had to overcome over the years and how far I’ve come on this journey.8Code S RO8 Results + RO4 Bracket (2025 Season 2)14BGE Stara Zagora 2025 - Replay Pack2
StarCraft 2
General
Firefly suspended by EWC, replaced by Lancer Jim claims he and Firefly were involved in match-fixing How herO can make history in the Code S S2 finals Rogue & GuMiho RO8 interviews: "Lifting that trophy would be a testament to all I’ve had to overcome over the years and how far I’ve come on this journey. Code S RO8 Results + RO4 Bracket (2025 Season 2)
Tourneys
[GSL 2025] Code S: Season 2 - Semi Finals & Finals WardiTV Mondays Sparkling Tuna Cup - Weekly Open Tournament $3,500 WardiTV European League 2025 Sea Duckling Open (Global, Bronze-Diamond)
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 478 Instant Karma Mutation # 477 Slow and Steady Mutation # 476 Charnel House Mutation # 475 Hard Target
Brood War
General
ASL20 Preliminary Maps BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Recent recommended BW games FlaSh Witnesses SCV Pull Off the Impossible vs Shu
Tourneys
[Megathread] Daily Proleagues [BSL 2v2] ProLeague Season 3 - Friday 21:00 CET Small VOD Thread 2.0 [BSL20] ProLeague Bracket Stage - Day 4
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Beyond All Reason What do you want from future RTS games?
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia TL Mafia Community Thread
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread UK Politics Mega-thread Russo-Ukrainian War Thread Vape Nation Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NHL Playoffs 2024 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
A Better Routine For Progame…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 35150 users

Team Liquid Greasemonkey Scripts - Page 3

Forum Index > TL Community
Post a Reply
Prev 1 2 3 4 5 Next All
zatic
Profile Blog Joined September 2007
Zurich15325 Posts
March 10 2011 15:41 GMT
#41
http://userscripts.org/users/3156/scripts

Most of it outdated I am afraid, but have a look.
ModeratorI know Teamliquid is known as a massive building
pidikun
Profile Joined October 2010
Japan22 Posts
March 10 2011 15:55 GMT
#42
I would recommend a mostly empty page containing only important data without images
and stuff for an easier analysis of js scripts an such...

... Or a TL Service API
Two hours of trial and error can save ten minutes of manual reading.
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
March 17 2011 02:46 GMT
#43
I just added a second greasemonkey script. This one modifies the banned user thread so each banned user's name becomes a link to their post history.

Also, the sidebar updater does appear to have crashed on Firefox. I'll try to get that one patched up and put it back online.
Irave
Profile Joined October 2010
United States9965 Posts
March 17 2011 02:50 GMT
#44
Works great, thanks for taking the time to make this!
HaruHaru
Profile Blog Joined November 2009
United States988 Posts
March 23 2011 04:53 GMT
#45
This worked great on chrome but i just switched to firefox 4! Does this work on ff4?
Long live BroodWar!
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
March 23 2011 15:37 GMT
#46
On March 23 2011 13:53 HaruHaru wrote:
This worked great on chrome but i just switched to firefox 4! Does this work on ff4?


That depends more on Greasemonkey than on my scripts. The script itself is using very standard javascript calls that are not dependent on the browser and should work on anything semi-modern.
GaiaCaT
Profile Joined June 2011
35 Posts
July 25 2011 21:24 GMT
#47
Here's a small, hack'ish script for colouring the body of posts from specific people.

Install script, reload page, and click on an empy part of the titlebar of a post (dark blue part)
It will cycle through 3 colours: green, red and normal.

The names are stored in about:config and thus persist through sessions.
I have no idea about the character limit but it's larger than 1024 bytes, or 50+ names which should be more than enough for most people's needs.
Only tested with FireFox 3.6

http://gaiacat.homepage.dk/teamliquid_-_post_colours.user.js

Source in case file is unavailable:
+ Show Spoiler +

// ==UserScript==
// @name TeamLiquid - Post Colours
// @namespace GaiaCaT
// @description Coloured Posts
// @version 0.9
// @include http://teamliquid.net/*
// @include http://www.teamliquid.net/*
// ==/UserScript==

var post = document.getElementsByClassName('solid');
var colourize = eval(GM_getValue('Colourize', '[]'));

for (i in post) {
post[i].getElementsByClassName('titelbalk')[0].addEventListener("click", my_func, true);
postname = String(post[i].getElementsByClassName('forummsginfo')[0].textContent.match(/\w+/));

for (j = 0; j < colourize.length; j++) {
if (postname == colourize[j][0]) {
if (colourize[j][1] == 1) { post[i].getElementsByClassName('lichtb')[0].style.backgroundColor = '#F0FFF0'; }
if (colourize[j][1] == 2) { post[i].getElementsByClassName('lichtb')[0].style.backgroundColor = '#FFF0F0'; }
}
}
}

function my_func(event) {
postname = String(event.target.getElementsByClassName('forummsginfo')[0].textContent.match(/\w+/));
var foundposter = false;
for (i = 0; i < colourize.length; i++) {
if (colourize[i][0] == postname) {
if (colourize[i][1] == 1) { colourize[i][1] = 2; }
else if (colourize[i][1] == 2) { colourize.splice(i, 1); }
var foundposter = true;
}
}
if (foundposter == false) { colourize.push([postname, 1]); }
GM_setValue('Colourize', uneval(colourize));
location.reload(false);
}
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
Last Edited: 2011-07-25 21:47:36
July 25 2011 21:46 GMT
#48
On July 26 2011 06:24 GaiaCaT wrote:
Here's a small, hack'ish script for colouring the body of posts from specific people.

Install script, reload page, and click on an empy part of the titlebar of a post (dark blue part)
It will cycle through 3 colours: green, red and normal.

The names are stored in about:config and thus persist through sessions.
I have no idea about the character limit but it's larger than 1024 bytes, or 50+ names which should be more than enough for most people's needs.
Only tested with FireFox 3.6

http://gaiacat.homepage.dk/teamliquid_-_post_colours.user.js

Source in case file is unavailable:
+ Show Spoiler +

// ==UserScript==
// @name TeamLiquid - Post Colours
// @namespace GaiaCaT
// @description Coloured Posts
// @version 0.9
// @include http://teamliquid.net/*
// @include http://www.teamliquid.net/*
// ==/UserScript==

var post = document.getElementsByClassName('solid');
var colourize = eval(GM_getValue('Colourize', '[]'));

for (i in post) {
post[i].getElementsByClassName('titelbalk')[0].addEventListener("click", my_func, true);
postname = String(post[i].getElementsByClassName('forummsginfo')[0].textContent.match(/\w+/));

for (j = 0; j < colourize.length; j++) {
if (postname == colourize[j][0]) {
if (colourize[j][1] == 1) { post[i].getElementsByClassName('lichtb')[0].style.backgroundColor = '#F0FFF0'; }
if (colourize[j][1] == 2) { post[i].getElementsByClassName('lichtb')[0].style.backgroundColor = '#FFF0F0'; }
}
}
}

function my_func(event) {
postname = String(event.target.getElementsByClassName('forummsginfo')[0].textContent.match(/\w+/));
var foundposter = false;
for (i = 0; i < colourize.length; i++) {
if (colourize[i][0] == postname) {
if (colourize[i][1] == 1) { colourize[i][1] = 2; }
else if (colourize[i][1] == 2) { colourize.splice(i, 1); }
var foundposter = true;
}
}
if (foundposter == false) { colourize.push([postname, 1]); }
GM_setValue('Colourize', uneval(colourize));
location.reload(false);
}


That's pretty cool. I updated the OP with that. I'll see if I can get it working in Chrome, too.
Dalguno
Profile Blog Joined January 2011
United States2446 Posts
July 25 2011 21:52 GMT
#49
I've been looking for this forever! Thank you sir bumper!
"I'm gonna keep making drones cause I'm a baller, and ballers make drones." -Snute
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
Last Edited: 2011-08-24 03:12:11
August 24 2011 01:58 GMT
#50
Looks like a recent HTML change is causing the right sidebar to not update properly, and instead it includes the entire page. I'll fix that ASAP.

Edit: Okay, not right sidebar. It's the left that's doing it. It seems like the regex isn't matching anymore, but it's a very simple regex and the pattern should still be good. Can anyone confirm if this bug exists on anything other than Chrome?

Edit #2: Or it is the right. I feel like I'm going crazy.
marvin.
Profile Joined August 2010
United States469 Posts
August 24 2011 02:05 GMT
#51
thanks for your work, this script is amazing.
TMStarcraft
Profile Joined September 2010
Australia686 Posts
August 24 2011 02:11 GMT
#52
On March 01 2011 12:13 Nitrogen wrote:
here's another script, except this one is pretty much mandatory if you want to call yourself a tler

http://www.teamliquid.net/blogs/viewblog.php?topic_id=80431

Ahhh it all makes sense now lol.
||
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
August 24 2011 03:19 GMT
#53
Sup dawg. Heard you like TL, so I glitched out a script so you can browse TL while you're browsing TL.

Okay, it's fixed. The change was a simple removal of some whitespace at the right sidebar HTML start. Just reinstall it to get the newest version that doesn't give you TLception.
Zim23
Profile Joined August 2010
United States1681 Posts
August 24 2011 05:29 GMT
#54
I was just coming here to mention the new TLception problem and see it was already fixed. Much love man, much love.
Do an arranged marriage if she's not completely minging, and don't worry about dancing, get a go-kart, cheers.
Gao Xi
Profile Blog Joined June 2009
Hong Kong5178 Posts
August 24 2011 06:09 GMT
#55
Yea I had that problem and luckily its fixed now!!
龔智禮 _________________________________________________________________________________________________ CJ NATION
zatic
Profile Blog Joined September 2007
Zurich15325 Posts
August 24 2011 06:14 GMT
#56
This one is pretty usefull too

http://www.teamliquid.net/forum/viewpost.php?post_id=10679670
ModeratorI know Teamliquid is known as a massive building
Schnake
Profile Joined September 2003
Germany2819 Posts
August 24 2011 06:36 GMT
#57
The banned user sript is pretty sweet and helps my guilty pleasure.
"Alán Shore" and "August Terran" @ LoL EUW - liquidparty
Cambium
Profile Blog Joined June 2004
United States16368 Posts
Last Edited: 2011-08-24 06:49:06
August 24 2011 06:46 GMT
#58
Actually, nvm, i don't think enough ppl care given that this is general.
When you want something, all the universe conspires in helping you to achieve it.
short
Profile Joined January 2011
Sweden148 Posts
August 24 2011 06:59 GMT
#59
This got fixed quickly. Great job!
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
August 24 2011 15:35 GMT
#60
On August 24 2011 15:14 zatic wrote:
This one is pretty usefull too

http://www.teamliquid.net/forum/viewpost.php?post_id=10679670


I've added this to the OP. I also put in your other collection of scripts that I somehow missed months ago.
Prev 1 2 3 4 5 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 1h 32m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Rain 9043
Artosis 449
Dota 2
Pyrionflax170
ROOTCatZ12
LuMiX1
League of Legends
Grubby2685
Dendi1729
JimRising 483
Counter-Strike
fl0m5899
Stewie2K627
Super Smash Bros
Mew2King88
Heroes of the Storm
Khaldor257
Other Games
summit1g8389
FrodaN4027
shahzam799
C9.Mang0763
Maynarde82
Dewaltoss43
UpATreeSC18
Organizations
Other Games
gamesdonequick1109
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• Berry_CruncH87
• Hupsaiya 78
• musti20045 52
• Adnapsc2 17
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• Rasowy 3
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota22289
• Ler120
League of Legends
• Doublelift4607
Other Games
• imaqtpie1475
Upcoming Events
Replay Cast
1h 32m
Wardi Open
12h 32m
Replay Cast
1d 1h
Replay Cast
1d 11h
RSL Revival
1d 11h
Cure vs Percival
ByuN vs Spirit
RSL Revival
2 days
herO vs sOs
Zoun vs Clem
Replay Cast
3 days
The PondCast
3 days
RSL Revival
3 days
Serral vs SHIN
Solar vs Cham
Replay Cast
4 days
[ Show More ]
RSL Revival
4 days
Reynor vs Scarlett
ShoWTimE vs Classic
uThermal 2v2 Circuit
4 days
SC Evo League
5 days
Circuito Brasileiro de…
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-06-11
BGE Stara Zagora 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL 17: 2025 SUMMER
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025

Upcoming

Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
BLAST Open Fall 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.