Skip to content

Instantly share code, notes, and snippets.

View iogi's full-sized avatar
:octocat:

Ippei Ogiwara iogi

:octocat:
View GitHub Profile
// ==UserScript==
// @name noreferrer
// @namespace http://ss-o.net/
// @include http://*
// ==/UserScript==
document.body.addEventListener('DOMNodeInserted',noref,false);
noref({target:document.body});
function noref(e){