facebook_adblock icon indicating copy to clipboard operation
facebook_adblock copied to clipboard

[Feature] Sponsored Marketplace ads not suppressed

Open Kronzky opened this issue 3 years ago • 6 comments

Environment

  • Extension version: 1.9.5
  • Browser and version: Brave (Chromium) 1.31.87
  • OS and version: Win10 21H1

Describe the bug Sponsored ads on Marketplace are not blocked.

Screenshots of console https://imgur.com/5XlUrFN

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Marketplace'
  2. Scroll down a few pages
  3. Sponsored ads show up

Expected behavior Sponsored ads should be hidden (most of them are scams)

Kronzky avatar Oct 24 '21 14:10 Kronzky

Marketplace ads are not detected, that would be a new feature. Contribution is welcome

cbotsikas avatar Oct 25 '21 08:10 cbotsikas

Marketplace ads are not detected, that would be a new feature. Contribution is welcome

Hi i make today work script for delete ads from marketplace and marketplace/category how i can share? Will you add into your code?

Dark3n89 avatar Jan 07 '22 14:01 Dark3n89

Marketplace ads are not detected, that would be a new feature. Contribution is welcome

Hi i make today work script for delete ads from marketplace and marketplace/category how i can share? Will you add into your code?

You can send a pull request (PR), https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests

tiratatp avatar Jan 07 '22 16:01 tiratatp

Environment

  • Extension version: 1.9.5
  • Browser and version: Brave (Chromium) 1.31.87
  • OS and version: Win10 21H1

Describe the bug Sponsored ads on Marketplace are not blocked.

Screenshots of console https://imgur.com/5XlUrFN

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Marketplace'
  2. Scroll down a few pages
  3. Sponsored ads show up

Expected behavior Sponsored ads should be hidden (most of them are scams)

is it only first BETA but i add my code to this code and marketplace is clean userscript

Dark3n89 avatar Jan 14 '22 19:01 Dark3n89

Environment

  • Extension version: 1.9.5
  • Browser and version: Brave (Chromium) 1.31.87
  • OS and version: Win10 21H1

Describe the bug Sponsored ads on Marketplace are not blocked. Screenshots of console https://imgur.com/5XlUrFN To Reproduce Steps to reproduce the behavior:

  1. Go to 'Marketplace'
  2. Scroll down a few pages
  3. Sponsored ads show up

Expected behavior Sponsored ads should be hidden (most of them are scams)

is it only first BETA but i add my code to this code and marketplace is clean userscript

Good start. Let me take a look.

tiratatp avatar Apr 14 '22 22:04 tiratatp

Environment

  • Extension version: 1.9.5
  • Browser and version: Brave (Chromium) 1.31.87
  • OS and version: Win10 21H1

Describe the bug Sponsored ads on Marketplace are not blocked. Screenshots of console https://imgur.com/5XlUrFN To Reproduce Steps to reproduce the behavior:

  1. Go to 'Marketplace'
  2. Scroll down a few pages
  3. Sponsored ads show up

Expected behavior Sponsored ads should be hidden (most of them are scams)

is it only first BETA but i add my code to this code and marketplace is clean userscript

I looked at the code. In our extension, I tried to consider performance when blocking things. That's why we don't use setInterval here but use mutation observer https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver.

Another feedback is that the obfuscated class name are not a good filter since they change often.

tiratatp avatar Jun 17 '22 00:06 tiratatp