Jump to content

User:Lovro Ilijasic/wikiassistant.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lovro Ilijasic (talk | contribs) at 23:34, 9 March 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Load CSS
var css = document.createElement("link");
css.setAttribute("rel", "stylesheet");
css.setAttribute("type", "text/css");
css.setAttribute("href", "https://wikiassistant.info/public/scripts/wikiassistant.css");

// Load JS
var js = document.createElement('script');
js.setAttribute("type", "text/javascript")
js.setAttribute("src", "https://wikiassistant.info/public/scripts/wikiassistant.js")