Greasy Fork

Filter 1pbtID on 4chan /pol/

Filter 1pbtID on /pol/ and /biz/ (Requires 4chanX Catalog)

< 脚本Filter 1pbtID on 4chan /pol/的反馈

评价:好评 - 脚本运行良好

§
发表于:2023-09-28

bug fix for this script not working when you use large catalog images

replace lines 30 and 31 with

var isCatalogSm = !!document.querySelector('.catalog-small');
if (!isCatalogSm)
{
var isCatalogLg = !!document.querySelector('.catalog-large');
if (!isCatalogLg) {console.log('[1pbtID] ERROR getting catalog'); return;}
}

发表回复

登录以发表回复。