jesus2099
jesus2099
First draft: ```js if (navigator.userAgent.match(/\bChrome\b/)) { // “History Skip” problem: https://bugs.chromium.org/p/chromium/issues/detail?id=907167 history.pushState({}, "", location); if (navigator.userAgent.match(/\bVivaldi\b/)) { // “Rewind instead of Back” problem: https://forum.vivaldi.net/topic/80807/keyboard-and-mouse-back-button-are-triggering-rewind-instead-of-back } } ```
Ach, Vivaldi detection will be tough: Ah no, Vivaldi is [no longer](https://vivaldi.com/blog/user-agent-changes/) part of the `navigator.userAgent`. Trying to AJAX load `vivaldi://about` doesn't work either, always error `0`. And I guess...
I found a secret (in Vivaldi, at least): `open()` breaks the **Rewind** (and **Back**) actions, unload is prevented! I didn't find a way to sniff/detect Vivaldi, yet, maybe I will...
> Ctrl + K is the standard hotkey for [duplicate tab] I'm not sure there is a standard. Fort what it's worth, I use mouse gesture down up to duplicate...
**+1** It’s possible ! Look at how I made up this [ADD TOC URL](http://musicbrainz.org/cdtoc/attach?toc=1%2012%20254625%20150%2022980%2044275%2066022%2088105%20107832%20128572%20149555%20168517%20190632%20215940%20234320&id-filter-artist.query=Bowie&filter-release.query=Black%20Tie%20White%20Noise) for instance, I prefilled the filters to David Bowie and Black Tie White Noise. To do...
[+1](http://www.hydrogenaudio.org/forums/index.php?showtopic=70623&view=findpost&p=779085) ! Thanks. :)
Ah here is a current example where it works: Last medium on `/release/1fdd5c7f-e475-4b3f-ab2a-5f3fc4070e38`. In fact this release is big but still the script can replace HYPHEN-MINUS by EN DASH, on...
Oh! Thanks! Now I understand! It explains why sometimes I see some replacements not working as I expect. Not sure if we should remove this limitation, though.
Hmm. I see those 2 redundant commits have the same content but not the same ID. I will try to make them disappear from this PR, as soon as I...
Super! I managed to repair my stuff, thanks to a PC with TortoiseGit ([requires admin rights](https://gitlab.com/tortoisegit/tortoisegit/-/issues/726)).