User:Tyrok1/monobook.js: Difference between revisions

Content added Content deleted
(Tweaking)
(Tweaking to fix bug in Firefox)
Line 2: Line 2:
/*========================================
/*========================================
This comparison script was written by
This comparison script was written by
Tyrok1 and has been tested in Cr 12.
Tyrok1.
========================================*/
========================================*/


Line 197: Line 197:
HighlightAddToolbox();
HighlightAddToolbox();
AddHandler(window, "scroll", HighlightScroll);
HighlightUpdate();
HighlightUpdate();
Line 203: Line 205:
//register the comparison script with the window's load event
//register the comparison script with the window's load event
AddHandler(window, "load", HighlightActivate);
AddHandler(window, "load", HighlightActivate);
AddHandler(window, "scroll", HighlightScroll);


//</lang>
//</lang>