How do I use the logging feature for acs
?
#19154
-
I was investigating Attempts:doroni.me##+js(acs, { "target": "getComputedStyle", "needle": "", "context": "cpm", "log": true })
doroni.me##+js(acs, { "target": "getComputedStyle", "needle": "", "context": "cpm", "log": "true" })
doroni.me##+js(acs, { "target": "getComputedStyle", "needle": "", "context": "cpm", "log": "1" })
doroni.me##+js(acs, getComputedStyle, , cpm, log, true)
doroni.me##+js(acs, getComputedStyle, , cpm, log, 1) Was there an undocumented change that I missed? Or an update to the wiki was forgotten? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Logging works only for dev build. Are you using stable build? |
Beta Was this translation helpful? Give feedback.
-
on this site
but it doesn't |
Beta Was this translation helpful? Give feedback.
-
Hi, anyone knows how to log |
Beta Was this translation helpful? Give feedback.
There is a regression in the code path dealing with detecting JSON notation, which went undetected since gorhill/uBlock@fd036a51ee20. The workaround until fixed is to avoid whitespace before the opening
{
: