Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (mw.config.get('wgPageName') === 'Special:Torus') {
  2.     importScriptURI('http://monchbox.wikia.com/wiki/MediaWiki:Torus.js/main.js?action=raw&ctype=text/javascript&templates=expand&t=' + (new Date()).getTime());
  3.     $('head').append('<style> \
  4.             #torus { \
  5.                 position: fixed !important; \
  6.              margin-top: 0 !important; \
  7.                 top: 0 !important; \
  8.              left: 0 !important; \
  9.              width: 100% !important; \
  10.              height: 100% !important; \
  11.             } \
  12.             #WikiHeader, \
  13.             #WikiaHeader, \
  14.             #WikiaBar, \
  15.             #globalNavigation { \
  16.                 display: none; \
  17.             } \
  18.        </style>');
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement