Broken functionality on aliexpress.com

This is where you should report issues arising from the subscription filters.
Locked
gorhill
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

Broken functionality on aliexpress.com

Post by gorhill »

URL:

Code: Select all

http://www.aliexpress.com/help/newContactUs.htm
Issue: Clicking "Register & Accounts" button (and all other buttons on same line) is broken -- causes a new page with raw JSON to be opened.

Cause:

Code: Select all

/click_stat/*
in EasyPrivacy prevent the required js resource

Code: Select all

http://u.alicdn.com/js/5v/??...
from loading.

Solution: exception filter

Code: Select all

@@/click_stat/*$script,domain=aliexpress.com
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Locked