Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
// ==UserScript== // @name iframe ads buster // @namespace xing // @description remove ads in iframes from xing page // @include https://www.xing.com/ // ==/UserScript== (function () { var objects = document.getElementsByTagName("iframe"); for( i = 0; i < objects.length; i++) objects[i].parentNode.removeChild(objects[i]); }) ();
This paste will be private.
From the Design Piracy series on my blog: