Jump to content

MediaWiki:Common.js

From Repository of Archaeology

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Noupe AI Chatbot Embed */
mw.loader.using('mediawiki.util').then(function () {

    var script = document.createElement('script');
    script.src = "https://www.noupe.com/embed/0199c5a954c675f7b0b5fda009243ac83bc3.js";
    script.async = true;

    document.body.appendChild(script);
});