stylus/background
tophf 8d9c7acb3c only preserve old style name on update if it was actually customized
We didn't detect that previously and just blindly assumed that a local name is always customized by a user, which is nonsense, obviously. To ensure reliable detection a new property is added to the style object: "originalName". From now on the styles that didn't change their name remotely will be successfully marked as having non-customized names, hence the names will update along with the code. Should be like 99% of styles. As for the remaining 1%, welp, only uninstalling and reinstalling the style anew would switch to the new remote name.
2017-12-13 09:12:54 +03:00
..
background.js don't open the homepage on first install as it's not helpful 2017-12-13 05:35:02 +03:00
storage.js use LZString alias for LZStringUnsafe 2017-12-11 04:49:59 +03:00
style-via-api.js all actions must always return a Promise 2017-11-15 07:11:46 +03:00
update.js only preserve old style name on update if it was actually customized 2017-12-13 09:12:54 +03:00
usercss-helper.js move 'tempUsercssCode' cleanup to usercss helper 2017-12-10 10:11:18 +03:00