User:Aude/common.js

From Wikimedia District of Columbia
< User:Aude
Revision as of 15:33, 16 September 2011 by Aude (talk | contribs) (tweak)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
if ( ( mw.config.get('wgPageName') == 'Home' ) && ( wgNamespaceNumber == 0 ) ) {
  $('#donatebutton').css({'border' : 'solid 1px red'});
  alert('red');
  $('#donatebutton').html('<form action="https://checkout.google.com/cws/v2/Donations/334897480085960/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" onSubmit="return validateAmount(this.item_price_1)" target="_top"></form>');
  alert('donate');
}