User:PleaseStand/segregate-refs-dev.js: Difference between revisions

Content deleted Content added
m fixed regex
adding code to turn off when section editing
Line 395:
window.onload = window.PsOnload;
// Only activate on edit pages (that are not section edit pages)
if(!window.document.getElementById("editform")) {||
(window.___location.search.indexOf("section=") >= 0)) {
return;
}