MediaWiki:Common.js

From Hard Drop Tetris Wiki

Revision as of 10:31, 8 January 2022 by Blink (talk | contribs)
Jump to: navigation, search

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. */

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119554566-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-119554566-1');
</script>


<!-- HD Wiki Board Flipper v0.0.2 -->
<script type="text/javascript" src="https://raw.githubusercontent.com/TSTman/board-flipper/main/board-flipper.user.js" integrity="sha384-nFuC2QPwgDVROW8xjYLI1LiTdjsYuaAj6MjPI2uRjn56mLncmP3sW9NX12CFDGaH" crossorigin="anonymous"></script>