Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.onload = function() {
- var links = document.getElementsByTagName('a');
- for(var i = 0, len = links.length; i < len; ++i){
- links[i].href = 'http://adf.ly/{UID}/' + links[i].href.replace("http://","");
- }
- }
Add Comment
Please, Sign In to add comment