Jump to content

User:AzaToth/differror.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AzaToth (talk | contribs) at 00:00, 11 October 2007 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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 );
}