Jump to content

User:AzaToth/differror.js

From Wikipedia, the free encyclopedia
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 );
}