Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
 url = document.URL;
 function $(ID) {return document.getElementById(ID);}
 // Link for the unpatrolled articles
 function signUp() {
  if ($("pt-mytalk")) {
   var signUp = document.createElement("span");
   signUp.setAttribute("style", "padding-left: 9px");
   signUp.innerHTML = ' \ <a href="/w/index.php?title=Special:NewPages&hideredirs=0&hidepatrolled=1" title="Unpatrolled Articles"><span style="color: #cc2200">patroller</span><\/a>';
   $("pt-mytalk").appendChild(signUp);
  }
 }
 addOnloadHook(signUp);