Tomi Tavela

Results 29 comments of Tomi Tavela

Hi @anoopt Thanks for the fix, I'll apply it and test if it work! Thanks!

The fix worked, it will be part of the next release, which is in Review at the Chrome Store. Thanks and happy new year!

Hi @kasperbolarsen And thanks for the idea, I will have a look!

Hi @kasperbolarsen Been rewriting search tool for edge version and remembered this request. I checked there is managed property **ClassificationLastScan** which shows the last scan datetime. Do you think thats...

Hi Kasper, yeah, I have removed this property (and some others) before because it was causing issues, but now when i did a search it was working (but not all...

Thanks @kasperbolarsen ! I will take a look at the possibilities when the the latest release (v6.6.0) is approved in the Egde add-ons store.

Hi @jhholm ! This is very interesting and would love to see support for Firefox too, great work! So please, keep working and do not hesitate to contact if facing...

Nice work @jhholm! * MAIN/ISOLATED: maybe we can check if env if FF, we can conditionally switch to ISOLATED * subsequent calls: we can also use executeScript for subsequent calls...

Thanks @jhholm ! I added host_perimssions property to manifest ```json "manifest_version": 3, "devtools_page": "devtools.html", "permissions": ["activeTab", "scripting"], ... "host_permissions": [ "" ], ... ``` ..and got executeScript working also from...

interesting, have you tried [browser.scripting.executeScript](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/executeScript) ?