piroor / copy-selected-tabs-to-clipboard

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Other
79 stars 16 forks source link

Get tree indent level from from openerTabId if TST isn't available, fixes #45 #46

Closed Lej77 closed 11 months ago

Lej77 commented 11 months ago

This PR implements #45 and uses Firefox openerTabId to determine the tree level of a tab. This allows using the Tree Style Tab indentation for tabs with other addons like Sidebery.

piroor commented 11 months ago

Thanks a lot!!