• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 23:43
CEST 05:43
KST 12:43
  • 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 RO8 Preview: herO, Zoun, Bunny, Classic3Code S RO8 Preview: Rogue, GuMiho, Solar, Maru3BGE Stara Zagora 2025: Info & Preview27Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL47
Community News
BGE Stara Zagora 2025 - Replay Pack2Weekly Cups (June 2-8): herO doubles down1[BSL20] ProLeague: Bracket Stage & Dates9GSL Ro4 and Finals moved to Sunday June 15th13Weekly Cups (May 27-June 1): ByuN goes back-to-back0
StarCraft 2
General
Jim claims he and Firefly were involved in match-fixing Code S RO8 Preview: herO, Zoun, Bunny, Classic The SCII GOAT: A statistical Evaluation DreamHack Dallas 2025 - Official Replay Pack BGE Stara Zagora 2025 - Replay Pack
Tourneys
[GSL 2025] Code S:Season 2 - RO8 - Group A RSL: Revival, a new crowdfunded tournament series SOOPer7s Showmatches 2025 Sparkling Tuna Cup - Weekly Open Tournament 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 # 477 Slow and Steady Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance
Brood War
General
BW General Discussion BGH auto balance -> http://bghmmr.eu/ FlaSh Witnesses SCV Pull Off the Impossible vs Shu StarCraft & BroodWar Campaign Speedrun Quest Will foreigners ever be able to challenge Koreans?
Tourneys
NA Team League 6/8/2025 [ASL19] Grand Finals [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET [Megathread] Daily Proleagues
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
Nintendo Switch Thread Stormgate/Frost Giant Megathread Beyond All Reason Path of Exile 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
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine UK Politics Mega-thread Russo-Ukrainian War Thread Vape Nation Thread
Fan Clubs
Maru Fan Club Serral Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024
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: 26650 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
Replay Cast
02:00
LiuLi 40 / Enki Pro Series 5
Liquipedia
Online Event
00:00
LATAM SC2 League: Semifinals
Liquipedia
GSL
23:00
Replay Cast
Rogue vs GuMiho
Maru vs Solar
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ROOTCatZ 276
Nina 215
RuFF_SC2 175
StarCraft: Brood War
Rain 2534
Sea 836
PianO 175
Noble 38
Leta 25
Terrorterran 18
Icarus 7
Dota 2
monkeys_forever110
LuMiX1
League of Legends
JimRising 746
Counter-Strike
Stewie2K433
Heroes of the Storm
Khaldor152
Other Games
summit1g12037
C9.Mang01037
hungrybox605
WinterStarcraft294
ViBE227
ToD149
Maynarde125
Mew2King62
CosmosSc2 24
Organizations
Other Games
gamesdonequick1189
BasetradeTV80
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH294
• Hupsaiya 77
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift5673
• Lourlo890
• Stunt251
Upcoming Events
GSL Code S
5h 47m
herO vs Zoun
Classic vs Bunny
The PondCast
6h 17m
Replay Cast
20h 17m
WardiTV Invitational
1d 7h
OSC
1d 9h
Korean StarCraft League
1d 23h
SOOP
2 days
sOs vs Percival
CranKy Ducklings
2 days
WardiTV Invitational
2 days
Cheesadelphia
2 days
[ Show More ]
CSO Cup
2 days
GSL Code S
3 days
Sparkling Tuna Cup
3 days
Replay Cast
3 days
Wardi Open
4 days
Replay Cast
4 days
Replay Cast
5 days
RSL Revival
5 days
Cure vs Percival
ByuN vs Spirit
RSL Revival
6 days
herO vs sOs
Zoun vs Clem
Replay Cast
6 days
Liquipedia Results

Completed

CSL Season 17: Qualifier 2
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
2025 GSL S2
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
BLAST Open Spring 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
Murky Cup #2
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.