08/12/24 08:11:19 7mPAJ9PE0
clean-world.js の先頭に
// ==UserScript==
// @exclude URLリンク(*.jpg)<)
// ==/UserScript==
としてはじいてもいいだろうし,autosizer.js の方の判定法を利用して
if ((window.location.href.match(/^.*\.(jpe?g|bmp|gif|png)$/i)) && (document.images.length==1)
|| (window.location.href.match(/^http:\/\/i.imdb.com\/Photos\/.*$/i))) { return; }
とでもする