Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var dARemoveOutgoing = {
- ancs: document.getElementsByTagName("a"),
- action: function() {
- for (i = 0; i < dARemoveOutgoing.ancs.length; i++) {
- dARemoveOutgoing.ancs[i].setAttribute("href", dARemoveOutgoing.ancs[i].getAttribute("href").replace(/http:\/\/www\.deviantart\.com\/users\/outgoing\?/, ""));
- }
- }
- }
- document.addEventListener("DOMContentLoaded", dARemoveOutgoing.action, false);
Add Comment
Please, Sign In to add comment