reblogged from nobroke
posted by in-sufficiency
deadsouls969 liked this
nurlkc liked this
plus-que-jamais liked this
the-secret-world-let reblogged this from dysoares
dysoares reblogged this from mosbyes
dysoares liked this dixange reblogged this from brutal-planet
gabygirl99 liked this
its-just-me-madds liked this
in-sufficiency posted this - Show more notes
Source: heyilove
function IE(e)
{
if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
{
return false;
}
}
function NS(e)
{
if (document.layers || (document.getElementById && !document.all))
{
if (e.which == "2" || e.which == "3")
{
return false;
}
}
}
document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
//-->