// ==UserScript== // @name Re 2ch Links // @version 1.1b // @description 2ch各種連結還原、縮圖預覽 // @include http://*.2ch.*/ // @include http://*.bbspink.com/* // @include http://*.open2ch.net/* // @grant GM_log // @grant GM_addStyle // @noframes // @namespace https://greasyfork.org/users/6037 // @downloadURL none // ==/UserScript== var imgSE = 1; //預設1開啟縮圖預覽 0關閉 var ras = 0; var ra = function re1(){ var b=document.body; b.innerHTML = b.innerHTML.replace(/(\)(http\:\/\/.*?)(\<\/a\>)/g, '$1$3$2$3$4'); ras++; if (ras < 10){ setTimeout(ra, 5000); }}; ra(); var css = '.UCss1{max-width:200px;max-height:200px}'; var Uimg = function Uimg1(){ GM_addStyle(css); if (imgSE == 1){ var Ulinks = document.links; GM_log('imgSE'); for(var i=1;i