User:Tholly/Status.js

From Simple English Wikipedia, the free encyclopedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* [[Usuario:Axxgreazz/statuschangerX.js]] (eswiki) */
 
//<pre><nowiki>
/* Parámetros del administrador de estados */
var wpStatusBarra     = true;
var wpTextoCompleto   = true;  
var wpUbicaciónInicio = true;  
var wpVigilarEstado   = true; 
 
document.write('<'+'script src="http://es.wikipedia.org/w/index.php?' 
+  'title=Usuario:Axxgreazz/statuschangerX.js'
+  '&action=raw&ctype=text/javascript&dontcountme=s"' 
+  'type="text/javascript"><'+'/script>');
 
//</nowiki></pre>