dashradio.com

This is where you should report issues arising from the subscription filters.
Locked
baruche
New Member
New Member
Posts: 2
Joined: Sun Jul 15, 2018 9:36 am

dashradio.com

Post by baruche »

I cannot listen to any of the radio stations on dashradio.com

EasyPrivacy with this filter seems to be the culprit:
/fingerprint2.min.js

Indeed when I add this exception in my own filters then it works perfectly:

Code: Select all

@@||dashradio.com/wp-content/themes/dash-2.1.4/library/js/libs/fingerprint2.min.js$script,first-party
Without this workaround, I get this in the console:

Code: Select all

ReferenceError: Fingerprint2 is not defined
I also tried this filter:

Code: Select all

dashradio.com##script:inject(abort-on-property-write.js, Fingerprint2)
But I just get another error, and no music:

Code: Select all

TypeError: Fingerprint2 is not a constructor
Is it possible to come up with another script injection or something to make it work without loading the real fingerprint js ?

I'm using uBlock Origin 1.16.12 with Firefox 61.0.1 and Chrome 67.0.3396.99 on Ubuntu 18.04
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

For Adblock plus, as above

Code: Select all

@@||dashradio.com/wp-content/themes/*/library/js/libs/fingerprint2.min.js$script,~third-party
for ublock, test
||dashradio.com^*/fingerprint2.$script,important,redirect=noopjs (if does not work, request for help directly at /uAssets/issues).

Update: ||dashradio.com^*/fingerprint2.min.js$script,redirect=fingerprint2.js,first-party (source #2912)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
baruche
New Member
New Member
Posts: 2
Joined: Sun Jul 15, 2018 9:36 am

Post by baruche »

Thanks, but that still does not work, I get no music and the same error messages. I will file an issue on this github repo.

Thanks for your time and help !
Locked