Andreas

Results 25 comments of Andreas

Got it working in Firefox. Will propose the fix upstream too. https://github.com/fregante/webext-content-scripts/blob/73094bd60792f8fcce5515d6fbfef6725d6f4132/index.ts#L129

> Got it working in Firefox. Will propose the fix upstream too. https://github.com/fregante/webext-content-scripts/blob/73094bd60792f8fcce5515d6fbfef6725d6f4132/index.ts#129 It worked while running the debugger from VSCode with a Firefox profile but not when loaded manually....

> Turns out I'm not even able to see the content script in the debugger, even from a new Firefox profile I got it working by removing background persistent=false it's...

Forgot to add that I've only tried on Firefox Dev as temporary addons get removed on restart.

Event pages doesn't seem to be supported yet. https://github.com/fregante/webext-dynamic-content-scripts#usage https://github.com/fregante/webext-dynamic-content-scripts/pull/40 Maybe could try https://github.com/fregante/webext-dynamic-content-scripts/pull/40/commits/e6085ecd0e57bc5caf8643f4d78cb18f903b3cf8

One doesn't install on later version

``` create table clob_test (id int not null primary key, clobdata clob); insert into clob_test(1, ''); select * from clob_test; ``` Now try changing anything in the clob and try...

Saw another automation here https://github.com/home-assistant/core/issues/109927#issuecomment-2096611186 which only reloads the config if it's unavailable, maybe this works with entry_id too? ``` alias: Check API Growatt description: "" trigger: - platform: time_pattern...