-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Rules for LinkedIn #194075
base: master
Are you sure you want to change the base?
Added Rules for LinkedIn #194075
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -493,6 +493,12 @@ tuhlteim.de#?#div[id^="custom_html"]:has(> div > center .adsbygoogle) | |
tuhlteim.de#?#center:has(> .adsbygoogle) | ||
jetzt.de##div[data-apos-widget="ads"] | ||
jetzt.de##.adspirit_container | ||
www.linkedin.com##span:has-text(orgeschlagen):upward(8) | ||
www.linkedin.com##span:has-text(orgeschlagen) | ||
www.linkedin.com##li:has-text(orgeschlagen) | ||
www.linkedin.com##span:has-text(esponsert):upward(8) | ||
www.linkedin.com##span:has-text(esponsert) | ||
www.linkedin.com##li:has-text(esponsert) | ||
Comment on lines
+496
to
+501
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above |
||
myboerse.bz##article[data-author="PowerUploader"] | ||
myboerse.bz##.p-body-inner > center | ||
golem.de#?#li:has(> a[href*="golem.de/news/anzeige"]) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1778,11 +1778,19 @@ $removeparam=igshid,domain=instagram.com|threads.net | |
||linkedin.com^$removeparam=original_referer | ||
||linkedin.com^$removeparam=refId | ||
||linkedin.com^$removeparam=trackingId | ||
! Remove user survey back to LinkedIn button tracking parameter | ||
||linkedin.com^removeparam=trk | ||
Comment on lines
+1781
to
+1782
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need steps to reproduce. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is happening when you click on an ad that asks you how you'd like to use premium. There are tracking parameters there and also upon quitting the survey prematurely |
||
! https://github.com/AdguardTeam/AdguardFilters/issues/88502 | ||
||linkedin.com/authwall?$removeparam=trkInfo | ||
||linkedin.com/authwall?$removeparam=originalReferer | ||
! https://github.com/AdguardTeam/AdguardFilters/issues/110477 | ||
||linkedin.com^$removeparam=/^trk/ | ||
! Premium upsell survey tracking | ||
||linkedin.com/premium/survey^$removeparam=isSS | ||
||linkedin.com/premium/survey^$removeparam=referenceId | ||
||linkedin.com/premium/survey^$removeparam=upsellOrderOrigin | ||
||linkedin.com/premium/survey^$removeparam=destRedirectURL | ||
Comment on lines
+1788
to
+1792
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need steps to reproduce. |
||
|
||
! https://github.com/AdguardTeam/AdguardFilters/issues/69722 | ||
||digikey.com^$removeparam=/^utm_cid/ | ||
! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use regexp, and
:has
instead of:upward
. These rules has low performance.Anlso need examples of ads - I can't reproduce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the examples, just create a LinkedIn account (wait for 7 days or so)
Tested languages:
German
English
Feel free to apply the changes, I personally am not a professional AdGuard rules writer.
I use the aforementioned rules and I have no ads on LinkedIn anymore whatsoever