- Hi ALL,
- In this code when i call copyAllLinksOnCurrentTab it copies all links
- So, Can You help me modifying this code so that when I call copyAllLinksOnCurrentTab it will copy the current tab title then the links then close the tab
- Code for copying title:
var titlecc = navigator.clipboard.writeText(querying.title + "\n");
var removing = browser.tabs.remove(
tab.id
)
- Thanks
- This is the code of the background.js:
- https://js.do/mazenhelmi000/470937
https://drive.google.com/file/d/1umi4KG3EI15hRT0BWLFywdVdt7UrwC1f/view?usp=sharing
Last edited: