Skip to content

Instantly share code, notes, and snippets.

@jlewin
jlewin / readme.md
Last active December 10, 2015 20:58 — forked from johan/readme.md
**Fork Details** A quick and dirty update to refactor for the December 2012 site changes and well as account for the use of pjax, which happens to bypass userscript invocation for all urls except on page reloads. As such, a MutationObserver is registered to identify when pjax requests reload the #js-pjax-container and button injection logic is r…
(function () {
var el = document.createElement('div'),
b = document.getElementsByTagName('body')[0],
otherlib = false;
// Message window element
el.style.position = 'fixed';
el.style.height = '32px';
el.style.width = '220px';
el.style.marginLeft = '-110px';