question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some issues and suggestions

See original GitHub issue

I’ve noticed the following 3 issues (all related to Steam pages): (tested with latest MPIV in TM/VM with Chrome)


  1. 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: 2020-03-18_172650 even though, the converted URL is what’s displayed in the popup, i.e. without the .116x65 part


  1. 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??

  1. 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 or u attribute matches the current page domain, or (if the rule only has r) 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:closed
  • Created 4 years ago
  • Comments:49 (22 by maintainers)

github_iconTop GitHub Comments

2reactions
tophfcommented, Mar 18, 2020

Should be fixed now.

1reaction
tophfcommented, Feb 23, 2021

Well, let’s hope that freezing the info would be helpful in all or most cases 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

20 Issues and Ideas That Deserved More Attention in 2020
We don't have to tell you that 2020 was not a normal year. But even in the maelstrom of a pandemic, social unrest,...
Read more >
What are the most pressing world problems?
Keeping people from moving to where they would have better lives and careers can have big negative humanitarian, intellectual, cultural, and economic effects....
Read more >
40 Best Ideas of Social Issues Research Paper Topics
With this list of good social issues research topics, you are guaranteed to write an amazing research paper! Choose the best topic for...
Read more >
30 Common Relationship Problems and Solutions
This article lists the most common relationship issues and how to solve them to have a happier and healthier relationship.
Read more >
Problem solving: some suggestions from research - JSTOR
As you have noted by now, the feature topic of this month's Arithmetic. Teacher is problem solving. For over fifty years researchers have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found