uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.13k stars 770 forks source link

Tourism Australia's Trip Planner fails to search #4197

Closed numbermaniac closed 5 years ago

numbermaniac commented 5 years ago

URL(s) where the issue occurs

https://trip-planner.australia.com/

Describe the issue

With uBlock enabled, try to use the Itinerary Planner search at the top of the page. As an example, enter "Sydney" as the destination and click on "Sydney - Australia", then select any start and end dates underneath. (this is just an example - any location will have the same result)

When you click on the "See your plan" button, the loading circle will spin forever and an error will appear in the console: ReferenceError: _satellite is not defined

Versions

Settings

No settings changes that I know of.

Notes

The website appears to depend on a library from https://assets.adobedtm.com/6fb6e65091abb6d979e09e86ef9f60bfab63fe46/satelliteLib-a7cbeb25ca5db5731606b57a50a7f7440e287963.js - uBlock is blocking this, resulting in the error.

The error also appears in the console just when loading the home page, before searching - but you won't see the effect of it until you try to search.

mapx- commented 5 years ago

Does this filter work for you ? @@||adobedtm.com^*/satellitelib-$script,domain=australia.com

L.E. I mean, is completely fixed or you still need some other adjustment ?

numbermaniac commented 5 years ago

Yes, looks like it does work! Search works and shows results, no error in the console.

smed79 commented 5 years ago

https://github.com/easylist/easylist/commit/7ec3334e3e32511e552cd0bf682e0a5fafa029fd

mapx- commented 5 years ago

thx