jerone / UserScripts

🐵 My UserScripts
https://github.com/jerone/UserScripts#readme
GNU General Public License v3.0
339 stars 39 forks source link

(Github Comment Enhancer) Custom snippets #62

Closed bb010g closed 8 years ago

bb010g commented 9 years ago

Being able to add and use custom snippets would be nice.

jerone commented 9 years ago

You probably mean a way to add them without editing the .user.js file. I don't have any plans to add a whole UI for adding custom snippets. What snippets did you had in mind of adding? If useful, I'll consider adding them.

If you want you can edit the userscript yourself and add new snippets by adding a function here and some HTML here. Note that with editing the userscript you lose automatic updates.

You're always free to sent a PR :smile:

collegeimprovements commented 9 years ago

It would be great if we can add custom snippets. May be useful snippets: system info and version of related software: e.g. node version 0.12.5 and computer info like Mac 64 bit etc.

jerone commented 9 years ago

@collegeimprovements commented on 1 jul. 2015 02:38 CEST:

It would be great if we can add custom snippets. May be useful snippets: system info and version of related software: e.g. node version 0.12.5 and computer info like Mac 64 bit etc.

Getting information like node version and more is just not possible within userscripts. I'm bound to what Firefox and GM provide on information, which currently is not much more then the useragent string.

Like I said above, you can edit the userscript yourself and add new snippets by adding a function here and some HTML here. Note that with editing the userscript you lose automatic updates.

SkyzohKey commented 9 years ago

Would be cool to be able to do that ! If I have a little time i'll try to make this and provide a nice UI to manage snippets ;)

jerone commented 8 years ago

Closing this issue as Github Comment Enhancer is deprecated.