thaiairways.com

This is where you should report issues arising from the subscription filters.
Locked
kimsey0
New Member
New Member
Posts: 1
Joined: Fri Sep 23, 2022 8:24 am

thaiairways.com

Post by kimsey0 »

On

Code: Select all

https://www.thaiairways.com/en_US/book/index.page

the BOOK NOW button doesn't work after correctly filling out the form fields. This is due to the button calling a JavaScript function dcsMultiTrack before submitting the form. That function is defined a Webtrends Analytics script which is blocked by the

Code: Select all

/webtrends.min

rule in EasyPrivacy. In uBlock Origin, this can be fixed by injecting an empty function with a rule like

Code: Select all

www.thaiairways.com##+js(set, dcsMultiTrack, noopFunc)

I don't know if there's anything EasyList can do to fix the problem that will be compatible with various adblockers?

Locked