Not working
|
|
The script doesn't work. I fixed it though, and optimized it.
window.addEventListener('load', function(){
Array.forEach(document.links, function(el) {
if((omd=el.getAttribute('onmousedown')) && omd.indexOf('return rwt(this')==0) el.removeAttribute('onmousedown');
});
}, false);
|