Some issues and suggestions
See original GitHub issueI’ve noticed the following 3 issues (all related to Steam pages): (tested with latest MPIV in TM/VM with Chrome)
-
When a rule has applied some replace() to a thumbnail in order to create the full size image for the popup, shouldn’t the black bar on top contain the filename of the popup image, instead of the filename of the thumbnail?
e.g. I have the following rule (for Steam pages like this one) :
{"d": "store.steampowered.com", "r": "steamcdn-a\\.akamaihd\\.net", "s": "return node.src.replace(/\\.[x0-9]+/,'').replace(/\\?t=[0-9]+/,'')" }
of which the
s
part converts thumbnail URLs as follows: (I’ve shortened them)from: https://___/ss_77eda710487b89293f109cf7dcf96b4ffab0d1a1.116x65.jpg?t=1583732360 to: https://___/ss_77eda710487b89293f109cf7dcf96b4ffab0d1a1.jpg
When I hover such a thumbnail, I see the filename of the thumbnail in the bar: even though, the converted URL is what’s displayed in the popup, i.e. without the
.116x65
part
- For any rule (especially the above), as I mousover any thumbnail,
the level is initially displayed as
NaN%
(momentarily) and then it’s replaced with the actual zoom level. Could this be avoided??
-
In a lot of cases, Steam game pages take way too long to fully load, I’ve seen 20 sec or more. e.g. try to open to a new tab for the first time any link from this list.
During that time, using the above rule, there’s no popup as I mouseover any thumbnail - only a spinning cursor, and popup only works after (or close to the point when) the page has fully load.
Could it be improved?
If it helps, I have enabled the MPIV setting to “Start preloading immediately”.
- A feature suggestion, please:
a filter checkbox in MPIV settings, which, when checked,
to only list those custom rules that apply to the current page
(either their
d
oru
attribute matches the current page domain, or (if the rule only hasr
) the relevant regex to match at least one link/thumbnail element in the page). I find myself looking for such a filter all the time 🙂 I hope you like my idea and what I ask is doable!
Issue Analytics
- State:
- Created 4 years ago
- Comments:49 (22 by maintainers)
Top GitHub Comments
Should be fixed now.
Well, let’s hope that freezing the info would be helpful in all or most cases 😃