TL BW Userscript - Page 3
Forum Index > BW General |
Sawamura
Malaysia7602 Posts
| ||
mustaju
Estonia4504 Posts
| ||
Wolf
Korea (South)3290 Posts
| ||
Sawamura
Malaysia7602 Posts
and @wolf the script is doing fine for me no lags * Changelog: | ||
b0lt
United States789 Posts
Fixed another annoyance that I've had, the big TLPD banner thing goes directly to the BW TLPD with the latest version. On August 25 2011 00:03 Wolf wrote: All it does for me is make TL load really slow. What browser are you using? If it's firefox, what version of greasemonkey? The only thing I can think of that could cause that is if you already take forever to download the html, and your browser's engine can't do any predictive rendering because because the userscript has a hook on the document end. | ||
soujiro_
Uruguay5195 Posts
any chance you can set bw streams as featured or similar ?? edit*** another idea maybe taking out tsl button and new liquipedia | ||
kuroshiroi
3149 Posts
On August 25 2011 00:09 soujiro_ wrote: another idea maybe taking out tsl button and new liquipedia You can already do that by adding: remove_section(tsl); remove_section(liquipedia); to the end of the main function. There's already a commented out remove_section(poll); in the code, just add some more stuff after that and make sure you put it in this order: /* Move streams to above TSL */ move_section(streams, tsl); /* Remove sections */ remove_section(tsl); remove_section(liquipedia); i.e. the remove_section calls should ideally be at the end of the main function. | ||
Chef
10810 Posts
| ||
Count9
China10928 Posts
| ||
XsebT
Denmark2980 Posts
Oh, there! :D Thanks, this is great! | ||
Sawamura
Malaysia7602 Posts
On August 25 2011 00:40 XsebT wrote: Hey, where did the replay section go? :S Oh, there! :D Thanks, this is great! Ugh dude it's still there its's below tsl and by the way i didn't know i can customized tl.net so much lol lol XD Edit : No more tsl,no poll i am such a happy bw fan now ;o | ||
Wohmfg
United Kingdom1292 Posts
| ||
tyr
France1686 Posts
I'm on Opera, I turned all the javascript options on, renamed it to tlbw.js in the right folder and it doesn't work. edit : nvm, I made it work | ||
corumjhaelen
France6884 Posts
| ||
agarangu
Chile274 Posts
| ||
MrCon
France29748 Posts
For instance when I TLPDize NaDa, I would want it to do NaDa by default. And same with maps, they're always TLPDized to international (ie : Terminus SE and I would want to make it Terminus SE ) That would be an huge time saver as when I make a LR thread I have to manually redo all the TLPD links. | ||
WhuazGoodJaggah
Lesotho777 Posts
let bw streams rule tl.net MUAHAHAHHAHAH var let_bw_streams_rule_the_featured_list = function() { just insert the function somewhere between other functions (f.e. below move_section) and then call it where the other functions (like move_section) are called. full script: http://userscripts.org/scripts/show/111240 | ||
MrCon
France29748 Posts
| ||
WhuazGoodJaggah
Lesotho777 Posts
On August 25 2011 02:30 MrCon wrote: Don't your script will include all streams that contain BW in their name (and perhaps "bw" too ?) it includes all streams that contain '[BW] ' in it which is unlikely to be in a username | ||
MrCon
France29748 Posts
On August 25 2011 02:39 WhuazGoodJaggah wrote: it includes all streams that contain '[BW] ' in it which is unlikely to be in a username oops yeah I missed the [ ], embarrassing :p | ||
| ||