User:Lovro Ilijasic/wikiassistant.js

From Wikipedia, the free encyclopedia
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
$("head").append("<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>")
         .append("<link rel='stylesheet' type='text/css' href='//wikiassistant.info/public/scripts/wikiassistant.css'>");
 
// Load JS
$("head").append("<script type='text/javascript' src='//wikiassistant.info/public/scripts/wikiassistant.js'>");