User:Peoplelikeyou/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
Line 3:
// This script highlights bluelinks to selected users' userpages or talkpages in bodyContent
var
importScript('User:Peoplelikeyou/userlist.js');
//Highlighting script. Based on [[User:ais523/highlightmyname.js]].
Line 19 ⟶ 15:
n.href.indexOf(wgArticlePath.split("$1")[0]+h) == -1) return 0; // to the wrong target
var u=n.href.split(h)[1];
if(
{
n.style.backgroundColor="#FACDD5";
| |||