blenderskool / untab

🔍 A productivity tool to boost your browser workflow!
https://getuntab.now.sh
MIT License
347 stars 27 forks source link

Custom JS scripts for UnTab actions #85

Open blenderskool opened 2 years ago

blenderskool commented 2 years ago

Explore ways in which UnTab can execute custom user scripts in the context of a browser tab. This could be something similar to bookmarklets(which was discussed quite a bit in #60) or normal JS snippets that is injected into a tab to perform some action.

The user should be aware of the kind of script they are running as the scripts may have complete control over the webpage it is executed on.