Tad Wohlrapp

Results 12 comments of Tad Wohlrapp

Here's a possible solution: I added this to my index.html ``` javascript // Get all heights on window load // This is necessary to get the correct outerHeight values //...

Could we move this forward?

Adding to this issue as it's still open. Here's another copy: https://play.google.com/store/apps/details?id=org.chicha.app.mybrain And what's up with this? https://play.google.com/store/apps/details?id=com.mhss.app.mybrain Did they really hijack the package name? My app manager got somehow...

@m-i-n-a-r How exactly can the animated icon be disabled? The only option I found which mentions animations is "Shimmer effect", which I turned off, but I still see confetti on...

Ran into the same issue. I changed both of those lines: https://github.com/bramus/mastodon-redirector/blob/5ea830c1dc4876146fc1476ebdca1663f084f5ea/src/content.js#L16 https://github.com/bramus/mastodon-redirector/blob/5ea830c1dc4876146fc1476ebdca1663f084f5ea/src/background.js#L13 to ```javascript const userFromProfilePage = document.head.querySelector('meta[property="profile:username"]')?.content; ``` which seems to have worked. I'm not that familiar with...

Updating the regex itself is not the real issue (`/(\d+ ?%).*?\((\d+)/` would work just fine), but currently the percentage gets stored as a string containing the percentage sign itself. Simply...

Hey there, thank you for your suggestion! The issue with [amazon.ae](https://www.amazon.ae) is that this particular marketplace doesn't publicly disclose third-party sellers' business addresses. Therefore, SoldBy isn't able to retrieve a...

Keeping the issue open until the **fixed v0.3.5** is live on all stores. Current status: | | Submitted | Published | |------------------|-----------|-----------| | Chrome Web Store | ✅ | ✅...

I'm sorry, I don't follow. What exactly are you reporting here?

Oh wow, that's a weird one, haha Thanks for reporting it! I'll get a fix out asap