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.
I recently modified the description on 5 of my userscripts. Now it won't automatically update, and if I attempt to import or edit the same script, it creates a brand new userscript.
Is there any way to prevent creation of a new script or at least transfer the current users from the old userscript to the new one?
Userscripts effected:
Re: @Mottie:
Then you must have changed the
@namesomehow. Works for me at this commit and the corresponding webhook update of OUJS Unit Test e.g. PASSOUJS is processing
@nameas expected. If you change@nameit will always spawn a new script by design e.g. intended behavior... verify that you didn't change something that triggered a@namechange. You've done a bunch of changes and it's difficult to see what you've done isolated to these five scripts in your GH commit history... perhaps link all changes in... (see next note)... on GH.Finally this issue should be on GH if you feel it's an actual issue. Unreproducible on my end.
Btw https://openuserjs.org/scripts/Mottie/GitHub_Indent_Comment_Blocks currently shows a publish date of Mar 26 2017... and where is this duplicate you are mentioning?
Also not seeing any
@descriptionchange in the corresponding GH commits as of right now.Here's your commit where you changed the script
@namethus it will always spawn a new script here on OUJS by design.Migration is up to you how you handle your old
@named script. Most user.js engines will spawn a new script as well and we match that behavior. e.g. this is your user error for changing the@nameand not offering a migration path for your users. Yes you will lose all the script statistics if you change the@name. No we will not migrate your scripts because it is intended behavior.