MediaWiki:Gadget-EditTop.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
Testing
(Created page.)
 
m (Testing)
Line 46: Line 46:
     var a = span0.getElementsByTagName ("A")[0];
     var a = span0.getElementsByTagName ("A")[0];
     if (a.href.indexOf ("&section=T") == -1) {
     if (a.href.indexOf ("&section=T") == -1) {
       a.title = a.title.replace (/(: |:).*$/, "$1" + "0");
       a.title = a.title.replace (/(: |:).*$/, "$1" + 'wgPageName');
       a.setAttribute ("href", a.getAttribute ("href", 2).replace (/&section=\d+/, "&section=0"));
       a.setAttribute ("href", a.getAttribute ("href", 2).replace (/&section=\d+/, "&section=0"));
     }
     }