Return to Snippet

Revision: 10443
at December 29, 2008 13:23 by kizu


Initial Code
// remove all links with name="ChunkyBacon"
$$('a[name="ChunkyBacon"]').each(function(item) {
	item.insert({before: item.innerHTML}).remove();
});

Initial URL


Initial Description


Initial Title
[Prototype] Remove all links with css selector

Initial Tags
links

Initial Language
JavaScript