ryanckulp/twitter_ad_blocker

[from creator] new "Ad" fix deployed today! (2023-08-02)

Closed this issue · 3 comments

awaiting Chrome to publish the package (v1.1.5), may take a few days.

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.

chrome-rejection-august-2023

in the meantime, anyone who wants to use the working version immediately may...

  1. download the code via this link
  2. double click the downloaded Zip file to unpack it, then store it somewhere safe on your computer
  3. visit chrome://extensions in your Chrome browser (type that in as a URL)
  4. enable "Developer mode" via the top-right toggle
  5. click "Load unpacked" in the top-left area and select the un-zipped twitter_ad_blocker folder
  6. you're done! Twitter/X ads will now be removed again

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; });

LFG!

image