firefox
Firefox look997 1 year ago 93%
Does the synchronization work on a zip file loaded from Add-ons -> Tools for all add-ons -> Install add-on from file...?

I do a basic `browser.local.sync` sync test: ``` let monster = { name: "Kraken", tentacles: true, eyeCount: 10, }; let kitten = { name: "Moggy", tentacles: false, eyeCount: 2, }; browser.storage.sync.set({ kitten, monster }); ``` and on the second profile: ``` await browser.storage.local.get("kitten"); ``` but nothing happens, `get("kitten")` returns nothing. QUESTIONS: 1. Does the synchronization work on a zip file loaded from Add-ons -\> Tools for all add-ons -\> Install add-on from file...? I have in `manifest.json` `applications.gecko.id`, as needed. 2. If not, what do I need to do to TEST the synchronization work? API [https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync)

13
3
gry gry Jacex Dowóz Wideo o aborcji - spot Aborcyjnego Dream Teamu
Jump
  • look997 look997 1 year ago 100%

    Jak ja (pomagam w aborcji) nie cierpię płodów!!
    Smerfastycznie.

    1
  • Twitter Twitter Elon Musk Says Twitter Is Going To Get Rid Of The Block Feature, Enabling Greater Harassment
    Jump
  • look997 look997 1 year ago 100%

    Oh God, yes! I've been dreaming of this!!!

    1
  • karabin Karabin kbin.social ma teraz według [swojego nodeinfo](https://kbin.social/nodeinfo/2.0) 34 682 użytkowników miesięcznych.
    Jump
  • look997 look997 1 year ago 0%

    @Kierunkowy74 Obrzydliwy to ten mastodon.social?

    0
  • firefox
    Firefox look997 1 year ago 100%
    Funcions `loadOneTab` and `loadURI` in 2023 in Firefox Experimental API?

    I am using the Experimental API in my private Firefox extension. So far, I've been using Firefox 102 ESR, but I'm planning to switch to Firefox ESR 115. There's already a Firefox 115 Beta available, so I've started testing it with my private extension. So far, I've been using internal Firefox functions like `loadOneTab` and `loadURI` and it worked very well. I used the `loadOneTab` function like this: ``` const placesURL = "chrome://browser/content/places/places.xhtml"; window.gBrowser.loadOneTab( placesURL, { inBackground: false, allowThirdPartyFixup : true, relatedToCurrent : true, triggeringPrincipal : services.scriptSecurityManager.getSystemPrincipal() } ); ``` But the `loadOneTab` function no longer exists at all in Firefox's internal API. What should I replace it with? I found the function `_createTab`: ``` // window.gBrowser._createTab({ uriString: placesURL }); ``` But the `_createTab` function returns an error: ``` Uncaught Error: UserInteraction with id "browser.tabs.opening" was not initialized ``` ...I guess this is by security to make this function called only by user action? And I call this function inside `async function`. Is it somehow possible to open a new tab from the Experimental API in Firefox 115 beta? I need this very badly. Really very much. --- I used the `loadURI` function like this: ``` window.gBrowser.selectedBrowser.loadURI(linkGo, {triggeringPrincipal: Services.scriptSecurityManager.getSystemPrincipal()}); ``` The `loadURI` function appears to still be available in Firefox's internal API, but returns an error like this: ``` TypeError: 'uri' member of CancelContentJSOptions is not an object. RemoteWebNavigation.sys.mjs:28:41 ``` How to overcome this error?

    7
    0
    kbinMeta /kbin meta /kbin update - upvotes, boosts, languages...
    Jump
  • look997 look997 1 year ago 100%

    And in the Microblog, will the nicknames of the people who added to Favorites and also the people who gave a Boost be visible in this list from the screenshot?

    I have an issue about it but I'm also asking here so people can comment.
    And also in total in the issue you did not refer to, @ernest.

    1
  • muzyka
    Muzyka look997 1 year ago 100%
    Chciałbym " Doctor Who - Doomsday Theme " na... puzonie.

    Chciałbym " Doctor Who - Doomsday Theme " na... puzonie. [https://youtu.be/Am7eHyJ8\_1Y](https://youtu.be/Am7eHyJ8_1Y) Myślę, że ciekawie by to mogło brzmieć. Tylko kto to zrobi? Chciałbym AI któremu powiesz "ta piosenka na puzonie - [https://youtu.be/Am7eHyJ8\_1Y](https://youtu.be/Am7eHyJ8_1Y)" i gotowe. :| [\#muzyka](https://karab.in/tag/muzyka) [#sztucznainteligencja](https://karab.in/tag/sztucznainteligencja) [#ai](https://karab.in/tag/ai) [#artificialintelligence](https://karab.in/tag/artificialintelligence) [#machinelearning](https://karab.in/tag/machinelearning) [#uczeniemaszynowe](https://karab.in/tag/uczeniemaszynowe) [#si](https://karab.in/tag/si) [#chatgpt](https://karab.in/tag/chatgpt)

    1
    0
    mapy Mapy Domostwa z przynajmniej jednym psem
    Jump
  • look997 look997 1 year ago 100%

    @Deykun U nas psów, jest jak psów.

    1
  • wolnyinternet wolny internet Bosak chciałby większej kontroli internetu, oburza się że ciągle nie jest to wprowadzone
    Jump
  • look997 look997 1 year ago 100%

    @Pajonk Tak.

    1
  • wolnyinternet wolny internet Bosak chciałby większej kontroli internetu, oburza się że ciągle nie jest to wprowadzone
    Jump
  • look997 look997 1 year ago 100%
    1