Breakages (mostly Japanese sites, but a few of English & Chinese sites too)

This is where you should report issues arising from the subscription filters.
Locked
Yuki Verified
Contributor
Contributor
Posts: 206
Joined: Sun Dec 15, 2019 7:34 am

Breakages (mostly Japanese sites, but a few of English & Chinese sites too)

Post by Yuki Verified »

Here is issues caused by EasyList or EasyPrivacy and my fixes.
Videos on

Code: Select all

https://www.bloomberg.co.jp
(middle of the page) can not be played by

Code: Select all

||imasdk.googleapis.com^$third-party
in EasyList.

Code: Select all

@@||imasdk.googleapis.com/js/sdkloader/ima3$domain=www.bloomberg.co.jp
fixed it.


Videos and their thumbnails at

Code: Select all

https://www.rd.com/videos/
and

Code: Select all

https://www.tasteofhome.com/videos/
are broken by

Code: Select all

$third-party,xmlhttprequest,domain=rd.com
and

Code: Select all

||amazon-adsystem.com^$third-party
both in EL. These rules fixed it:

Code: Select all

@@||assets-jpcust.jwpsrv.com/thumbnails/$domain=www.rd.com
@@||c.amazon-adsystem.com/aax2/apstag.js|$domain=www.rd.com|www.tasteofhome.com
@@||cdn.jwplayer.com/$xmlhttprequest,domain=www.rd.com
@@||cdn.jwplayer.com/thumbs/$image,domain=www.rd.com
@@||cdn.jwplayer.com/v2/media/$image,domain=www.rd.com

Thumbnails at

Code: Select all

https://www.ameba.jp
are not shown due to

Code: Select all

/pub/ads/*
in EL.

Code: Select all

@@||ssl-stat.amebame.com/pub/ads/adx/$image,domain=www.ameba.jp
fixed it.


Important images at atwiki.jp

Code: Select all

https://w.atwiki.jp/f_go/pages/808.html
can't be displayed by

Code: Select all

/spacer.gif?
in EasyPrivacy.

Code: Select all

@@||img.atwikiimg.com/common/_img/spacer.gif?$image,domain=w.atwiki.jp
fixed it.


Clicking contents doesn't work at

Code: Select all

https://allabout.co.jp
due to

Code: Select all

||x.allabout.co.jp^
in EP.

Code: Select all

@@||x.allabout.co.jp/mtx_cnt.js?$first-party,script
fixed it.


Videos on www.jra.go.jp

Code: Select all

http://jra.webcdn.stream.ne.jp/web/jra/onetag_dev_design2018/eqPcPlayer.html?target=201905060501
can't be played by

Code: Select all

/referrer.js
in EP.

Code: Select all

@@||jra.webcdn.stream.ne.jp/web/jra/onetag_design2018/referrer.js|$domain=jra.webcdn.stream.ne.jp
fixed it.


Search function of

Code: Select all

https://aucfan.com
at the top of the page doesn't work by

Code: Select all

||hscta.net^$third-party
in EP.

Code: Select all

@@||js.hscta.net/cta/current.js$script,domain=aucfan.com
fixed it.


Videos on nhk.or.jp

Code: Select all

https://www6.nhk.or.jp/nhkpr/post/trailer.html?i=21445
can't be played by

Code: Select all

/iplookup.php
in EP.

Code: Select all

@@||ovp.piksel.com/ipLookup.php|$xmlhttprequest,domain=movie-s.nhk.or.jp
fixed it.


Videos on www.kobe-np.co.jp

Code: Select all

https://www.kobe-np.co.jp/rentoku/movie/new/201912/0012964176.shtml
is not shown by

Code: Select all

/requestvideotag.
in EP, tho okiehsch added fix to uBlcok Unbreak filter https://github.com/uBlockOrigin/uAssets ... dcc3f22459

Code: Select all

@@||www2.uliza.jp/IF/RequestVideoTag.aspx?clientid=$script,domain=www.kobe-np.co.jp
fixed it.


Videos on video.tudou.com (e.

Code: Select all

https://video.tudou.com/v/XNDI4NjE1MDcyNA==.html?spm=a2h28.8313475.main.dvideo
and youku.com (e.g. https://v.youku.com/v_show/id_XNDQ2ODUw ... UwNDY0NA==) can't be played by

Code: Select all

||mmstat.com^$third-party
in EP.

Code: Select all

@@||log.mmstat.com/eg.js|$domain=video.tudou.com|youku.com
fixed it.
User avatar
LanikSJ Verified
Site Owner
Site Owner
Posts: 1808
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ Verified »

Please break this post up for better tracking following the rules: rules#participation
"If it ain't broke don't fix it."
Locked