Greasy Fork is available in English.

Twitterᴾˡᵘˢ

Enhance the X(Twitter) user experience by loading images in their original quality and removing ads and spam tweets.

< Feedback on Twitterᴾˡᵘˢ

Question/comment

§
Posted: 26.04.2024
Edited: 27.04.2024

请各位用户自己修改脚本,以便去掉带Ad标记的推文。代码如下:

if ($(target).find('span:contains("Ad")').length>0)throw target;

前提是,在文件开头引入jquery脚本:// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js

§
Posted: 18.05.2024

请各位用户自己修改脚本,以便去掉带Ad标记的推文。代码如下:

if ($(target).find('span:contains("Ad")').length>0)throw target;

前提是,在文件开头引入jquery脚本:// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js

大約在91行新增 不用加$()
if (target.find('span:contains("Ad")').length>0)throw target;

Post reply

Sign in to post a reply.