SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 40 forks source link

Asking the user about an update should be only once per version, not every SE site. #84

Closed rschrieken closed 1 year ago

rschrieken commented 7 years ago

When we (or really I) push a new version of the script, users get the confirm box pushed in their face:

https://github.com/SO-Close-Vote-Reviewers/UserScripts/blob/master/SECloseVoteRequestGenerator.user.js#L86

Can we at least make this less blocking?

Reported several times in the past but recently by FerryBig: http://chat.stackoverflow.com/transcript/message/34171354#34171354

makyen commented 1 year ago

Thanks for the report. :)

As far as I'm aware, this was resolved by switching the repository over to the 2.X version of the Request Generator, which uses userscript storage for this information, rather than per-site localStorage. If it's still an issue, please post a new comment here, reopen this issue, or create a new issue.