tophf

Results 720 comments of tophf

Actually it already happens, but we don't display the progress now.

I don't think such an option would make sense in general. Can you use [GM_addValueChangeListener](https://violentmonkey.github.io/api/gm/#gm_addvaluechangelistener)?

@gera2ld, the fix is arguably to add `u` to escRE flags in https://github.com/violentmonkey/violentmonkey/blob/586ba5871df042df3f8e92c0b1a6a24ee1cee4ed/src/background/sync/dropbox.js#L15 Although maybe not, because it preserves the emoji, so maybe we should process the *surrogate pairs* manually?

Sounds like a bug in Vivaldi. We added workarounds for similar bugs, so apparently they broke something again. We'll have to switch to `chrome.identity` API in ManifestV3 so it might...

Vivaldi has removed its augmentation from the tab object, so apparently there's no way to detect it now. As I mentioned above, we'll have to use chrome.identity API anyway, which...

It's moved to a chrome.windows object now.

The article says > When the data entered by the user doesn't adhere to the stepping configuration, the [user agent](https://developer.mozilla.org/en-US/docs/Glossary/User_agent) may round to the nearest valid value, preferring numbers in...

So the correct check should be `value - min` is a multiple of `step`, and if our check was wrong it doesn't matter that fixing it will be a breaking...

Well, like I said, I'm not interested in developing external tools, but I agree it'd be nice if you end up with something that may be usable in Stylus as-is....