Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Hey guys. When I first published my userscript, It retrieved the source from my github repo. Will it continue updating to the code in the repo?
Should I change my update url to my github source?
Do I have to set up a webhook?
Thanks.
Re: @rosslh:
Only if you have the webhook setup on GH it should auto-sync a UserScript.
Usually not if you have the webhook. But pay attention to the Announcements forum on occasion in case we require something specific in the script source e.g. don't just forget about visiting every once in a while. Have a read also here at your leisure.
Usually it's a nice thing to have but not required.
Welcome.
Specific to your current script I would suggest adding
@supportURL
explained here in the UserScript Block so that your Issues go to GH like you mentioned in your Script Info page. Admin+ may also create issues here if it's a TOS violation, or the like, but I, personally, check and possibly submit at GH as well. e.g. visit us occasionally. :)Thanks for the help! Just some feedback, actually figuring out how to set up the webhook was pretty tricky. I wasn't sure what URL to point it to and whether to have a secret. It'd be great if there were some easily locatable documentation that spelled this all out.
For the sake of whoever's reading this, your webhook should point to https://openuserjs.org/github/hook, no secret needed.
Guess you didn't read the page here.