JSFiddle - React, Tailwind, and code Playground
by cahnory
HTML
<a class="bookmarklet" href="javascript:(function()%7BsetInterval(function%20()%20%7BArray.prototype.forEach.call(document.querySelectorAll('iframe%5Bhref%5E%3D%22http%3A%2F%2Fads-grooveshark.com%22%5D')%2Cfunction%20(el)%20%7Bconsole.log(el.parentElement.removeChild(el))%3B%7D)%3B%7D%2C%201000)%7D)()">GroovAds</a>
<iframe href="http://ads-grooveshark.com/aimAds.html?forceDefault=1&area=jawharp_tl_300x250&9=0&24=72&themeID=801&host=grooveshark.com&origWidth=300&origHeight=250&width=300&height=250&url=http%3A%2F%2Fcrtl.aimatch.com%2Fgshark%2Flserver%2Ftserver%2Fsite%3Dgrooveshark%2Farea%3Djawharp_tl_300x250%2Fsize%3D300x250¶ms=%2Fp%3Djawharp_tl%2Fw%3D300%2Fh%3D250%2Frubi%3D0%2F1%3D0%2Fgenderabb%3Dm%2Fgender%3Dmale%2Fgendernum%3D1%2Fa%3D1%2F10%3D3%2F14%3D17a6f%2Fage%3D33%2F19%3D1%2F5%3D0%2Fff%3D0%2F9%3D2%2Ftl%3D1%2Ftl%3Dsearch%2F11%3D801%2FthemeID%3D801%2F2%3D1330069%2Fartist_id%3D1330069%2F0%3D10%2F4%3D29%2F21%3D5%2F24%3D72%2Fhost%3Dgrooveshark.com%2F29%3D0%2Fgpt%3D1%2F1422539449129%3D1422539449129%2Fkltstamp%3D00-01-02%252000%253A01%253A02%2Fviewid%3D53133197%2Frandom%3D91213827%2Franreq%3D0.7533147940412164%2Fgslang%3D"></iframe>
JavaScript
/*
setInterval(function () {
Array.prototype.forEach.call(
document.querySelectorAll('iframe[href^="http://ads-grooveshark.com"]'),
function (el) {
console.log(el.parentElement.removeChild(el));
}
);
}, 1000);
*/