Skip to content
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

sinhasannews.com : ads #10188

Open
ghajini opened this issue Sep 25, 2024 · 10 comments
Open

sinhasannews.com : ads #10188

ghajini opened this issue Sep 25, 2024 · 10 comments

Comments

@ghajini
Copy link

ghajini commented Sep 25, 2024

there are banner ads on this site

URL= https://www.sinhasannews.com/gathering-of-4000-women-participating-in-chief-minister-majhi-ladki-bahin-yojana-in-kothrud-organized-by-amol-balwadkar-foundation-22430/
https://www.sinhasannews.com/300-crore-for-pune-bengaluru-bypass-road-22416/
https://www.sinhasannews.com/water-supply-to-societies-in-bhujbal-township-eklavya-chowk-kothrud-will-be-smooth-the-follow-up-done-by-mns-is-a-success-22410/
adblocker = ublock origin 1.59
OS/version: Windows 10 and android 12
Browser/version: Firefox android stable and chrome

@ghajini
Copy link
Author

ghajini commented Sep 26, 2024

there were some breakages but filters suggested by @JobcenterTycoon work

sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"]:is([alt^="Img "], [alt^="Fb img "]):not([width="1024"]))
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="1024"][height="1024"]:is([alt^="Img "], [alt^="Fb img "]))

@ghajini
Copy link
Author

ghajini commented Sep 28, 2024

@mediumkreation is it fixable in your list?

@mediumkreation
Copy link
Owner

@ghajini I am working on it the suggested filter can not be used as it has false positive/negatives in couple of pages.
https://www.sinhasannews.com/gathering-of-4000-women-participating-in-chief-minister-majhi-ladki-bahin-yojana-in-kothrud-organized-by-amol-balwadkar-foundation-22430/
https://www.sinhasannews.com/chandni-chowk-jain-temple-in-kothrud-in-the-spirit-of-dashlakshan-maha-parv-22421/
https://www.sinhasannews.com/forest-department-team-arrives-at-mahatma-society-in-kothrud-to-catch-cows-3241/
https://www.sinhasannews.com/deshpremi-mitra-mandal-in-ganeshnagar-performing-social-duty-22382/
https://www.sinhasannews.com/approval-of-the-new-route-of-pune-metro-22193/
https://www.sinhasannews.com/16-mlas-of-shiv-sena-will-be-disqualified-speed-up-the-hearing-on-the-mla-disqualification-petition-the-hearing-will-be-held-before-the-president-tomorrow-19786/
https://www.sinhasannews.com/amit-shah-targeted-rahul-gandhi-sharad-pawar-uddhav-thackeray-21999/
https://www.sinhasannews.com/what-the-guru-teaches-the-disciple-what-deputy-chief-minister-ajit-pawar-said-21993/
https://www.sinhasannews.com/dsp-pimpri-chinchwad-winner-of-aklujs-maharashtra-doctors-premier-league-21333/
https://www.sinhasannews.com/kenya-wins-womens-category-6th-rollball-world-cup-india-third-in-womens-division-17495/
https://www.sinhasannews.com/pele-brazil-world-cup-winner-and-football-legend-dies-aged-82-15633/
https://www.sinhasannews.com/maharashtra-olympics-to-start-in-pune-from-today-search-for-quality-in-the-field-of-sports-15669/
https://www.sinhasannews.com/organization-of-state-level-karate-competition-on-behalf-of-pune-city-youth-congress-13726/

@ghajini
Copy link
Author

ghajini commented Sep 29, 2024

ok i will take a look, please provide feedback

@JobcenterTycoon
Copy link

I can confirm on https://www.sinhasannews.com/dsp-pimpri-chinchwad-winner-of-aklujs-maharashtra-doctors-premier-league-21333/

@ghajini
Copy link
Author

ghajini commented Sep 29, 2024

i see these issues only
1)ad on

https://www.sinhasannews.com/forest-department-team-arrives-at-mahatma-society-in-kothrud-to-catch-cows-3241/
https://www.sinhasannews.com/organization-of-state-level-karate-competition-on-behalf-of-pune-city-youth-congress-13726/
  1. content blocked(3rd img)=
    https://www.sinhasannews.com/dsp-pimpri-chinchwad-winner-of-aklujs-maharashtra-doctors-premier-league-21333/

@JobcenterTycoon
Copy link

The Ads can be easily covered by editing or deleting the alt^= part but i don’t know how to prevent the false positive when the size is not stable.

@ghajini
Copy link
Author

ghajini commented Sep 30, 2024

how about

sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"]:is([alt^="Img "], [alt^="Fb img "]):not([width="1024"]):not([width="900"]))
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="1024"][height="1024"]:is([alt^="Img "], [alt^="Fb img "]))
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="1024"][height="682"]:not([alt^="Cm "]))
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="720"][height="706"])
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="1024"][height="819"])
sinhasannews.com##.entry-content > figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"][width="646"][height="1024"][alt^="Screenshot "])

@JobcenterTycoon
Copy link

Works fine as far i see.

@ghajini
Copy link
Author

ghajini commented Sep 30, 2024

i went further down &
i see there are ads(political banner ads) & content blocked with last suggested filters(only 1 url)

Ads

https://www.sinhasannews.com/an-alternative-to-sea-plane-is-now-in-sight-sea-plane-will-take-over-the-burden-of-air-traffic-according-to-the-information-of-union-minister-of-state-for-light-muralidhar-mohol-22225/

Reveal screenshot

aC

https://www.sinhasannews.com/amit-shah-targeted-rahul-gandhi-sharad-pawar-uddhav-thackeray-21999/

Reveal screenshot

image

https://www.sinhasannews.com/due-to-the-promptness-of-the-union-minister-of-state-mohol-the-indian-volleyball-team-entered-the-competition-for-the-asian-championship-on-time-22023/

Reveal screenshot

aD

https://www.sinhasannews.com/a-journey-of-consciousness-from-god-to-country-and-rama-to-nation-rama-is-not-fire-but-energy-ten-points-from-narendra-modis-speech-20750/

Reveal screenshot

aE

content blocked=

https://www.sinhasannews.com/69th-national-film-awards-presented-by-president-draupadi-murmu-19837/

Reveal screenshots

cC1
cC3
image

JobcenterTycoon added a commit to uBlockOrigin/uAssets that referenced this issue Oct 2, 2024
ghajini added a commit to uBlockOrigin/uAssets that referenced this issue Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants