MediaWiki:Common.js

From Obsidian Scheduler
Revision as of 17:13, 30 March 2021 by Craig (talk | contribs)
Jump to navigationJump to 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.

  window._bcvma = window._bcvma || [];
  _bcvma.push(["setAccountID", "420408690637749684"]);
  _bcvma.push(["setParameter", "InvitationID", "416622039416554093"]);
  _bcvma.push(["pageViewed"]);
  var bcLoad = function(){
    if(window.bcLoaded) return; window.bcLoaded = true;
    var vms = document.createElement("script"); vms.type = "text/javascript"; vms.async = true;
    vms.src = "https://vmss.boldchat.com/aid/420408690637749684/bc.vms4/vms.js";
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vms, s);
  };
  if(window.pageViewer && pageViewer.load) pageViewer.load();
  else if(document.readyState=="complete") bcLoad();
  else if(window.addEventListener) window.addEventListener('load', bcLoad, false);
  else window.attachEvent('onload', bcLoad);

document.addEventListener("load", function(){
    var navColumn = document.getElementById('column-one');
	console.log(navColumn.innerHMTL);
	var chatDiv = document.createElement('div');
	chatDiv.innerHTML = '<!-- BoldChat Live Chat Button HTML v5.00 (Type=Web,ChatButton=My Chat Button,Website=- None -) -->\r\n' +
		'<div style="text-align: center; white-space: nowrap;">\r\n' +
		'<script type="text/javascript">\r\n' +
		'  var bccbId = Math.random(); document.write(unescape(\'%3Cdiv id=\' + bccbId + \'%3E%3C/div%3E\'));\r\n' +
		'  window._bcvma = window._bcvma || [];\r\n' +
		'  _bcvma.push(["setAccountID", "420408690637749684"]);\r\n' +
		'  _bcvma.push(["addStatic", {type: "chat", bdid: "416622039216493532", id: bccbId}]);\r\n' +
		'  var bcLoad = function(){\r\n' +
		'	if(window.bcLoaded) return; window.bcLoaded = true;\r\n' +
		'	var vms = document.createElement("script"); vms.type = "text/javascript"; vms.async = true;\r\n' +
		'	vms.src = "https://vmss.boldchat.com/aid/420408690637749684/bc.vms4/vms.js";\r\n' +
		'	var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(vms, s);\r\n' +
		' };\r\n' +
		'  if(window.pageViewer && pageViewer.load) pageViewer.load();\r\n' +
		'  else if(document.readyState=="complete") bcLoad();\r\n' +
		'  else if(window.addEventListener) window.addEventListener(\'load\', bcLoad, false);\r\n' +
		'  else window.attachEvent(\'onload\', bcLoad);\r\n' +
		'</script>\r\n' +
		'</div>\r\n' +
		'<!-- /BoldChat Live Chat Button HTML v5.00 -->';
	navColumn.append(chatDiv);
});