Isoraqathedh

Untitled

Feb 4th, 2012
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var dARemoveOutgoing = {
  2.     ancs: document.getElementsByTagName("a"),
  3.     action: function() {   
  4.         for (i = 0; i < dARemoveOutgoing.ancs.length; i++) {
  5.             dARemoveOutgoing.ancs[i].setAttribute("href", dARemoveOutgoing.ancs[i].getAttribute("href").replace(/http:\/\/www\.deviantart\.com\/users\/outgoing\?/, ""));
  6.         }
  7.     }
  8. }
  9. document.addEventListener("DOMContentLoaded", dARemoveOutgoing.action, false);
Advertisement
Add Comment
Please, Sign In to add comment