MediaWiki:Gadget-OrangeLinks.js: Difference between revisions

No edit summary
No edit summary
Line 31: Line 31:


         // Check whether the link needs to be processed.
         // Check whether the link needs to be processed.
         if (link.href.indexOf("https://en.wiktionary.org/wiki/") !== 0 &&
         if (link.href.indexOf("https://linguifex.com/w/") !== 0) {
            link.href.indexOf("https://en.m.wiktionary.org/wiki/") !== 0) {
             continue;
             continue;
         }
         }