Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($){
- var src = /http:\/\/catalog.mista.ru\//g, dst = 'http://infostart.ru/';
- $('a[href^="http://catalog.mista.ru/"]').each(function(){
- this.href = this.href.replace(src, dst);
- this.innerHTML = this.innerHTML.replace(src, dst);
- });
- })(jQuery);
Add Comment
Please, Sign In to add comment