jQuery(document).ready(function() { jQuery('a[href^="/post?f=41&mode=newtopic"]').attr('href', '/h9-'); jQuery('a[href^="/post?f=42&mode=newtopic"]').attr('href', '/h6-'); jQuery('a[href^="/post?f=40&mode=newtopic"]').attr('href', '/h10-'); jQuery('a[href^="/post?f=57&mode=newtopic"]').attr('href', '/h11-'); jQuery('a[href^="/post?f=105&mode=newtopic"]').attr('href', '/h12-'); jQuery('a[href^="/post?f=77&mode=newtopic"]').attr('href', '/h14-'); jQuery('a[href^="/post?f=93&mode=newtopic"]').attr('href', '/h13-'); jQuery('a[href^="/post?f=22&mode=newtopic"]').attr('href', '/h16-'); jQuery('a[href^="/post?f=99&mode=newtopic"]').attr('href', '/h22-'); //jQuery('table').attr('style', ''); //jQuery('td').attr('style', ''); //jQuery('tr').attr('style', ''); }); //Redirecionamento Menu "Ăšltimas Postagens" - By Yaakushi jQuery.get('/profile?mode=editprofile', function(data) { nome = jQuery('.panel dd:first input', data).attr('value'); if(nome) { jQuery('a[href^="/lastusertopics"]').attr('href', '/search?search_author=' + nome); } });