momocow / webpack-userscript

A Webpack plugin for userscript projects. 🙈
https://cow.moe/webpack-userscript/
MIT License
202 stars 21 forks source link

Exclude updateUrl/downloadUrl in proxy userscript #55

Closed hazelmeow closed 3 years ago

hazelmeow commented 3 years ago

When I generate the proxy userscript, it has the @downloadURL and @updateURL in the header from downloadBaseUrl and updateBaseUrl in the plugin settings. Sometimes my userscript manager will update the proxy script from the updateurl and I have to downgrade the proxy script by opening it in the browser again so that it's empty with a @require instead.

Is there a way to stop the proxy script from generating with these headers?

momocow commented 3 years ago

Fixed by #56