jsSnippet
p/jssnippet
Create and run custom JavaScript tasks on Chrome
Hieu Nguyen (Jack)
jsSnippet — Create and run custom JavaScript tasks on Chrome
jsSnippet is a Chrome extension allow you to create and run custom JavaScript tasks.
Replies
Hieu Nguyen (Jack)
Hi guys, I used to write custom js tasks and paste it on Chrome Developer Tools console. Tasks like unfollow people on Medium or Twitter. I created this Chrome extension to make it easy to add and run js tasks (so I don't have to copy and paste) Please let me know if you have feedback or any question
Spencer Smith
How this would compare to using something like Tampermonkey for userscripts?
Hieu Nguyen (Jack)
@dotspencer Hey Spencer, think of jsSnippet as a lightweight version of Tampermonkey, without full on dashboard, functionality and embeded text editor. Use jsSnippet when you just need a simple solution to run custom js tasks. Though, I don't think it's a good comparision between jsSnippet and Tampermonkey. Since jsSnippet is pretty young.