Skip to content

Commit

Permalink
fix #10883
Browse files Browse the repository at this point in the history
  • Loading branch information
uBlock-user committed Dec 12, 2021
1 parent 0b0985d commit bc2a43c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions filters/filters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10763,10 +10763,9 @@ anilegends.com##+js(nobab)
sledujfilmy.to##+js(acis, $, hide)

! https://github.com/uBlockOrigin/uAssets/issues/3011
soft98.ir##+js(nostif, e(), 3000)
soft98.ir##+js(set, Object.prototype.checkAdBlocker, noopFunc)
*$3p,image,domain=soft98.ir
soft98.ir##.a7d8x:remove()
@@||soft98.ir^$ghide
soft98.ir##.a1d2x
||redlini.ga^

! https://github.com/uBlockOrigin/uAssets/issues/4368#issuecomment-450665976
Expand Down

6 comments on commit bc2a43c

@MasterKia
Copy link
Member

@MasterKia MasterKia commented on bc2a43c Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we use something like soft98.ir##.a*x:remove() for when the website developer changes the name?
It used to be a1d2x before and now it's changed to a7d8x.

@uBlock-user
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. wildcards cant be inserted in CSS selectors. What does ##.a7d8x hide ?

@MasterKia
Copy link
Member

@MasterKia MasterKia commented on bc2a43c Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • soft98.ir:

Break28

@uBlock-user
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any such ads with *$3p,image,domain=soft98.ir perhaps a placeholder or two.

@DRSDavidSoft
Copy link

@DRSDavidSoft DRSDavidSoft commented on bc2a43c Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this as a sort-of wildcard? Works for me!

soft98.ir##[class^=a][class*=d][class$=x]

@uBlock-user
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this as a sort-of wildcard?

Triggers anti-adblock

Please sign in to comment.