Hello guys!
I'm trying to create a bookmarklet that can save the URL addresses from all open tabs in Firefox and store them in the Bookmarks bar.
Thing is, I can only seem to access the URL of the current open and active tab by using window.location.href www.tcswebmail.info www.dadeschools.one www.upsers.fyi
Is there anyway to access the links from all the tabs using JS?
CHeers!
Press Ctrl + Shift + d on Windows/Linux or ⌘ + Shift + d on Mac to "Bookmark open pages". Type name of folder for bookmarked pages and press Enter. Press Ctrl + Shift + o on Windows/Linux or ⌥ + ⌘ + b on Mac to open "Bookmark Manager" (pictured below). Select saved folder. Give focus to folder contents pane. Press Ctrl + a on Windows/Linux or ⌘ + a on Mac to select all bookmarks. Press Ctrl + c on Windows/Linux or ⌘ + c on Mac to copy all urls (and only urls).