Jump to content

User:AzaToth/differror.js

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Edokter (talk | contribs) at 11:57, 7 December 2010 (make a diff). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
if( false ) {
  node = document.createElement( 'div' );
  node.innerHTML = '<div style="position:fixed; z-index:100; right:0; top:0; width: 100%; height: 100%; background-color:white; font-size: xx-large; padding-top: 20%; text-align: center;">Please wait</div>';
  document.body.appendChild( node );
  window.setTimeout( function() {document.body.removeChild( node ) }, 5000 );
}