// ==UserScript== // @name Re 2ch Links // @version 1.2b // @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 https://update.greasyfork.icu/scripts/6320/Re%202ch%20Links.user.js // @updateURL https://update.greasyfork.icu/scripts/6320/Re%202ch%20Links.meta.js // ==/UserScript== var imgSE = 1; //預設1開啟縮圖預覽 0關閉 var ttp = function ttp(){ var b=document.body; b.innerHTML = b.innerHTML.replace(/(\\s)(ttp\:\/\/.*?\/.*?)(\s\)/g, '$1h$2$3'); //b.innerHTML = b.innerHTML.replace(/(\s)(ttp\:\/\/.*?\/.*?\.jpg)(\s\)|(\s)(ttp\:\/\/.*?\/.*?\.png)(\s\)|(\s)(ttp\:\/\/.*?\/.*?\.gif)(\s\)/ig, '$1h$2$3'); };ttp(); var ras = 0; var ra = function re1(){ var b=document.body; b.innerHTML = b.innerHTML.replace(/(\)(http\:\/\/.*?)(\<\/a\>)/ig, '$1$3$2$3$4'); if (ras < 1){ setTimeout(ra, 1000); }ras++; };ra(); var css = '.UCss1{max-width:200px;max-height:200px}'; var Uimg = function Uimg1(){ GM_addStyle(css); if (imgSE == 1){ var Ulinks = document.links; for(var i=1;i