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.
/* CSS from Hoo man's tool.css for the scripts he made. This exists for the purpose of overwriting his .css files how I like */

/* tagger.js */
 
#taggerWindow {
	font-size: 12px;
}
 
/* active_sysops.js */
 
#wikiMarker {
	position: absolute;
	top: 0px;
	margin: 5px;
	z-index: 5;
	font-size: 16px;
	left: 0px;
}
#wikiMarker span {
	color: white;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
}
#activeSysopMarker {
	background: url("//upload.wikimedia.org/wikipedia/commons/7/79/Button_shade.png") repeat scroll 0pt 0pt black;
	border: 1px solid gray;
}
#GSWikiMarker {
	background: url("//upload.wikimedia.org/wikipedia/commons/7/79/Button_shade.png") repeat scroll 0pt 0pt green;
	border: 1px solid black;
}