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.
--- /scripts/Draym/OG-Tracker/source@1.0.1.2+efc2ff0 +++ /scripts/Draym/OG-Tracker/source @@ -7,7 +7,7 @@ // @license MIT // @version 1.0.1.2 // @updateURL https://openuserjs.org/meta/Draym/OG-Tracker.meta.js -// @downloadURL https://openuserjs.org/install/Draym/OG-Tracker.meta.js/ +// @downloadURL https://openuserjs.org/install/Draym/OG-Tracker.user.js // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle
... will clear your system notice. Currently no one will get automatic updates using a URL that goes no where on the site as well as if it did work they'd get just the abridged metadata. e.g.
@updateURL
is where to check to see if there is an update and@downloadURL
is what to download and do the update for .user.js engines.You also have the same issue on the rest of your published scripts.
Thanks for the look,
OUJS Admin
Thank you for the correction
Regards
Draym
Don't put the traling slash... that still goes no where.
e.g. remove the slash on the end...
--- /scripts/Draym/OG-Tracker/source@1.0.1.3+26ed5bd +++ /scripts/Draym/OG-Tracker/source @@ -7,7 +7,7 @@ // @license MIT // @version 1.0.1.3 // @updateURL https://openuserjs.org/meta/Draym/OG-Tracker.meta.js -// @downloadURL https://openuserjs.org/install/Draym/OG-Tracker.user.js/ +// @downloadURL https://openuserjs.org/install/Draym/OG-Tracker.user.js // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle
... https://openuserjs.org/install/Draym/OG-Tracker.user.js/ leads no where on the site.
Awesome... you got it now. Thank you and your welcome too. :)
Thanks Marti for the tips about meta / user.
I have also added comment to prevent the use of the script. As it still point to localhost (still in dev).
I didn't know the community here was that active on unknown scripts x)