|
哥頂?shù)牟皇翘樱羌拍?script>
jQuery(function(){
jQuery("a").each(function(i,e){
var str = jQuery(this).attr("onclick");
var y_str = str;
if(str){
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=79093&pid=1290348'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=79093&pid=1290348'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=79093&pid=1290713'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=79093&pid=1290713'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|