This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

User:Technical 13/common.js

From Stardew Valley Wiki
Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* UserCSSJS */// To make it easy to navigate to your own custom CSS and JS pages
// [[Special:MyPage/common.css]] [[Special:MyPage/common.js]]
// [[Special:MyPage/vector.css]] [[Special:MyPage/vector.js]]

/* Eliminate ads.. */
$( '.adsbygoogle' ).remove();.
$( 'div#side-adspace' ).remove();
$( 'div#stardew_top_responsive').parent( 'div.responsiveadtop' ).parent( 'div' ).remove();