Changes

Jump to navigation Jump to search
Line 20: Line 20:  
// @include        http://wiibrew.org/index.php?*
 
// @include        http://wiibrew.org/index.php?*
 
// ==/UserScript==
 
// ==/UserScript==
if((document.referrer.indexOf("action=edit")!=-1||document.referrer.indexOf("action=submit")!=-1)&&window.location.href.indexOf("action")==-1)
+
if(((document.referrer.indexOf("action=edit")!=-1||document.referrer.indexOf("action=submit")!=-1)&&window.location.href.indexOf("action")==-1)
 +
  ||document.getElementsByTagName('h1')[0].innerHTML.lastIndexOf("503")!=-1)
 
document.location.replace(window.location.href+"&a=a");</pre>
 
document.location.replace(window.location.href+"&a=a");</pre>
   Line 27: Line 28:  
Moreover, I am currently making an Opera button that can be used to for example refresh the recentchanges page. [[User:Muzer|Muzer]] 04:44, 28 May 2008 (PDT)
 
Moreover, I am currently making an Opera button that can be used to for example refresh the recentchanges page. [[User:Muzer|Muzer]] 04:44, 28 May 2008 (PDT)
 
:The Opera button is finished. First, go to [http://myweb.tiscali.co.uk/digitaltv/wiibrew.html this page]. On that page, there is a link. Click and drag it to your toolbar. Then click it to properly refresh wiibrew. [[User:Muzer|Muzer]] 04:49, 28 May 2008 (PDT)
 
:The Opera button is finished. First, go to [http://myweb.tiscali.co.uk/digitaltv/wiibrew.html this page]. On that page, there is a link. Click and drag it to your toolbar. Then click it to properly refresh wiibrew. [[User:Muzer|Muzer]] 04:49, 28 May 2008 (PDT)
 +
Updated. Now will do 503 pages as well. Really, I shouldn't be needing to do this though. Please fix the cache asap. [[User:Felix123|Felix123]] 17:02, 29 May 2008 (PDT)
210

edits

Navigation menu