[from creator] new "Ad" fix deployed today! (2023-08-02)
Closed this issue · 3 comments
ryanckulp commented
awaiting Chrome to publish the package (v1.1.5), may take a few days.
ryanckulp commented
update - today Chrome rejected our fix for X.com stating it still does not work, which is not true. i created an appeal support ticket with evidence and am awaiting their re-publication of our working extension.
in the meantime, anyone who wants to use the working version immediately may...
- download the code via this link
- double click the downloaded Zip file to unpack it, then store it somewhere safe on your computer
- visit
chrome://extensions
in your Chrome browser (type that in as a URL) - enable "Developer mode" via the top-right toggle
- click "Load unpacked" in the top-left area and select the un-zipped
twitter_ad_blocker
folder - you're done! Twitter/X ads will now be removed again
HashPipes commented
Master works great so far.
Thanks for the early release.
Still also using this in addition to remove interest ticks which I found on this site.
var timer=1000; document.querySelectorAll( "div > input[type='checkbox']:checked" ).forEach((interest) => { setTimeout( function(){interest.click(); interest.scrollIntoView()},timer ); timer+=2000; });
ryanckulp commented