Advertisement
onejdc

Remove Sponsored Ads From Facebook Marketplace -- Bookmarklet

Oct 11th, 2023
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){let e=document.querySelectorAll("span");for(const o of e)o.textContent.includes("Sponsored")&&o.remove()})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement