[GH-ISSUE #131] Floccus v3 beta phase #123

Closed
opened 2026-02-25 22:36:12 +03:00 by kerem · 56 comments
Owner

Originally created by @marcelklehr on GitHub (Jul 2, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/131

Hey there,

it's been a little quiet the last few weeks, but @jlbprof and I have been working to improve your sync experience

Highlights of the upcoming release include more stable UI code, a completely revamped sync process which is much faster, a new optional WebDAV/XBEL backend to store bookmarks without the Nextcloud bookmarks app (big thanks for this one, julian!), and also (finally) support for bookmarking the same URL twice in both the WebDAV and the nextcloud bookmarks adapter.

What is left to do before the release? Testing and feedback! :)

Try out the beta and leave your feedback here in the comments! Anything is welcome: UI, UX, but of course also bugs and anything else that comes to mind.

Update: Beta 9 is available, now.

How to install the beta

  1. Make a backup of your bookmarks, just in case

Chrome/Chromium

  1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9
  2. Download the *.crx file
  3. Drop the crx in your chrome://extensions/ page

Alternatively, since this might not work for everybody:

  1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9
  2. Download and unpack the *.zip file
  3. Go to chrome://extensions/
  4. Enable developer mode (top right corner)
  5. Click Load unpacked and select the previously unpacked floccs folder

Firefox

  1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9
  2. Download and unpack the *.zip file
  3. Go to about:debugging
  4. Click Load temporary addon select manifest.json in the previously downloaded folder file

Cheers!

Originally created by @marcelklehr on GitHub (Jul 2, 2018). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/131 Hey there, it's been a little quiet the last few weeks, but @jlbprof and I have been working to improve your sync experience Highlights of the upcoming release include more stable UI code, a completely revamped sync process which is much faster, a new optional WebDAV/XBEL backend to store bookmarks without the Nextcloud bookmarks app (big thanks for this one, julian!), and also (finally) support for bookmarking the same URL twice in both the WebDAV and the nextcloud bookmarks adapter. What is left to do before the release? Testing and feedback! :) Try out the beta and leave your feedback here in the comments! Anything is welcome: UI, UX, but of course also bugs and anything else that comes to mind. **Update:** Beta 9 is available, now. ### How to install the beta 0. Make a backup of your bookmarks, just in case #### Chrome/Chromium 1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9 2. Download the `*.crx` file 3. Drop the `crx` in your `chrome://extensions/` page Alternatively, since this might not work for everybody: 1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9 2. Download and unpack the `*.zip` file 3. Go to `chrome://extensions/` 4. Enable developer mode (top right corner) 5. Click `Load unpacked` and select the previously unpacked floccs folder #### Firefox 1. Go to https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9 2. Download and unpack the `*.zip` file 3. Go to `about:debugging` 4. Click `Load temporary addon` select `manifest.json` in the previously downloaded folder file Cheers!
kerem 2026-02-25 22:36:12 +03:00
Author
Owner

@TeutonJon78 commented on GitHub (Jul 3, 2018):

I tried the Chrome version, and using it to sync to a Nextcloud via WebDAV. All I get when I try to sync is:
Network Error: Unable to determine status of lock file bookmarks.xbel.lock

And if I remember correctly, we can't sync directly the whole tree, we have to sync bookmarks toolbar and the "Other bookmarks" separately if we want cross browser syncting. Correct?

Chrome also throws up this extensions error on the extensions console: Unrecognized manifest key 'applications'. I installed via the unpackged method as dragging and dropping wasn't working.

<!-- gh-comment-id:402262386 --> @TeutonJon78 commented on GitHub (Jul 3, 2018): I tried the Chrome version, and using it to sync to a Nextcloud via WebDAV. All I get when I try to sync is: `Network Error: Unable to determine status of lock file bookmarks.xbel.lock` And if I remember correctly, we can't sync directly the whole tree, we have to sync bookmarks toolbar and the "Other bookmarks" separately if we want cross browser syncting. Correct? Chrome also throws up this extensions error on the extensions console: `Unrecognized manifest key 'applications'.` I installed via the unpackged method as dragging and dropping wasn't working.
Author
Owner

@marcelklehr commented on GitHub (Jul 3, 2018):

I tried the Chrome version, and using it to sync to a Nextcloud via WebDAV. All I get when I try to sync is:
Network Error: Unable to determine status of lock file bookmarks.xbel.lock

Ah, I forgot to specify that you need to enter the complete WebDAV url for nextcloud, i.e. https://<nextcloud-server>/remote.php/webdav/

And if I remember correctly, we can't sync directly the whole tree, we have to sync bookmarks toolbar and the "Other bookmarks" separately if we want cross browser syncting. Correct?

Yes, that's still applicable.

<!-- gh-comment-id:402281406 --> @marcelklehr commented on GitHub (Jul 3, 2018): > I tried the Chrome version, and using it to sync to a Nextcloud via WebDAV. All I get when I try to sync is: Network Error: Unable to determine status of lock file bookmarks.xbel.lock Ah, I forgot to specify that you need to enter the complete WebDAV url for nextcloud, i.e. `https://<nextcloud-server>/remote.php/webdav/` > And if I remember correctly, we can't sync directly the whole tree, we have to sync bookmarks toolbar and the "Other bookmarks" separately if we want cross browser syncting. Correct? Yes, that's still applicable.
Author
Owner

@TeutonJon78 commented on GitHub (Jul 4, 2018):

Ok, I looked up in the Nextloud manual, and for 13 it's https://<nextcloud-server>/remote.php/dav/files/USERNAME/

Then they sync'ed correctly. It might be nice to have a future feature where floccus has it's own internal representation for the toolsbar and the internal folders so that it could be done in one step. Then the plugin side could determine where to stick them since they know which browser they're in.

For the Nextcloud option, you might have to clarify the text that it's for "Nextcloud Booksmarks App" or something so people don't think they can just select that for the XBEL version.

<!-- gh-comment-id:402336266 --> @TeutonJon78 commented on GitHub (Jul 4, 2018): Ok, I looked up in the Nextloud manual, and for 13 it's `https://<nextcloud-server>/remote.php/dav/files/USERNAME/` Then they sync'ed correctly. It might be nice to have a future feature where floccus has it's own internal representation for the toolsbar and the internal folders so that it could be done in one step. Then the plugin side could determine where to stick them since they know which browser they're in. For the Nextcloud option, you might have to clarify the text that it's for "Nextcloud Booksmarks App" or something so people don't think they can just select that for the XBEL version.
Author
Owner

@jlbprof commented on GitHub (Jul 4, 2018):

If you use the nextcloud server, it works better if you do as follows:

https:///remote.php/webdav/

This is what is displayed in the lower left corner of you nextcloud files
page under settings/webdav. Displayed in clear text so you can cut and
paste it. The url you list may not work as well as the one listed in the
settings page.

On Tue, Jul 3, 2018 at 8:27 PM TeutonJon78 notifications@github.com wrote:

Ok, I looked up in the Nextloud manual, and for 13 it's https://
remote.php/dav/files/USERNAME/

Then they sync'ed correctly. It might be nice to have a future feature
where floccus has it's own internal representation for the toolsbar and the
internal folders so that it could be done in one step. Then the plugin side
could determine where to stick them since they know which browser they're
in.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/marcelklehr/floccus/issues/131#issuecomment-402336266,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJS39VDgRtDcXueeLGJUIUaYg9E57FcEks5uDBoRgaJpZM4U_3Fz
.

<!-- gh-comment-id:402340443 --> @jlbprof commented on GitHub (Jul 4, 2018): If you use the nextcloud server, it works better if you do as follows: https://<nextcloud server>/remote.php/webdav/ This is what is displayed in the lower left corner of you nextcloud files page under settings/webdav. Displayed in clear text so you can cut and paste it. The url you list may not work as well as the one listed in the settings page. On Tue, Jul 3, 2018 at 8:27 PM TeutonJon78 <notifications@github.com> wrote: > Ok, I looked up in the Nextloud manual, and for 13 it's https:// > <nextcloud-server>remote.php/dav/files/USERNAME/ > > Then they sync'ed correctly. It might be nice to have a future feature > where floccus has it's own internal representation for the toolsbar and the > internal folders so that it could be done in one step. Then the plugin side > could determine where to stick them since they know which browser they're > in. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/marcelklehr/floccus/issues/131#issuecomment-402336266>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJS39VDgRtDcXueeLGJUIUaYg9E57FcEks5uDBoRgaJpZM4U_3Fz> > . >
Author
Owner

@TeutonJon78 commented on GitHub (Jul 4, 2018):

Both seem to work -- strange that they put a different path in the user manual vs. the actual software.

<!-- gh-comment-id:402547779 --> @TeutonJon78 commented on GitHub (Jul 4, 2018): Both seem to work -- strange that they put a different path in the user manual vs. the actual software.
Author
Owner

@aktentasche commented on GitHub (Jul 5, 2018):

Doing a fresh sync right now, looks good! I had the wrong URL entered before, corrected, now the sync runs but the error message is still there. I think this is a bit confusing from a UX point of view.

Also, I needed to create a WebDAV account before a click on "new nextcloud" account worked.

Are you planning to have a log windows or something? Would be nice to see what is synced.

<!-- gh-comment-id:402842262 --> @aktentasche commented on GitHub (Jul 5, 2018): Doing a fresh sync right now, looks good! I had the wrong URL entered before, corrected, now the sync runs but the error message is still there. I think this is a bit confusing from a UX point of view. Also, I needed to create a WebDAV account before a click on "new nextcloud" account worked. Are you planning to have a log windows or something? Would be nice to see what is synced.
Author
Owner

@marcelklehr commented on GitHub (Jul 8, 2018):

@aktentasche Thanks for your feedback! The UX issue is a good point! I just fixed it. The account creation not working is also fixed, now -- thanks!

Regarding the log: That's a good idea. Although, the browser console already has a logs for debugging purposes, the normal user might want to see logs as well -- without jumping through hoops to get there.

<!-- gh-comment-id:403315166 --> @marcelklehr commented on GitHub (Jul 8, 2018): @aktentasche Thanks for your feedback! The UX issue is a good point! I just fixed it. The account creation not working is also fixed, now -- thanks! Regarding the log: That's a good idea. Although, the browser console already has a logs for debugging purposes, the normal user might want to see logs as well -- without jumping through hoops to get there.
Author
Owner

@TeutonJon78 commented on GitHub (Jul 11, 2018):

Note: I'm testing this is Chrome.

UX Issues: When adding an account, perhaps it might be good to add it to the bottom of the list rather than the top. Maybe default to copying the settings from a previous account as well (or provide a duplicate account option or something).

UI/UX Issue: When you go to the use directory selector for the bookmark directory (in Chrome), the check box for the directory is hard to see/know to select. It's the same color as the as the currently selected directory. Also, the box is slightly offset from the bar by a few pixels. Maybe it better to just click to select rather than have the checkbox?

UX Issue: Is there a way to "save" the account settings rather than save them as your typing? It's hard to know when you're "done" setting up the account what you should do, or the edge of case of it decides to sync WHILE you're setting up the account (not sure of the triggers for syncing).

UX Issue: If there is are two accounts syncing and one finishes, it clears the system icon from the extension icon even if one is still syncing.

<!-- gh-comment-id:404245947 --> @TeutonJon78 commented on GitHub (Jul 11, 2018): Note: I'm testing this is Chrome. UX Issues: When adding an account, perhaps it might be good to add it to the bottom of the list rather than the top. Maybe default to copying the settings from a previous account as well (or provide a duplicate account option or something). UI/UX Issue: When you go to the use directory selector for the bookmark directory (in Chrome), the check box for the directory is hard to see/know to select. It's the same color as the as the currently selected directory. Also, the box is slightly offset from the bar by a few pixels. Maybe it better to just click to select rather than have the checkbox? UX Issue: Is there a way to "save" the account settings rather than save them as your typing? It's hard to know when you're "done" setting up the account what you should do, or the edge of case of it decides to sync WHILE you're setting up the account (not sure of the triggers for syncing). UX Issue: If there is are two accounts syncing and one finishes, it clears the system icon from the extension icon even if one is still syncing.
Author
Owner

@bernd-wechner commented on GitHub (Jul 13, 2018):

OK, I tried the beta on Firefox 61.0 on Linux Mint 19 and got this result:

image

Not a good result. So I openned the debug console and clicked Sync Now and nabbed this:

TypeError: browser.ownerGlobal.gBrowser.getTabForBrowser is not a function[Learn More] nsLoginManagerPrompter.js:826:21
[Show/hide message details.] [Exception... "[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]'[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]' when calling method: [nsILoginManagerPrompter::promptToSavePassword]"  nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)"  location: "JS frame :: resource://gre/modules/LoginManagerParent.jsm :: onFormSubmit :: line 448"  data: yes]
Starting sync process for account MYUSERNAME@https://my.nextcloud.server background-script.js:20597:17
Fetching bookmarks 
Object { type: "nextcloud", url: "https://my.nextcloud.server", username: "MYUSERNAME", password: "MYPASSWD", serverRoot: "/BookmarksMenu", syncing: true, localRoot: "menu________", error: null, lastSync: 1530331574755 }
background-script.js:25228:17
Response { type: "basic", url: "https://my.nextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false }
background-script.js:25921:17
Received bookmarks from server 
Array(316) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
background-script.js:25300:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "", title: "Education and Learning" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "", title: "Food" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "http://duolingo.com/#/bwechner", title: "Duolingo: bwechner" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "http://www.khanacademy.org/profile", title: "Khan Academy" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "https://esafety.gov.au/education-resources/iparent/kids-online-infographic", title: "Kids online infographic | Office of the Children's eSafety Commissioner" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Distillation" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Ginger" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Mid Winter Feast" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.moonshine-still.com/", title: "Building a World Class Home Distillation Apparatus - Home Page" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.jerryeden.com/alc/", title: "FREE Alcoholic beverage recipes. Make your own Homemade Still." }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.partyman.se/default.htm", title: "Gert Strand AB-home of Gert Strand's Prestige products, Prestige essences and Turbo yeast" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.premiersystems.com/recipes/desserts/ginger-crystaled.html", title: "An Excellent Free Recipe for Candied, or Crystallized Ginger" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.recipezaar.com/recipe/getrecipe.zsp?id=123111", title: "Candied Ginger and Syrup Recipe | Recipezaar" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://homecooking.about.com/od/dessertrecipes/ht/crystalginger.htm", title: "Crystallized Candied Ginger Recipe" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://wine.about.com/od/holidayswithwine/r/MulledWines.htm", title: "Mulled Wine - Traditional Holiday Recipe for Mulled Wines" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://recipes.robbiehaf.com/F/41.htm", title: "Robbie's Drink Recipes: Non-Alcoholic Fruit Punch" }
background-script.js:25706:17
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20682:17
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee5$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23745:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee10$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23756:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee10$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23722:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "2 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Syncing failed with bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined background-script.js:20685:17
_callee9$
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20685:17
tryCatch
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37
invoke
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22
defineIteratorMethods/</prototype[method]
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16
step
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:183
step/<
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:402
run
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22
notify/<
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30
flush
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9
NS_ERROR_NOT_INITIALIZED: contentscript.js:467
MYUSERNAMETypeError: browser.ownerGlobal.gBrowser.getTabForBrowser is not a function[Learn More] nsLoginManagerPrompter.js:826:21
[Show/hide message details.] [Exception... "[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]'[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]' when calling method: [nsILoginManagerPrompter::promptToSavePassword]"  nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)"  location: "JS frame :: resource://gre/modules/LoginManagerParent.jsm :: onFormSubmit :: line 448"  data: yes]
Starting sync process for account MYUSERNAME@https://my.nextcloud.server background-script.js:20597:17
Fetching bookmarks 
Object { type: "nextcloud", url: "https://my.nextcloud.server", username: "MYUSERNAME", password: "MYPASSWD", serverRoot: "/BookmarksMenu", syncing: true, localRoot: "menu________", error: null, lastSync: 1530331574755 }
background-script.js:25228:17
Response { type: "basic", url: "https://my.nextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false }
background-script.js:25921:17
Received bookmarks from server 
Array(316) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
background-script.js:25300:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "", title: "Education and Learning" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: undefined }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "", title: "Food" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "http://duolingo.com/#/bwechner", title: "Duolingo: bwechner" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "http://www.khanacademy.org/profile", title: "Khan Academy" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Education and Learning", url: "https://esafety.gov.au/education-resources/iparent/kids-online-infographic", title: "Kids online infographic | Office of the Children's eSafety Commissioner" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Distillation" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Ginger" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATEFOLDER 
Object { parentId: "/Food", title: "Mid Winter Feast" }
 (noop) background-script.js:25400:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.moonshine-still.com/", title: "Building a World Class Home Distillation Apparatus - Home Page" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.jerryeden.com/alc/", title: "FREE Alcoholic beverage recipes. Make your own Homemade Still." }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.partyman.se/default.htm", title: "Gert Strand AB-home of Gert Strand's Prestige products, Prestige essences and Turbo yeast" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.premiersystems.com/recipes/desserts/ginger-crystaled.html", title: "An Excellent Free Recipe for Candied, or Crystallized Ginger" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.recipezaar.com/recipe/getrecipe.zsp?id=123111", title: "Candied Ginger and Syrup Recipe | Recipezaar" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Ginger", url: "http://homecooking.about.com/od/dessertrecipes/ht/crystalginger.htm", title: "Crystallized Candied Ginger Recipe" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://wine.about.com/od/holidayswithwine/r/MulledWines.htm", title: "Mulled Wine - Traditional Holiday Recipe for Mulled Wines" }
background-script.js:25706:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: null }
background-script.js:23380:17
(nextcloud)CREATE 
Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://recipes.robbiehaf.com/F/41.htm", title: "Robbie's Drink Recipes: Non-Alcoholic Fruit Punch" }
background-script.js:25706:17
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20682:17
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee5$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23745:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee10$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23756:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee10$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23722:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "3 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Error: "2 errors"
MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "bookmark is not defined"
_callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Syncing failed with bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined
bookmark is not defined background-script.js:20685:17
_callee9$
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20685:17
tryCatch
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37
invoke
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22
defineIteratorMethods/</prototype[method]
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16
step
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:183
step/<
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:402
run
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22
notify/<
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30
flush
moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9
NS_ERROR_NOT_INITIALIZED: contentscript.js:467

<!-- gh-comment-id:404807594 --> @bernd-wechner commented on GitHub (Jul 13, 2018): OK, I tried the beta on Firefox 61.0 on Linux Mint 19 and got this result: ![image](https://user-images.githubusercontent.com/7296506/42689469-c4584f44-86e3-11e8-8700-2861e969f9bd.png) Not a good result. So I openned the debug console and clicked Sync Now and nabbed this: ``` TypeError: browser.ownerGlobal.gBrowser.getTabForBrowser is not a function[Learn More] nsLoginManagerPrompter.js:826:21 [Show/hide message details.] [Exception... "[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]'[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]' when calling method: [nsILoginManagerPrompter::promptToSavePassword]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: resource://gre/modules/LoginManagerParent.jsm :: onFormSubmit :: line 448" data: yes] Starting sync process for account MYUSERNAME@https://my.nextcloud.server background-script.js:20597:17 Fetching bookmarks Object { type: "nextcloud", url: "https://my.nextcloud.server", username: "MYUSERNAME", password: "MYPASSWD", serverRoot: "/BookmarksMenu", syncing: true, localRoot: "menu________", error: null, lastSync: 1530331574755 } background-script.js:25228:17 Response { type: "basic", url: "https://my.nextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false } background-script.js:25921:17 Received bookmarks from server Array(316) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ] background-script.js:25300:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "", title: "Education and Learning" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "", title: "Food" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "http://duolingo.com/#/bwechner", title: "Duolingo: bwechner" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "http://www.khanacademy.org/profile", title: "Khan Academy" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "https://esafety.gov.au/education-resources/iparent/kids-online-infographic", title: "Kids online infographic | Office of the Children's eSafety Commissioner" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Distillation" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Ginger" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Mid Winter Feast" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.moonshine-still.com/", title: "Building a World Class Home Distillation Apparatus - Home Page" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.jerryeden.com/alc/", title: "FREE Alcoholic beverage recipes. Make your own Homemade Still." } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.partyman.se/default.htm", title: "Gert Strand AB-home of Gert Strand's Prestige products, Prestige essences and Turbo yeast" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.premiersystems.com/recipes/desserts/ginger-crystaled.html", title: "An Excellent Free Recipe for Candied, or Crystallized Ginger" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.recipezaar.com/recipe/getrecipe.zsp?id=123111", title: "Candied Ginger and Syrup Recipe | Recipezaar" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://homecooking.about.com/od/dessertrecipes/ht/crystalginger.htm", title: "Crystallized Candied Ginger Recipe" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://wine.about.com/od/holidayswithwine/r/MulledWines.htm", title: "Mulled Wine - Traditional Holiday Recipe for Mulled Wines" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://recipes.robbiehaf.com/F/41.htm", title: "Robbie's Drink Recipes: Non-Alcoholic Fruit Punch" } background-script.js:25706:17 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20682:17 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee5$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23745:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee10$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23756:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee10$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23722:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "2 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Syncing failed with bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined background-script.js:20685:17 _callee9$ moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20685:17 tryCatch moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37 invoke moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22 defineIteratorMethods/</prototype[method] moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16 step moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:183 step/< moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:402 run moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22 notify/< moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30 flush moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 NS_ERROR_NOT_INITIALIZED: contentscript.js:467 MYUSERNAMETypeError: browser.ownerGlobal.gBrowser.getTabForBrowser is not a function[Learn More] nsLoginManagerPrompter.js:826:21 [Show/hide message details.] [Exception... "[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]'[JavaScript Error: "browser.ownerGlobal.gBrowser.getTabForBrowser is not a function" {file: "jar:file:///usr/lib/firefox/omni.ja!/components/nsLoginManagerPrompter.js" line: 826}]' when calling method: [nsILoginManagerPrompter::promptToSavePassword]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: resource://gre/modules/LoginManagerParent.jsm :: onFormSubmit :: line 448" data: yes] Starting sync process for account MYUSERNAME@https://my.nextcloud.server background-script.js:20597:17 Fetching bookmarks Object { type: "nextcloud", url: "https://my.nextcloud.server", username: "MYUSERNAME", password: "MYPASSWD", serverRoot: "/BookmarksMenu", syncing: true, localRoot: "menu________", error: null, lastSync: 1530331574755 } background-script.js:25228:17 Response { type: "basic", url: "https://my.nextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false } background-script.js:25921:17 Received bookmarks from server Array(316) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ] background-script.js:25300:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "", title: "Education and Learning" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: undefined } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "", title: "Food" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "http://duolingo.com/#/bwechner", title: "Duolingo: bwechner" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "http://www.khanacademy.org/profile", title: "Khan Academy" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Education and Learning", url: "https://esafety.gov.au/education-resources/iparent/kids-online-infographic", title: "Kids online infographic | Office of the Children's eSafety Commissioner" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Distillation" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Ginger" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATEFOLDER Object { parentId: "/Food", title: "Mid Winter Feast" } (noop) background-script.js:25400:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.moonshine-still.com/", title: "Building a World Class Home Distillation Apparatus - Home Page" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.jerryeden.com/alc/", title: "FREE Alcoholic beverage recipes. Make your own Homemade Still." } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Distillation", url: "http://www.partyman.se/default.htm", title: "Gert Strand AB-home of Gert Strand's Prestige products, Prestige essences and Turbo yeast" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.premiersystems.com/recipes/desserts/ginger-crystaled.html", title: "An Excellent Free Recipe for Candied, or Crystallized Ginger" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://www.recipezaar.com/recipe/getrecipe.zsp?id=123111", title: "Candied Ginger and Syrup Recipe | Recipezaar" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Ginger", url: "http://homecooking.about.com/od/dessertrecipes/ht/crystalginger.htm", title: "Crystallized Candied Ginger Recipe" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://wine.about.com/od/holidayswithwine/r/MulledWines.htm", title: "Mulled Wine - Traditional Holiday Recipe for Mulled Wines" } background-script.js:25706:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: null } background-script.js:23380:17 (nextcloud)CREATE Object { id: undefined, parentId: "/Food/Mid Winter Feast", url: "http://recipes.robbiehaf.com/F/41.htm", title: "Robbie's Drink Recipes: Non-Alcoholic Fruit Punch" } background-script.js:25706:17 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20682:17 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee5$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23745:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee10$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23756:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee10$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23722:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "3 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Error: "2 errors" MultiErrormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:304:9nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:423:36runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "bookmark is not defined" _callee12$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25717:19tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25144:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:25747:16_callee13$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24094:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99createBookmarkmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:24119:16_callee2$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23413:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99syncTreemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23472:16_callee3$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23574:36tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:437Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23585:28eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:321:27__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:36nextmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:410:21poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:406:13Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:405:16__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12poolmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:401:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:319:19__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:298:15Promisemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4400:7__awaitermoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:294:12eachmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:315:12_callee4$moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23554:24tryCatchmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37invokemoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22methodmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:183stepmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:23306:361runmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22notifymoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30flushmoz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Syncing failed with bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined bookmark is not defined background-script.js:20685:17 _callee9$ moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20685:17 tryCatch moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6900:37 invoke moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:7138:22 defineIteratorMethods/</prototype[method] moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:6952:16 step moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:183 step/< moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/background-script.js:20203:402 run moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4295:22 notify/< moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:4308:30 flush moz-extension://b333d6af-00bf-46c3-8235-68a8e585e72b/dist/js/polyfill.js:1398:9 NS_ERROR_NOT_INITIALIZED: contentscript.js:467 ```
Author
Owner

@bernd-wechner commented on GitHub (Jul 13, 2018):

It's real hard copying the output from the debug console BTW. If there's an easier more complete way let me know. But I notice that collapsed items are copied only as the collapsed item, meaning I can drill down into the items in the copy above in the console, but the content of the message is not in the copy above. That of course and that I have to do a some global replaces on my personal details to like account and password and server.

<!-- gh-comment-id:404808116 --> @bernd-wechner commented on GitHub (Jul 13, 2018): It's real hard copying the output from the debug console BTW. If there's an easier more complete way let me know. But I notice that collapsed items are copied only as the collapsed item, meaning I can drill down into the items in the copy above in the console, but the content of the message is not in the copy above. That of course and that I have to do a some global replaces on my personal details to like account and password and server.
Author
Owner

@marcelklehr commented on GitHub (Jul 16, 2018):

@TeutonJon78 Thanks for the valuable input!
@bernd-wechner I'll see what I can do to simplify error reporting. Perhaps an in-app log view is indeed in order. The bug you described should be fixed in the new beta version, I just released.

<!-- gh-comment-id:405382314 --> @marcelklehr commented on GitHub (Jul 16, 2018): @TeutonJon78 Thanks for the valuable input! @bernd-wechner I'll see what I can do to simplify error reporting. Perhaps an in-app log view is indeed in order. The bug you described should be fixed in the new beta version, I just released.
Author
Owner

@bernd-wechner commented on GitHub (Jul 17, 2018):

Just tried the beta 3. No luck. When I got about:debugging, I then remove floccus and add it again using the beta 3 xpi. Then the floccus properties are displayed. So far so good. But the following observations:

  1. It has the Sync Now, Reset and Choose Folder buttons disabled, it displays Syncing ... next to the Options button, the Options button works (collapses and expands the options), but the Delete this account button does not respond in any way though it looks enabled.

  2. It seems to stay Syncing ... for a long time, longer than I've waited so far, but lets say tens of minutes at least. So I'm suspecting something wrong which is why I want to delete the account and re-configure it. But can't do. Only way I can do that is removing floccus then adding again only I can't as it starts up Syncing... again ...

  3. The toolbar menu drops down but shows no accounts. But it has a little run tests link and if I click it tests the link and all tests pass! All the while the properties page still shows Syncing ....

Next thing I'll try is a FF restart I guess. But reporting this now.

<!-- gh-comment-id:405425359 --> @bernd-wechner commented on GitHub (Jul 17, 2018): Just tried the beta 3. No luck. When I got about:debugging, I then remove floccus and add it again using the beta 3 xpi. Then the floccus properties are displayed. So far so good. But the following observations: 1) It has the Sync Now, Reset and Choose Folder buttons disabled, it displays Syncing ... next to the Options button, the Options button works (collapses and expands the options), but the Delete this account button does not respond in any way though it looks enabled. 2) It seems to stay Syncing ... for a long time, longer than I've waited so far, but lets say tens of minutes at least. So I'm suspecting something wrong which is why I want to delete the account and re-configure it. But can't do. Only way I can do that is removing floccus then adding again only I can't as it starts up Syncing... again ... 3) The toolbar menu drops down but shows no accounts. But it has a little run tests link and if I click it tests the link and all tests pass! All the while the properties page still shows Syncing .... Next thing I'll try is a FF restart I guess. But reporting this now.
Author
Owner

@bernd-wechner commented on GitHub (Jul 17, 2018):

OK FF restart and I observe the following:

Sync worked (was slow but worked). Tick.

Alas when I click Sync Now on the options page, nothing seems to happen.
If I look at the toolbar drop down it says Syncing...
Conclusion, the status is not being updated on the options page when I click Sync Now.

So I started a Sync from the Toolbar menu, and same deal, Toolbar menu displays Syncing... the Options page only shows "all good".

Finally, I specified options as above (just the Bookmarks Menu configuration). Oddly on nextcloud I now see a load of Bookmarks that are NOT in the floccus:>BookmarksMenu, that clearly come from my toolbar, for example foccus:>Cloud and flocuss:>Tools which are toolbar bookmark folders I have. I wonder if there's a bug there and how to test that. But here we tap into an uncertainty I have that would be nice to clarify in the help or UI or somewhere easily spotted. Namely what happens if I delete all my nextcloud bookmarks? More generally what is the logic flocuss follows when browser and nextcloud disagree? There are many options here and it would be nice to know which are in place. Consider:

Bookmark exists in browser and not in Nextcloud
Option 1: Add it to Nextcloud
Option 2: Remove it from Browser

Bookmark exists in nextcloud and not in Browser
Option 1: Add it to browser
Option 2: Remove it from nextcloud

which one is the master and when? Is it consistently one or the other, based on timestamps somehow?

I'm, nervous because Xmarks trashed all my bookmarks several times and only local backups saved me.

<!-- gh-comment-id:405439771 --> @bernd-wechner commented on GitHub (Jul 17, 2018): OK FF restart and I observe the following: Sync worked (was slow but worked). Tick. Alas when I click Sync Now on the options page, nothing seems to happen. If I look at the toolbar drop down it says Syncing... Conclusion, the status is not being updated on the options page when I click Sync Now. So I started a Sync from the Toolbar menu, and same deal, Toolbar menu displays Syncing... the Options page only shows "all good". Finally, I specified options as above (just the Bookmarks Menu configuration). Oddly on nextcloud I now see a load of Bookmarks that are NOT in the floccus:>BookmarksMenu, that clearly come from my toolbar, for example foccus:>Cloud and flocuss:>Tools which are toolbar bookmark folders I have. I wonder if there's a bug there and how to test that. But here we tap into an uncertainty I have that would be nice to clarify in the help or UI or somewhere easily spotted. Namely what happens if I delete all my nextcloud bookmarks? More generally what is the logic flocuss follows when browser and nextcloud disagree? There are many options here and it would be nice to know which are in place. Consider: Bookmark exists in browser and not in Nextcloud Option 1: Add it to Nextcloud Option 2: Remove it from Browser Bookmark exists in nextcloud and not in Browser Option 1: Add it to browser Option 2: Remove it from nextcloud which one is the master and when? Is it consistently one or the other, based on timestamps somehow? I'm, nervous because Xmarks trashed all my bookmarks several times and only local backups saved me.
Author
Owner

@bernd-wechner commented on GitHub (Jul 17, 2018):

Also there is a selector beside Add Account for choosing Bookmarks or WebDAV. Wanted to try the latter. But if I select WebDAV on either the options page or the toolbar drop down, it doesn't take, it continues to display Bookmarks. Odd.

<!-- gh-comment-id:405459220 --> @bernd-wechner commented on GitHub (Jul 17, 2018): Also there is a selector beside Add Account for choosing Bookmarks or WebDAV. Wanted to try the latter. But if I select WebDAV on either the options page or the toolbar drop down, it doesn't take, it continues to display Bookmarks. Odd.
Author
Owner

@marcelklehr commented on GitHub (Jul 17, 2018):

Finally, I specified options as above (just the Bookmarks Menu configuration). Oddly on nextcloud I now see a load of Bookmarks that are NOT in the floccus:>BookmarksMenu

If you specify a server path, floccus doesn't touch any bookmarks that are not in subdirectories of that path, so as I understand your description, this is intended behavior.

The sync algorithm works as follows:

  1. Bookmark exists in browser and not in Nextcloud -> Add it to Nextcloud
  2. Bookmark exists in nextcloud and not in Browser -> Add it to browser
  3. Bookmark used to exist in Browser -> remove it from nextcloud
  4. Bookmark used to exist in Nextcloud -> remove it from browser

You can remove the cache of what used to exist and thus trigger a sync from scratch which causes floccus to merge browser and server, regardless of what used to exist, by resetting the local sync folder.

Update:

But if I select WebDAV on either the options page or the toolbar drop down, it doesn't take

Fixed in beta.4 ;)

<!-- gh-comment-id:405547189 --> @marcelklehr commented on GitHub (Jul 17, 2018): > Finally, I specified options as above (just the Bookmarks Menu configuration). Oddly on nextcloud I now see a load of Bookmarks that are NOT in the floccus:>BookmarksMenu If you specify a server path, floccus doesn't touch any bookmarks that are not in subdirectories of that path, so as I understand your description, this is intended behavior. The sync algorithm works as follows: 1. Bookmark exists in browser and not in Nextcloud -> Add it to Nextcloud 2. Bookmark exists in nextcloud and not in Browser -> Add it to browser 3. Bookmark used to exist in Browser -> remove it from nextcloud 4. Bookmark used to exist in Nextcloud -> remove it from browser You can remove the cache of what used to exist and thus trigger a sync from scratch which causes floccus to merge browser and server, regardless of what used to exist, by resetting the local sync folder. **Update:** > But if I select WebDAV on either the options page or the toolbar drop down, it doesn't take Fixed in beta.4 ;)
Author
Owner

@bernd-wechner commented on GitHub (Jul 17, 2018):

Can you clarify what you mean by "trigger a sync from scratch" as point 4 is exactly what I worry about, that if I empty my Nextcloud store to test a clean start up and sync to it with no legacy data there, that it might instead erase all my browser bookmarks ;-).

On the first point I'm confused. I have specified a Server Folder of /BookmarksMenu and a Sync Folder of "/Bookmarks Menu" which I selected from:

image

And so I see loads of bookmarks with this tag:

image

which I expect, but why would I expect bookmarks with this tag:

image

Those bookmarks are on the Bookmarks Toolbar not in the Bookmarks Menu. I'm a tad puzzled.

<!-- gh-comment-id:405553527 --> @bernd-wechner commented on GitHub (Jul 17, 2018): Can you clarify what you mean by "trigger a sync from scratch" as point 4 is exactly what I worry about, that if I empty my Nextcloud store to test a clean start up and sync to it with no legacy data there, that it might instead erase all my browser bookmarks ;-). On the first point I'm confused. I have specified a Server Folder of /BookmarksMenu and a Sync Folder of "/Bookmarks Menu" which I selected from: ![image](https://user-images.githubusercontent.com/7296506/42814965-3a7e405c-8a09-11e8-825d-f1b917f2551f.png) And so I see loads of bookmarks with this tag: ![image](https://user-images.githubusercontent.com/7296506/42815321-6c276f38-8a0a-11e8-9f6c-bcd21715045f.png) which I expect, but why would I expect bookmarks with this tag: ![image](https://user-images.githubusercontent.com/7296506/42815380-9035b8e4-8a0a-11e8-8179-dcf730ea351c.png) Those bookmarks are on the Bookmarks Toolbar not in the Bookmarks Menu. I'm a tad puzzled.
Author
Owner

@marcelklehr commented on GitHub (Jul 17, 2018):

Can you clarify what you mean by "trigger a sync from scratch"

A sync from scratch basically merges the upstream and the local bookmarks while never deleting anything and avoiding the creation of duplicates. You can trigger it by setting a new local sync folder (you can also re-select the same one from the folder picker). This will clear floccus' cache and cause a sync from scratch on the next sync run. You can also delete your account in floccus and recreate it. This probably feels safer, but has the same effect and is more tedious.

why would I expect bookmarks with this tag

Is it possible that those bookmarks are still there from an earlier sync? If that is the case, and you have set your server path to 'BookmarksMenu' then floccus won't touch anything not in that path.

UPDATE: (Edited the explanation for sync from scratch.)

<!-- gh-comment-id:405702878 --> @marcelklehr commented on GitHub (Jul 17, 2018): > Can you clarify what you mean by "trigger a sync from scratch" A sync from scratch basically merges the upstream and the local bookmarks while never deleting anything and avoiding the creation of duplicates. You can trigger it by setting a new local sync folder (you can also re-select the same one from the folder picker). This will clear floccus' cache and cause a sync from scratch on the next sync run. You can also delete your account in floccus and recreate it. This probably feels safer, but has the same effect and is more tedious. > why would I expect bookmarks with this tag Is it possible that those bookmarks are still there from an earlier sync? If that is the case, and you have set your server path to 'BookmarksMenu' then floccus won't touch anything not in that path. UPDATE: (Edited the explanation for sync from scratch.)
Author
Owner

@jlbprof commented on GitHub (Jul 17, 2018):

Marcel

Just a suggestion, perhaps the person with the problem would be willing to
send you a bookmarks.html file that you could install on a blank copy of
the browser and maybe you would see the same issues?

Just a thought.

Julian

On Tue, Jul 17, 2018 at 2:39 PM Marcel Klehr notifications@github.com
wrote:

Can you clarify what you mean by "trigger a sync from scratch"

A sync from scratch will never delete anything and hopefully not create
duplicates. You can trigger it by setting a new local sync folder or
resetting the old one.

why would I expect bookmarks with this tag

Is it possible that those bookmarks are still there from an earlier sync?
If that is the case, and you have set your server path to 'BookmarksMenu'
then floccus won't touch anything not in that path.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/marcelklehr/floccus/issues/131#issuecomment-405702878,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJS39R4UFs_tBOiw7jEoAKLpMMu8V6STks5uHj1ZgaJpZM4U_3Fz
.

<!-- gh-comment-id:405714019 --> @jlbprof commented on GitHub (Jul 17, 2018): Marcel Just a suggestion, perhaps the person with the problem would be willing to send you a bookmarks.html file that you could install on a blank copy of the browser and maybe you would see the same issues? Just a thought. Julian On Tue, Jul 17, 2018 at 2:39 PM Marcel Klehr <notifications@github.com> wrote: > Can you clarify what you mean by "trigger a sync from scratch" > > A sync from scratch will never delete anything and hopefully not create > duplicates. You can trigger it by setting a new local sync folder or > resetting the old one. > > why would I expect bookmarks with this tag > > Is it possible that those bookmarks are still there from an earlier sync? > If that is the case, and you have set your server path to 'BookmarksMenu' > then floccus won't touch anything not in that path. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/marcelklehr/floccus/issues/131#issuecomment-405702878>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJS39R4UFs_tBOiw7jEoAKLpMMu8V6STks5uHj1ZgaJpZM4U_3Fz> > . >
Author
Owner

@bernd-wechner commented on GitHub (Jul 17, 2018):

Possibly easiest test is to backup my browser bookmarks. Delete Nextcould bookmarks. The load browser bookmarks again. Will try later in the day perhaps, no time now. Alas I'm still not clear on what a "sync from scratch" means or how I can ask floccus for on. The bookmarks I have on nextcloud all bear a time stamp and were all timestamped form the last sync (more or less, that day, hour and a credible minute) and no legacy alas. I had the thought that they might be legacy which is why I want to clear the nextcloud bookmarks. But I need to remove risk of losing all my browser bookmarks to do it ;-). Will do that and report back.

Julian, I could share a bookmarks.html file, sure but it's not a first port of call for anyone, I suspect neither myself nor Marcel. It falls into the category of personal data. Now there's probably nothing sensitive there in all honesty, but unless a specific bookmark were suspected all tests are possible without relevance to the exact bookmarks. In fact I can back mine up, then create some new ones, toolbar, menu and more and test ... if that worked and my saved bookmarks didn't then maybe we'd start asking about specific marks I guess.

<!-- gh-comment-id:405745289 --> @bernd-wechner commented on GitHub (Jul 17, 2018): Possibly easiest test is to backup my browser bookmarks. Delete Nextcould bookmarks. The load browser bookmarks again. Will try later in the day perhaps, no time now. Alas I'm still not clear on what a "sync from scratch" means or how I can ask floccus for on. The bookmarks I have on nextcloud all bear a time stamp and were all timestamped form the last sync (more or less, that day, hour and a credible minute) and no legacy alas. I had the thought that they might be legacy which is why I want to clear the nextcloud bookmarks. But I need to remove risk of losing all my browser bookmarks to do it ;-). Will do that and report back. Julian, I could share a bookmarks.html file, sure but it's not a first port of call for anyone, I suspect neither myself nor Marcel. It falls into the category of personal data. Now there's probably nothing sensitive there in all honesty, but unless a specific bookmark were suspected all tests are possible without relevance to the exact bookmarks. In fact I can back mine up, then create some new ones, toolbar, menu and more and test ... if that worked and my saved bookmarks didn't then maybe we'd start asking about specific marks I guess.
Author
Owner

@skewty commented on GitHub (Jul 18, 2018):

I got a completed sync using beta4 but I got some partial folders with duplicate names in my Firefox browser. Now I will have to inspect every folder to determine how to manually merge and cleanup what I am left with.

Is there perhaps a duplicate detection regression in beta4? There doesn't seem to be any merging going on.

<!-- gh-comment-id:405982026 --> @skewty commented on GitHub (Jul 18, 2018): I got a completed sync using beta4 but I got some partial folders with duplicate names in my Firefox browser. Now I will have to inspect every folder to determine how to manually merge and cleanup what I am left with. Is there perhaps a duplicate detection regression in beta4? There doesn't seem to be any merging going on.
Author
Owner

@marcelklehr commented on GitHub (Jul 22, 2018):

@skewty oh no! That's what point 0. is for :S -- Beta.5 fixes a bug that caused duplicates, hopefully that fixes things for you (probably not the duplicates you already have, though, I'm not sure about that).

@bernd-wechner yup, I'd also rather avoid collecting personal data from people whenever possible.

<!-- gh-comment-id:406891441 --> @marcelklehr commented on GitHub (Jul 22, 2018): @skewty oh no! That's what point 0. is for :S -- Beta.5 fixes a bug that caused duplicates, hopefully that fixes things for you (probably not the duplicates you already have, though, I'm not sure about that). @bernd-wechner yup, I'd also rather avoid collecting personal data from people whenever possible.
Author
Owner

@skewty commented on GitHub (Jul 23, 2018):

@marcelklehr I am pleased to help with getting this fixed for everybody else; I have no lingering anger related to the duplicate entries :) Thank you for all your work towards this extension.

So I tried the Beta 5 build and the Add-on icon shows the red [!] but the dialog that is still up in my [chrome://extensions] tab still shows "↻ Syncing..." and "Last synchronized: never". It would be nice if they could agree on a state. :)

Interesting.. I just looked up and it is trying to Sync again (the red [!] is gone). Perhaps it has reached its periodic sync interval? Perhaps when an error occurs you could include the error / exception in the Add-on dialog somehow?

I created a new chrome://extensions tab and noticed that floccus 3.0.0 had a red "(X) Errors" just below where it says "Sync your bookmarks with nextcloud". Clicking on it showed me:
floccus_3 0 0 b5

<!-- gh-comment-id:407149313 --> @skewty commented on GitHub (Jul 23, 2018): @marcelklehr I am pleased to help with getting this fixed for everybody else; I have no lingering anger related to the duplicate entries :) Thank you for all your work towards this extension. So I tried the Beta 5 build and the Add-on icon shows the red [!] but the dialog that is still up in my [chrome://extensions] tab still shows "↻ Syncing..." and "Last synchronized: never". It would be nice if they could agree on a state. :) Interesting.. I just looked up and it is trying to Sync again (the red [!] is gone). Perhaps it has reached its periodic sync interval? Perhaps when an error occurs you could include the error / exception in the Add-on dialog somehow? I created a new chrome://extensions tab and noticed that floccus 3.0.0 had a red "(X) Errors" just below where it says "Sync your bookmarks with nextcloud". Clicking on it showed me: ![floccus_3 0 0 b5](https://user-images.githubusercontent.com/9087223/43095011-5b71ab50-8e69-11e8-989d-2ec9f72a4fe8.png)
Author
Owner

@marcelklehr commented on GitHub (Jul 23, 2018):

Perhaps when an error occurs you could include the error / exception in the Add-on dialog somehow?

Any errors during syncing should be displayed in the status details (e.g. where it normally says last synchronized: xxx minutes ago)

"↻ Syncing..."

When it says "↻ Syncing..." after updating / restarting then it probably was interrupted during the last sync. You'll have to remove the account and create it again. This is a known bug that I'll fix soon-ish (see #121 )

<!-- gh-comment-id:407178275 --> @marcelklehr commented on GitHub (Jul 23, 2018): > Perhaps when an error occurs you could include the error / exception in the Add-on dialog somehow? Any errors during syncing should be displayed in the status details (e.g. where it normally says `last synchronized: xxx minutes ago`) > "↻ Syncing..." When it says "↻ Syncing..." after updating / restarting then it probably was interrupted during the last sync. You'll have to remove the account and create it again. This is a known bug that I'll fix soon-ish (see #121 )
Author
Owner

@marcelklehr commented on GitHub (Jul 24, 2018):

UX Issue: Is there a way to "save" the account settings rather than save them as your typing? It's hard to know when you're "done" setting up the account what you should do, or the edge of case of it decides to sync WHILE you're setting up the account (not sure of the triggers for syncing).

@TeutonJon78 This is something I've been meaning to do for a while and with the UI code refactoring this was now more or less trivial. So, beta.5 comes with a separate account editing view that also allows you to cancel editing and makes the overview look much cleaner, IMO.

<!-- gh-comment-id:407526790 --> @marcelklehr commented on GitHub (Jul 24, 2018): > UX Issue: Is there a way to "save" the account settings rather than save them as your typing? It's hard to know when you're "done" setting up the account what you should do, or the edge of case of it decides to sync WHILE you're setting up the account (not sure of the triggers for syncing). @TeutonJon78 This is something I've been meaning to do for a while and with the UI code refactoring this was now more or less trivial. So, beta.5 comes with a separate account editing view that also allows you to cancel editing and makes the overview look much cleaner, IMO.
Author
Owner

@bernd-wechner commented on GitHub (Jul 29, 2018):

OK, tried the beta5. Not bad. The UI changed. I have to admit even though I've used it a fair bit and been here a while that after a short break confronted with the UI I am again lost as to what Server Folder is. Empirically it turns out to define the first breadcrumb in the Bookmarks tag of each item. Guess I can't think of a better term that you're using easily. Though given it's NextCloud specific perhaps "NextCloud Folder" is an improvement?

The options are all now in the pop up and it has a rather smallish size by default, be nice if it were bigger.

I did a sync it sort of seemed to work better than any before. Heaps more diagnostics on the console, lots and lots and lots.

Then it finished with a fail. But bookmarks looked all right on a cursory inspection of NextCloud. Then some while later it went and deleted all my local bookmarks. Thought they are still on NextCloud. Go figure. Good thing I have backups.

Here is stiff from the console (though still hard to share, and wonder if there's a nicer way we can do this, a log file for example):

Starting sync process for account me@https://mynextcloud.server background-script.js:20597:17
Fetching bookmarks 
Object { type: "nextcloud", url: "https://mynextcloud.server", username: "me", password: "password", serverRoot: "/BookmarksMenu", rootPath: "/Bookmarks Menu", localRoot: "menu________", syncing: true, error: null, lastSync: 1532863686745 }
background-script.js:25224:17
Response { type: "basic", url: "https://mynextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false }
background-script.js:25872:17
Received bookmarks from server 
Array(388) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
background-script.js:25250:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
(local)CREATEFOLDER BookmarksMenu background-script.js:22525:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
This bookmark was moved here background-script.js:24069:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
This bookmark was moved here background-script.js:24069:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
This bookmark was moved here background-script.js:24069:17
Error: "1 errors"
MultiErrormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:304:9nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:423:36runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20682:17
Error: "3 errors"
MultiErrormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:304:9nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:423:36runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "folder is not defined"
_callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "folder is not defined"
_callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11
ReferenceError: "folder is not defined"
_callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11
Syncing failed with folder is not defined
folder is not defined
folder is not defined background-script.js:20685:17
_callee9$
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20685:17
tryCatch
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37
invoke
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22
defineIteratorMethods/</prototype[method]
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16
step
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20203:183
step/<
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20203:402
run
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22
notify/<
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30
flush
moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... bookmarks:1
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... bookmarks:1
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346
[Show/hide message details.] Error: cannot call methods on tagit prior to initialization; attempted to call method 'createTag' core.js:2:1821
[Show/hide message details.] TypeError: $(...).position(...) is undefined bookmarks.js:350:12
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed).
NS_ERROR_NOT_INITIALIZED: contentscript.js:467
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
NS_ERROR_NOT_INITIALIZED: contentscript.js:467
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
unreachable code after return statement unpaywall.js:162
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
XenForo CSRF token updated in 2 places () xenforo.js:6:4460
unreachable code after return statement unpaywall.js:162
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... bookmarks:1
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... bookmarks:1
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346
JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More]
nephele.lan:4443
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... nephele.lan:4443:1
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... nephele.lan:4443:1
Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Semibold.woff (“default-src”).
Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Light.woff (“default-src”).
Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Regular.woff (“default-src”).
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] triangle-s.svg
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-output.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-launcher.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More]
nephele.lan:4443
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-launcher.php
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed).
The connection to https://nephele.lan:4443/ncp-output.php was interrupted while the page was loading. ncp.js:166:17
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Content Security Policy: Ignoring “https://nephele.lan” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Content Security Policy: Ignoring “https://nephele.lan” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead.
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] navigation.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] db_structure.php
Content Security Policy: Couldn’t parse invalid host 'report-sample'
Content Security Policy: Ignoring “https://www.pinterest.com.au” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.pinterest.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.pinimg.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.google.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://connect.facebook.net” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.google-analytics.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.accountkit.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.facebook.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.googleadservices.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.doubleclick.net” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.twitter.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.bizographics.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.ads-twitter.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.googletagmanager.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.adsrvr.org” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.licdn.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.linkedin.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.online-metrix.net” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.bnc.lt” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://bnc.lt” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.branch.io” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.yozio.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://cdn.ampproject.org” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.cdn.ampproject.org” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://radar.cedexis.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https://*.cedexis-test.com” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead.
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] codemirror.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] printview.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] show-hint.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] lint.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jquery-ui-1.11.4.css
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] logo_right.png
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] dot.gif
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin.css.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] messages.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_image.js.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] whitelist.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] sprites.png
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead.
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] navigation.php
Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] db_structure.php
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed).
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386
Starting sync process for account me@https://mynextcloud.server background-script.js:20597:17
Fetching bookmarks 
Object { type: "nextcloud", url: "https://mynextcloud.server", username: "me", password: "password", serverRoot: "/BookmarksMenu", rootPath: "/Bookmarks Menu", localRoot: "menu________", syncing: true, error: null, lastSync: 1532863686745 }
background-script.js:25224:17
Response { type: "basic", url: "https://mynextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false }
background-script.js:25872:17
Received bookmarks from server 
Array(388) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
background-script.js:25250:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
COMPARE 
Object { localItem: {…}, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
(local)CREATE 
Object { id: undefined, parentId: "sKdLEpsynzjn", url: "http://www.antratel.com/", title: "ANTRATEL COMMUNICATION - cutting edge VoIP technologies, VoIP provider of cheap international and local calls" }
background-script.js:22421:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
(local)CREATE 
Object { id: undefined, parentId: "sKdLEpsynzjn", url: "https://www.mynetfone.com.au/residential-voip-solutions/service-plan-choices/", title: "MyNetFone - Your VoIP Broadband Phone and Naked ADSL2+ Services Provider - Residential VoIP Service Plan Choices" }
background-script.js:22421:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
(local)CREATE 
Object { id: undefined, parentId: "sKdLEpsynzjn", url: "https://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo", title: "arduino-info - Nrf24L01-2.4GHz-HowTo" }
background-script.js:22421:17
COMPARE 
Object { localItem: null, cacheItem: null, serverItem: {…} }
background-script.js:23380:17
(local)CREATE 
Object { id: undefined, parentId: "sKdLEpsynzjn", url: "http://www.pennytel.com/au/index.jsp", title: "http://www.pennytel.com/au/index.jsp" }
background-script.js:22421:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
This bookmark was moved background-script.js:24275:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER 7HMGgstKWigC background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER A9_SrRjwVTRh background-script.js:22618:17
(local)UPDATE 
Object { id: "9MLgh0Bt9zWm", parentId: "sKdLEpsynzjn", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" }
background-script.js:22457:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER 1h5vPO5zzyMe background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER iZsEIW1gtfWI background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER NJaIQ11Mhkvz background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER QSZeUan4_740 background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER VzibsCIEx47C background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER RwSVGVseWmeV background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER rwLNa98v__Gt background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER jpxp5qqBpgRe background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
This bookmark was moved background-script.js:24275:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: {…} }
background-script.js:23380:17
(local)UPDATE 
Object { id: "_XEEdpUbq0Yw", parentId: "sKdLEpsynzjn", url: "http://ppritchard.blogspot.com.au/2015/08/realisation-of-ultimate-reality.html?spref=fb", title: "Paul Pritchard: The Realisation of Ultimate Reality - Vipassana" }
background-script.js:22457:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER NgfmjbzqeZrB background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER 1AeYJ9jciLcw background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER Q3ZWKAyX-Dec background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: {…}, serverItem: null }
background-script.js:23380:17
(local)REMOVEFOLDER dImUJ4vfwxyU background-script.js:22618:17
COMPARE 
Object { localItem: {…}, cacheItem: undefined, serverItem: {…} }
background-script.js:23380:17
Checking subtree of  
Object { localItem: {…}, serverItem: {…} }
background-script.js:23713:17
Successfully ended sync process for account me@https://mynextcloud.server background-script.js:20674:17
Shutting down notifications: [401] Unauthorized merged.js:285:5
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... login:1
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... login:1
JQMIGRATE: Migrate is installed, version 1.4.0

Loads of errors and erroneous "bookmark was moved" conclusions.

<!-- gh-comment-id:408671021 --> @bernd-wechner commented on GitHub (Jul 29, 2018): OK, tried the beta5. Not bad. The UI changed. I have to admit even though I've used it a fair bit and been here a while that after a short break confronted with the UI I am again lost as to what Server Folder is. Empirically it turns out to define the first breadcrumb in the Bookmarks tag of each item. Guess I can't think of a better term that you're using easily. Though given it's NextCloud specific perhaps "NextCloud Folder" is an improvement? The options are all now in the pop up and it has a rather smallish size by default, be nice if it were bigger. I did a sync it sort of seemed to work better than any before. Heaps more diagnostics on the console, lots and lots and lots. Then it finished with a fail. But bookmarks looked all right on a cursory inspection of NextCloud. Then some while later it went and deleted all my local bookmarks. Thought they are still on NextCloud. Go figure. Good thing I have backups. Here is stiff from the console (though still hard to share, and wonder if there's a nicer way we can do this, a log file for example): ``` Starting sync process for account me@https://mynextcloud.server background-script.js:20597:17 Fetching bookmarks Object { type: "nextcloud", url: "https://mynextcloud.server", username: "me", password: "password", serverRoot: "/BookmarksMenu", rootPath: "/Bookmarks Menu", localRoot: "menu________", syncing: true, error: null, lastSync: 1532863686745 } background-script.js:25224:17 Response { type: "basic", url: "https://mynextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false } background-script.js:25872:17 Received bookmarks from server Array(388) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ] background-script.js:25250:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 (local)CREATEFOLDER BookmarksMenu background-script.js:22525:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 This bookmark was moved here background-script.js:24069:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 This bookmark was moved here background-script.js:24069:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 This bookmark was moved here background-script.js:24069:17 Error: "1 errors" MultiErrormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:304:9nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:423:36runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20682:17 Error: "3 errors" MultiErrormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:304:9nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:423:36runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "folder is not defined" _callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "folder is not defined" _callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11 ReferenceError: "folder is not defined" _callee13$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24078:17tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99createBookmarkmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:24119:16_callee2$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23400:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99syncTreemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23472:16_callee3$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23566:36tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:437Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7_asyncToGeneratormoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:99_callee4$/</<moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23585:28eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:321:27__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:36nextmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:410:21poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:406:13Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:405:16__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12poolmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:401:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:319:19__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:298:15Promisemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4400:7__awaitermoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:294:12eachmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:315:12_callee4$moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23554:24tryCatchmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37invokemoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22methodmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:183stepmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:23306:361runmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22notifymoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30flushmoz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 background-script.js:20724:11 Syncing failed with folder is not defined folder is not defined folder is not defined background-script.js:20685:17 _callee9$ moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20685:17 tryCatch moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6900:37 invoke moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:7138:22 defineIteratorMethods/</prototype[method] moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:6952:16 step moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20203:183 step/< moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/background-script.js:20203:402 run moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4295:22 notify/< moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:4308:30 flush moz-extension://6004ceb0-5959-4ed7-821e-4ba576ab08c6/dist/js/polyfill.js:1398:9 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... bookmarks:1 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... bookmarks:1 JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346 [Show/hide message details.] Error: cannot call methods on tagit prior to initialization; attempted to call method 'createTag' core.js:2:1821 [Show/hide message details.] TypeError: $(...).position(...) is undefined bookmarks.js:350:12 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed). NS_ERROR_NOT_INITIALIZED: contentscript.js:467 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 NS_ERROR_NOT_INITIALIZED: contentscript.js:467 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 unreachable code after return statement unpaywall.js:162 JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542 XenForo CSRF token updated in 2 places () xenforo.js:6:4460 unreachable code after return statement unpaywall.js:162 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... bookmarks:1 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... bookmarks:1 JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346 JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] nephele.lan:4443 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... nephele.lan:4443:1 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... nephele.lan:4443:1 Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Semibold.woff (“default-src”). Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Light.woff (“default-src”). Content Security Policy: The page’s settings blocked the loading of a resource at https://nephele.lan:4443/core/fonts/OpenSans-Regular.woff (“default-src”). Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] triangle-s.svg Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-output.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-launcher.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] nephele.lan:4443 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] ncp-launcher.php Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed). The connection to https://nephele.lan:4443/ncp-output.php was interrupted while the page was loading. ncp.js:166:17 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Content Security Policy: Ignoring “https://nephele.lan” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Content Security Policy: Ignoring “https://nephele.lan” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] adminer Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead. Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] navigation.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] db_structure.php Content Security Policy: Couldn’t parse invalid host 'report-sample' Content Security Policy: Ignoring “https://www.pinterest.com.au” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.pinterest.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.pinimg.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.google.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://connect.facebook.net” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.google-analytics.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.accountkit.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.facebook.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.googleadservices.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.doubleclick.net” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.twitter.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.bizographics.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.ads-twitter.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.googletagmanager.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.adsrvr.org” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.licdn.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.linkedin.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.online-metrix.net” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.bnc.lt” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://bnc.lt” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.branch.io” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.yozio.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://cdn.ampproject.org” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.cdn.ampproject.org” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://radar.cedexis.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https://*.cedexis-test.com” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead. Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] codemirror.css Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] printview.css Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] show-hint.css Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] lint.css Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] jquery-ui-1.11.4.css Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] logo_right.png Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] dot.gif Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin.css.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] messages.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_image.js.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] whitelist.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] get_scripts.js.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] sprites.png Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Content Security Policy: Referrer Directive ‘no-referrer’ has been deprecated. Please use the Referrer-Policy header instead. Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] phpmyadmin Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] navigation.php Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.[Learn More] db_structure.php Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.optimizely.com/public/10744002431/s/10744002431_10744002431.json. (Reason: CORS request did not succeed). Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Attempt to set a forbidden header was denied: Connection 1429953678-lcs_client_bin.js:193:386 Starting sync process for account me@https://mynextcloud.server background-script.js:20597:17 Fetching bookmarks Object { type: "nextcloud", url: "https://mynextcloud.server", username: "me", password: "password", serverRoot: "/BookmarksMenu", rootPath: "/Bookmarks Menu", localRoot: "menu________", syncing: true, error: null, lastSync: 1532863686745 } background-script.js:25224:17 Response { type: "basic", url: "https://mynextcloud.server/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1", redirected: false, status: 200, ok: true, statusText: "OK", headers: Headers, bodyUsed: false } background-script.js:25872:17 Received bookmarks from server Array(388) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ] background-script.js:25250:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 COMPARE Object { localItem: {…}, cacheItem: null, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 (local)CREATE Object { id: undefined, parentId: "sKdLEpsynzjn", url: "http://www.antratel.com/", title: "ANTRATEL COMMUNICATION - cutting edge VoIP technologies, VoIP provider of cheap international and local calls" } background-script.js:22421:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 (local)CREATE Object { id: undefined, parentId: "sKdLEpsynzjn", url: "https://www.mynetfone.com.au/residential-voip-solutions/service-plan-choices/", title: "MyNetFone - Your VoIP Broadband Phone and Naked ADSL2+ Services Provider - Residential VoIP Service Plan Choices" } background-script.js:22421:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 (local)CREATE Object { id: undefined, parentId: "sKdLEpsynzjn", url: "https://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo", title: "arduino-info - Nrf24L01-2.4GHz-HowTo" } background-script.js:22421:17 COMPARE Object { localItem: null, cacheItem: null, serverItem: {…} } background-script.js:23380:17 (local)CREATE Object { id: undefined, parentId: "sKdLEpsynzjn", url: "http://www.pennytel.com/au/index.jsp", title: "http://www.pennytel.com/au/index.jsp" } background-script.js:22421:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 This bookmark was moved background-script.js:24275:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER 7HMGgstKWigC background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER A9_SrRjwVTRh background-script.js:22618:17 (local)UPDATE Object { id: "9MLgh0Bt9zWm", parentId: "sKdLEpsynzjn", url: "https://credohouse.org/blog/5-ways-to-be-a-better-atheist-a-guide-for-unbelievers", title: "5 Ways to Be a Better Atheist: A Guide for Unbelievers" } background-script.js:22457:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER 1h5vPO5zzyMe background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER iZsEIW1gtfWI background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER NJaIQ11Mhkvz background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER QSZeUan4_740 background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER VzibsCIEx47C background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER RwSVGVseWmeV background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER rwLNa98v__Gt background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER jpxp5qqBpgRe background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 This bookmark was moved background-script.js:24275:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: {…} } background-script.js:23380:17 (local)UPDATE Object { id: "_XEEdpUbq0Yw", parentId: "sKdLEpsynzjn", url: "http://ppritchard.blogspot.com.au/2015/08/realisation-of-ultimate-reality.html?spref=fb", title: "Paul Pritchard: The Realisation of Ultimate Reality - Vipassana" } background-script.js:22457:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER NgfmjbzqeZrB background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER 1AeYJ9jciLcw background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER Q3ZWKAyX-Dec background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: {…}, serverItem: null } background-script.js:23380:17 (local)REMOVEFOLDER dImUJ4vfwxyU background-script.js:22618:17 COMPARE Object { localItem: {…}, cacheItem: undefined, serverItem: {…} } background-script.js:23380:17 Checking subtree of Object { localItem: {…}, serverItem: {…} } background-script.js:23713:17 Successfully ended sync process for account me@https://mynextcloud.server background-script.js:20674:17 Shutting down notifications: [401] Unauthorized merged.js:285:5 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: !function(){return function t(e,r,n){fun.... login:1 Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: ;!function(){var t,e,n,o=0,u=function(t,.... login:1 JQMIGRATE: Migrate is installed, version 1.4.0 ``` Loads of errors and erroneous "bookmark was moved" conclusions.
Author
Owner

@marcelklehr commented on GitHub (Aug 3, 2018):

OK, tried the beta5. Not bad. The UI changed. I have to admit even though I've used it a fair bit and been here a while that after a short break confronted with the UI I am again lost as to what Server Folder is. Empirically it turns out to define the first breadcrumb in the Bookmarks tag of each item. Guess I can't think of a better term that you're using easily. Though given it's NextCloud specific perhaps "NextCloud Folder" is an improvement?

I think I'll simply add a description to avoid confusion. :)

The options are all now in the pop up and it has a rather smallish size by default, be nice if it were bigger.

definitely agreed.

Here is stiff from the console (though still hard to share, and wonder if there's a nicer way we can do this, a log file for example)

There always is! :) I've just implemented a custom logger component and the ability to download the last 5000 log messages as a text file from the UI. Will be in the next beta when the problems you were hit with have been ironed out.

<!-- gh-comment-id:410400932 --> @marcelklehr commented on GitHub (Aug 3, 2018): > OK, tried the beta5. Not bad. The UI changed. I have to admit even though I've used it a fair bit and been here a while that after a short break confronted with the UI I am again lost as to what Server Folder is. Empirically it turns out to define the first breadcrumb in the Bookmarks tag of each item. Guess I can't think of a better term that you're using easily. Though given it's NextCloud specific perhaps "NextCloud Folder" is an improvement? I think I'll simply add a description to avoid confusion. :) > The options are all now in the pop up and it has a rather smallish size by default, be nice if it were bigger. definitely agreed. > Here is stiff from the console (though still hard to share, and wonder if there's a nicer way we can do this, a log file for example) There always is! :) I've just implemented a custom logger component and the ability to download the last 5000 log messages as a text file from the UI. Will be in the next beta when the problems you were hit with have been ironed out.
Author
Owner

@marcelklehr commented on GitHub (Aug 4, 2018):

Say hello to beta.6 🚨

Note that floccus doesn't work in Chrome v68 at the moment, due to #138

<!-- gh-comment-id:410455104 --> @marcelklehr commented on GitHub (Aug 4, 2018): Say hello to beta.6 :rotating_light: Note that floccus doesn't work in Chrome v68 at the moment, due to #138
Author
Owner

@skewty commented on GitHub (Aug 4, 2018):

What branch is beta.6 in? master is showing last update in src/ was 2 months ago. development?

<!-- gh-comment-id:410456226 --> @skewty commented on GitHub (Aug 4, 2018): What branch is beta.6 in? **master** is showing last update in `src/` was 2 months ago. **development**?
Author
Owner

@marcelklehr commented on GitHub (Aug 4, 2018):

@skewty The master branch contains the last stable release. Development happens in the aptly named develop branch ;)

<!-- gh-comment-id:410458593 --> @marcelklehr commented on GitHub (Aug 4, 2018): @skewty The master branch contains the last stable release. Development happens in the aptly named develop branch ;)
Author
Owner

@bernd-wechner commented on GitHub (Aug 8, 2018):

Finally trying the beta 6. Will report results soon. For now I note that it says Syncing and is very slow with no sign of progress. So I'm going to retire and check it in the morning ;-). I do have a lot of bookmarks but still .. we shall see. My thought is that a progress bar might be nice but perhaps not needed in general. I mean deltas are likely to be very small on standard syncs, but perhaps it still has merit. Non trivial to do accurately of course but as the science has determined even rough progress bars are comforting to end users. For example if a rough count of local bookmarks is available or can be calculated far more quickly than a sync, and a server side count is also cheaply calculable (technically easy, a simple query on the Nextcloud database, but I'd be surprised if the Bookmarks app delivered such a count).

I may try WebDAV later.

<!-- gh-comment-id:411405529 --> @bernd-wechner commented on GitHub (Aug 8, 2018): Finally trying the beta 6. Will report results soon. For now I note that it says Syncing and is very slow with no sign of progress. So I'm going to retire and check it in the morning ;-). I do have a lot of bookmarks but still .. we shall see. My thought is that a progress bar might be nice but perhaps not needed in general. I mean deltas are likely to be very small on standard syncs, but perhaps it still has merit. Non trivial to do accurately of course but as the science has determined even rough progress bars are comforting to end users. For example if a rough count of local bookmarks is available or can be calculated far more quickly than a sync, and a server side count is also cheaply calculable (technically easy, a simple query on the Nextcloud database, but I'd be surprised if the Bookmarks app delivered such a count). I may try WebDAV later.
Author
Owner

@marcelklehr commented on GitHub (Aug 8, 2018):

v3.0.0-beta.7 has been released with the fix for #138

<!-- gh-comment-id:411563078 --> @marcelklehr commented on GitHub (Aug 8, 2018): [v3.0.0-beta.7](https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.7) has been released with the fix for #138
Author
Owner

@bernd-wechner commented on GitHub (Aug 8, 2018):

Was still syncing this morning, according to the about:addons page but couldn't really be, so I refreshed the page and saw it wasn't. Did a Sync Now and it was complete in a fairly short time. Not instant but not more than a minute.

As an aside, probably a NextCloud issue, I notice that I can't log into the NextCloud web interface while floccus is syncing.

Given the bookmarks app on NextCloud is a tad lame pending the possible implementation of:

https://github.com/nextcloud/bookmarks/issues/514

I'm curious about the WebDAV implementation too and will look at that later.

<!-- gh-comment-id:411566644 --> @bernd-wechner commented on GitHub (Aug 8, 2018): Was still syncing this morning, according to the about:addons page but couldn't really be, so I refreshed the page and saw it wasn't. Did a Sync Now and it was complete in a fairly short time. Not instant but not more than a minute. As an aside, probably a NextCloud issue, I notice that I can't log into the NextCloud web interface while floccus is syncing. Given the bookmarks app on NextCloud is a tad lame pending the possible implementation of: https://github.com/nextcloud/bookmarks/issues/514 I'm curious about the WebDAV implementation too and will look at that later.
Author
Owner

@marcelklehr commented on GitHub (Aug 10, 2018):

@bernd-wechner

As an aside, probably a NextCloud issue, I notice that I can't log into the NextCloud web interface while floccus is syncing.

Uh. What happens if you do?

Given the bookmarks app on NextCloud is a tad lame pending the possible implementation of: [Folders]

I know. Since having web frontend accessible bookmarks collection is still kind of nice, I've been thinking of adding a feature that adds all your folder names as individual tags to the bookmarks as well, so it's a tad nicer in nextcloud. What do you folks think? Actually, strike that. It's a bad idea as there's no way to manage these tags consistently in the bookmarks app.

<!-- gh-comment-id:412181860 --> @marcelklehr commented on GitHub (Aug 10, 2018): @bernd-wechner > As an aside, probably a NextCloud issue, I notice that I can't log into the NextCloud web interface while floccus is syncing. Uh. What happens if you do? > Given the bookmarks app on NextCloud is a tad lame pending the possible implementation of: [Folders] I know. ~~Since having web frontend accessible bookmarks collection is still kind of nice, I've been thinking of adding a feature that adds all your folder names as individual tags to the bookmarks as well, so it's a tad nicer in nextcloud. What do you folks think?~~ Actually, strike that. It's a bad idea as there's no way to manage these tags consistently in the bookmarks app.
Author
Owner

@marcelklehr commented on GitHub (Aug 13, 2018):

🚨 v3.0.0-beta.8 v3.0.0-beta.9 has been released. Now with support for simple cross-browser-vendor root folder syncing and a minor path conversion issue fixed. As always: Backups are strongly recommended.

<!-- gh-comment-id:412663108 --> @marcelklehr commented on GitHub (Aug 13, 2018): :rotating_light: ~~[v3.0.0-beta.8](https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.8)~~ [v3.0.0-beta.9](https://github.com/marcelklehr/floccus/releases/tag/v3.0.0-beta.9) has been released. Now with support for simple cross-browser-vendor root folder syncing and a minor path conversion issue fixed. As always: Backups are strongly recommended.
Author
Owner

@bernd-wechner commented on GitHub (Aug 14, 2018):

Catch up time again. When I try to log in to NextCloud during a Sync, basically it doesn't, log in that it is, just lands me back at the login prompt. Bizarre but not a crisis as sync times should be rather tiny part of total time in standard operation.

Also I noticed one of the possible causes of bizarre issues I reported above is I had floccus installed on my work PC of some unknown version, doh! And it was doing stuff while I was testing at home. Fixed, it's now only on my home PC. And as time permits I'll try beta 9! And possibly with WebDav given I find the bookmarks app a tad useless (it really needs folder structure).

<!-- gh-comment-id:412778794 --> @bernd-wechner commented on GitHub (Aug 14, 2018): Catch up time again. When I try to log in to NextCloud during a Sync, basically it doesn't, log in that it is, just lands me back at the login prompt. Bizarre but not a crisis as sync times should be rather tiny part of total time in standard operation. Also I noticed one of the possible causes of bizarre issues I reported above is I had floccus installed on my work PC of some unknown version, doh! And it was doing stuff while I was testing at home. Fixed, it's now only on my home PC. And as time permits I'll try beta 9! And possibly with WebDav given I find the bookmarks app a tad useless (it really needs folder structure).
Author
Owner

@Ra72xx commented on GitHub (Aug 20, 2018):

As of now, using the Nextcloud bookmark app (instead of plain WebDAV) is the only way to access synchronized bookmarks from an Android device, do I see it right? So unfortunately I think that in this use case you have to cope with the shortcomings of Nextcloud bookmarks.
For me right now, syncing with the current beta9 simply never stops :-(. I emptied my existing Nextcloud bookmarks and tried to do a clean sync from Chromium. Running the test gives the following result (I try to sync root folder to root folder, if that matters):

Floccus
Account
"before each" hook: set up dummy account for "should create an account" ‣
[object Object]
Sync
with one client
"before each" hook: set up dummy account for "should create local bookmarks on the server" ‣
[object Object]
with two clients
"before each" hook: set up dummy accounts for "should propagate edits using "last write wins"" ‣
[object Object]
"after each" hook: clean up dummy account for "should propagate edits using "last write wins"" ‣
TypeError: Cannot read property 'getData' of undefined
    at Context._callee19$ (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:39392:75)
    at tryCatch (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:6900:40)
    at Generator.invoke [as _invoke] (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:7138:22)
    at Generator.prototype.(anonymous function) [as next] (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:6952:21)
    at step (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:191)
    at chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:437
    at new Promise (<anonymous>)
    at Context.<anonymous> (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:99)
<!-- gh-comment-id:414367955 --> @Ra72xx commented on GitHub (Aug 20, 2018): As of now, using the Nextcloud bookmark app (instead of plain WebDAV) is the only way to access synchronized bookmarks from an Android device, do I see it right? So unfortunately I think that in this use case you have to cope with the shortcomings of Nextcloud bookmarks. For me right now, syncing with the current beta9 simply never stops :-(. I emptied my existing Nextcloud bookmarks and tried to do a clean sync from Chromium. Running the test gives the following result (I try to sync root folder to root folder, if that matters): ``` Floccus Account "before each" hook: set up dummy account for "should create an account" ‣ [object Object] Sync with one client "before each" hook: set up dummy account for "should create local bookmarks on the server" ‣ [object Object] with two clients "before each" hook: set up dummy accounts for "should propagate edits using "last write wins"" ‣ [object Object] "after each" hook: clean up dummy account for "should propagate edits using "last write wins"" ‣ TypeError: Cannot read property 'getData' of undefined at Context._callee19$ (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:39392:75) at tryCatch (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:6900:40) at Generator.invoke [as _invoke] (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:7138:22) at Generator.prototype.(anonymous function) [as next] (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:6952:21) at step (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:191) at chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:437 at new Promise (<anonymous>) at Context.<anonymous> (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/test.js:38609:99) ```
Author
Owner

@marcelklehr commented on GitHub (Aug 20, 2018):

@Larx uh. Which browser (version)? Could you run the tests again and afterwards attach a screenshot and the log file here (with sensitive information removed, of course)?

<!-- gh-comment-id:414438280 --> @marcelklehr commented on GitHub (Aug 20, 2018): @Larx uh. Which browser (version)? Could you run the tests again and afterwards attach a screenshot and the log file here (with sensitive information removed, of course)?
Author
Owner

@Ra72xx commented on GitHub (Aug 21, 2018):

I user Chromium Version 68.0.3440.75 (openSUSE Build) (64-Bit). The extension is the latest beta9, the Nextcloud app is still 0.11 and not the beta, maybe this is the problem?

I also have the problem that, when trying to remove and re-add the nextcloud account, always the dummy/example account seems to get in the way: Right now my real account has disappeared and floccus tries to sync with bob@example.com?!

bildschirmfoto vom 2018-08-21 04-36-57

<!-- gh-comment-id:414531426 --> @Ra72xx commented on GitHub (Aug 21, 2018): I user Chromium Version 68.0.3440.75 (openSUSE Build) (64-Bit). The extension is the latest beta9, the Nextcloud app is still 0.11 and not the beta, maybe this is the problem? I also have the problem that, when trying to remove and re-add the nextcloud account, always the dummy/example account seems to get in the way: Right now my real account has disappeared and floccus tries to sync with bob@example.com?! ![bildschirmfoto vom 2018-08-21 04-36-57](https://user-images.githubusercontent.com/3582007/44377311-7ff0c700-a4fc-11e8-810b-348c64e44a68.png)
Author
Owner

@marcelklehr commented on GitHub (Aug 21, 2018):

@Larx

Nextcloud app is still 0.11 and not the beta, maybe this is the problem?

That should not be a problem.

Right now my real account has disappeared and floccus tries to sync with bob@example.com?!

Normally accounts don't disappear. It could be that you removed the wrong account because of the way they are ordered. You can simply click on options and change the settings, so it'll sync with the correct server.

Could you run the tests again and afterwards attach a screenshot and the log file here (with sensitive information removed, of course)?

<!-- gh-comment-id:414642187 --> @marcelklehr commented on GitHub (Aug 21, 2018): @Larx > Nextcloud app is still 0.11 and not the beta, maybe this is the problem? That should not be a problem. > Right now my real account has disappeared and floccus tries to sync with bob@example.com?! Normally accounts don't disappear. It could be that you removed the wrong account because of the way they are ordered. You can simply click on options and change the settings, so it'll sync with the correct server. Could you run the tests again and afterwards attach a screenshot and the log file here (with sensitive information removed, of course)?
Author
Owner

@Ra72xx commented on GitHub (Aug 21, 2018):

If I remove the account and try to re-add, I seem not to be able to save it at the first attempt (pressing "save" does simply not react). If I then close the pop up window and re-enter it (as there is no other way), I always have this example account. In earlier attempts I could somehow persuade floccus to accept my real account data after several attempts, right now I don't even manage to do that. I cannot add another account and I cannot change the values of the example account :-( . So I don't even get close to syncing to get some logs :-( ...

<!-- gh-comment-id:414646534 --> @Ra72xx commented on GitHub (Aug 21, 2018): If I remove the account and try to re-add, I seem not to be able to save it at the first attempt (pressing "save" does simply not react). If I then close the pop up window and re-enter it (as there is no other way), I always have this example account. In earlier attempts I could somehow persuade floccus to accept my real account data after several attempts, right now I don't even manage to do that. I cannot add another account and I cannot change the values of the example account :-( . So I don't even get close to syncing to get some logs :-( ...
Author
Owner

@marcelklehr commented on GitHub (Aug 21, 2018):

@Larx In that case, could you open the options, change them, click the save button and afterwards, when that hasn't worked as you describe:

  • rigth click somewhere on the popup
  • select inspect
  • switch to the console tab in the inspector
  • post possible errors here
<!-- gh-comment-id:414663098 --> @marcelklehr commented on GitHub (Aug 21, 2018): @Larx In that case, could you open the options, change them, click the save button and afterwards, when that hasn't worked as you describe: * rigth click somewhere on the popup * select inspect * switch to the console tab in the inspector * post possible errors here
Author
Owner

@marcelklehr commented on GitHub (Aug 21, 2018):

btw, this is currently the last blocker for v3 :)

<!-- gh-comment-id:414816171 --> @marcelklehr commented on GitHub (Aug 21, 2018): btw, this is currently the last blocker for v3 :)
Author
Owner

@Ra72xx commented on GitHub (Aug 22, 2018):

Ok, this puts some pressure on me :-) . I'll look in it this evening.
Btw, is there an easy way to remove all entries in the bookmark app? After lots of unsuccessful sync attempts I'm kind of tired of removing dozens of bookmarks one after another, always with a confirmation prompt for each single entry :-( .

<!-- gh-comment-id:414934293 --> @Ra72xx commented on GitHub (Aug 22, 2018): Ok, this puts some pressure on me :-) . I'll look in it this evening. Btw, is there an easy way to remove all entries in the bookmark app? After lots of unsuccessful sync attempts I'm kind of tired of removing dozens of bookmarks one after another, always with a confirmation prompt for each single entry :-( .
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

Ok, this puts some pressure on me :-)

Oh. It wasn't meant like that! :)

Btw, is there an easy way to remove all entries in the bookmark app?

You could directly remove them from the database with SQL, or you can install the latest release candidate of the bookmarks app which has a 'remove all bookmarks' button in the settings.

<!-- gh-comment-id:415008745 --> @marcelklehr commented on GitHub (Aug 22, 2018): > Ok, this puts some pressure on me :-) Oh. It wasn't meant like that! :) > Btw, is there an easy way to remove all entries in the bookmark app? You could directly remove them from the database with SQL, or you can install the latest release candidate of the bookmarks app which has a 'remove all bookmarks' button in the settings.
Author
Owner

@Ra72xx commented on GitHub (Aug 22, 2018):

So, here is the console:
bildschirmfoto vom 2018-08-22 17-11-40
I use my own nextcloud server without any quota. However, I suspect this is not a nextcloud quota, but something else.

<!-- gh-comment-id:415067968 --> @Ra72xx commented on GitHub (Aug 22, 2018): So, here is the console: ![bildschirmfoto vom 2018-08-22 17-11-40](https://user-images.githubusercontent.com/3582007/44472468-854e2e80-a62e-11e8-9cb2-6f38b8c571a9.png) I use my own nextcloud server without any quota. However, I suspect this is not a nextcloud quota, but something else.
Author
Owner

@ytf4425 commented on GitHub (Aug 22, 2018):

Ah, I forgot to specify that you need to enter the complete WebDAV url for nextcloud, i.e. https:///remote.php/webdav/

I use the WebDav in nutstore(English version is available)
and I use complete WebDAV url but it still warns "Network Error: Unable to determine status of lock file XXX.xbel.lock"
yes it warns this whether I use complete WebDAV url
(PS: if you want to sign up one account, please create a new folder and try their WebDav in your windows explorer first)

Thanks
1
2

<!-- gh-comment-id:415068233 --> @ytf4425 commented on GitHub (Aug 22, 2018): > Ah, I forgot to specify that you need to enter the complete WebDAV url for nextcloud, i.e. https://<nextcloud-server>/remote.php/webdav/ I use the WebDav in [nutstore](https://www.jianguoyun.com)(English version is available) and I use complete WebDAV url but it still warns "Network Error: Unable to determine status of lock file XXX.xbel.lock" yes it warns this whether I use complete WebDAV url (PS: if you want to sign up one account, please create a new folder and try their WebDav in your windows explorer first) Thanks ![1](https://user-images.githubusercontent.com/4819825/44472506-e131ab00-a660-11e8-8db1-40d5d1530ab3.png) ![2](https://user-images.githubusercontent.com/4819825/44472508-e1ca4180-a660-11e8-865b-8b9dfea1c52e.png)
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

@ytf4425 The bookmarks file path needs to be a path to a file (including the file), relative to the WebDAV URL you specified. I.e. in your case it probably should simply be marks/root.xbel

<!-- gh-comment-id:415071610 --> @marcelklehr commented on GitHub (Aug 22, 2018): @ytf4425 The bookmarks file path needs to be a path to a file (including the file), relative to the WebDAV URL you specified. I.e. in your case it probably should simply be `marks/root.xbel`
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

@Larx aha! That's quite helpful. The extension has ran into chrome's storage limit. Probably because it didn't used to remove the associated cache data when deleting an account. I've fixed this in the code already. You should be able to solve this by reinstalling the extension.

<!-- gh-comment-id:415073753 --> @marcelklehr commented on GitHub (Aug 22, 2018): @Larx aha! That's quite helpful. The extension has ran into chrome's storage limit. Probably because it didn't used to remove the associated cache data when deleting an account. I've fixed this in the code already. You should be able to solve this by reinstalling the extension.
Author
Owner

@ytf4425 commented on GitHub (Aug 22, 2018):

@marcelklehr
well,still doesn't work..
1

<!-- gh-comment-id:415073940 --> @ytf4425 commented on GitHub (Aug 22, 2018): @marcelklehr well,still doesn't work.. ![1](https://user-images.githubusercontent.com/4819825/44473573-20f99200-a663-11e8-95d2-5230bf4c27d0.png)
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

@ytf4425 Ah. Do those folders exist already on the server? The WebDAV adapter doesn't create them for you, afaik. I'll make this more clear in the UI.

<!-- gh-comment-id:415074519 --> @marcelklehr commented on GitHub (Aug 22, 2018): @ytf4425 Ah. Do those folders exist already on the server? The WebDAV adapter doesn't create them for you, afaik. I'll make this more clear in the UI.
Author
Owner

@ytf4425 commented on GitHub (Aug 22, 2018):

@marcelklehr
yes it exists and now problem has been solved
you are right that I just need to fill it with relative path rather than a complete WebDAV url
(for me it is marks/root/root.xbel rather than https://dav.jianguoyun.com/dav/marks/root/root.xbel)

<!-- gh-comment-id:415075506 --> @ytf4425 commented on GitHub (Aug 22, 2018): @marcelklehr yes it exists and now problem has been solved you are right that I just need to fill it with relative path rather than a complete WebDAV url (for me it is marks/root/root.xbel rather than https://dav.jianguoyun.com/dav/marks/root/root.xbel)
Author
Owner

@Ra72xx commented on GitHub (Aug 22, 2018):

Concerning my problem, I now have the first sync completed successfully.

<!-- gh-comment-id:415082100 --> @Ra72xx commented on GitHub (Aug 22, 2018): Concerning my problem, I now have the first sync completed successfully.
Author
Owner

@ytf4425 commented on GitHub (Aug 22, 2018):

Oh where's my updated comment..?
Thanks for providing such a good WebExtension for me to replace the dead xmarks
Two little advice:
history version recovery (you can add the date to file names)
change the file encoding format to UTF-8 or something else (I can not use wordpad.exe or notepad2 to show the xbel file correctly because there are many Chinese characters in my bookmarks)

Thanks and Best Wishes

<!-- gh-comment-id:415084991 --> @ytf4425 commented on GitHub (Aug 22, 2018): Oh where's my updated comment..? Thanks for providing such a good WebExtension for me to replace the dead xmarks Two little advice: history version recovery (you can add the date to file names) change the file encoding format to UTF-8 or something else (I can not use wordpad.exe or notepad2 to show the xbel file correctly because there are many Chinese characters in my bookmarks) Thanks and Best Wishes
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

change the file encoding format to UTF-8 or something else (I can not use wordpad.exe or notepad2 to show the xbel file correctly because there are many Chinese characters in my bookmarks)

ah, good point!

history version recovery (you can add the date to file names)

That's an interesting one. I'll put this in a new issue :)

Thanks for your feedback!

<!-- gh-comment-id:415091054 --> @marcelklehr commented on GitHub (Aug 22, 2018): > change the file encoding format to UTF-8 or something else (I can not use wordpad.exe or notepad2 to show the xbel file correctly because there are many Chinese characters in my bookmarks) ah, good point! > history version recovery (you can add the date to file names) That's an interesting one. I'll put this in a new issue :) Thanks for your feedback!
Author
Owner

@marcelklehr commented on GitHub (Aug 22, 2018):

Thanks for all your help, folks! ❤️

(Now, I can close a few issues 🎉)

<!-- gh-comment-id:415190889 --> @marcelklehr commented on GitHub (Aug 22, 2018): Thanks for all your help, folks! :heart: (Now, I can close a few issues :tada:)
Author
Owner

@github-actions[bot] commented on GitHub (Mar 21, 2023):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1477739674 --> @github-actions[bot] commented on GitHub (Mar 21, 2023): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#123
No description provided.