Reddit Promotion Blocker

Blocks all of the promoted advertisements on Reddit.

< 脚本Reddit Promotion Blocker的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2023-09-05
编辑于:2023-09-05

Inside topic page currently script hides whole topic, if there is promotion on it.

For "new" reddit change $("span:contains('promoted')") to $("span>:contains('promoted')") so it looks for direct SPAN attributes with "promoted" text.
Currently it looks for all SPAN in hierarchy with that text. There is SPAN within SPAN and ends up returning 2 objects for single "promoted" lookup.

发表回复

登录以发表回复。