MediaWiki:Common.js

From Deletionpedia.org: a home for articles deleted from Wikipedia
Revision as of 23:02, 14 September 2014 by Guaka (talk | contribs)

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.
/* Any JavaScript here will be loaded for all users on every page load. */


(function () {
 
google_ad_client = "ca-pub-6320359165377906"; 
google_ad_slot = "0726399065"; 
google_ad_width = 728; 
google_ad_height = 90;

var script = document.createElement( 'script' );
script.type = 'text/javascript';
script.src = 'http://pagead2.googlesyndication.com/pagead/show_ads.js';
$("#mw-mywiki-example").append( script );
 
}());