Niklas Higi

Results 46 comments of Niklas Higi

@jettero > I suspect the only thing that'd work long term is hunting down the Skip text and faking a click event. That's unfortunately not an option due to localization...

An hour ago I released a new version that adds the classes I mentioned [here](https://github.com/shroudedcode/refined-prime-video/issues/10#issuecomment-730557865) as button selectors, so "Skip intro", "Skip recap", and "Next up" should all work again...

> Can you confirm if you published that package and then deleted/re-created the repository? Yeah ... seems like I re-created the repository at some point while trying things out. Totally...

@JamesCzekaj The `rgba(#FFFFFF, .5)` syntax is a [feature of Sass](http://sass-lang.com/documentation/Sass/Script/Functions.html#rgba-instance_method) and is not supported by normal CSS. A pretty new CSS feature allows to you add you alpha value to...

@SmartManoj That's a valid suggestion, thanks for the contribution!

See this for an alternative that works with iOS (this does require a jailbroken device through — not sure if this works with emulators): https://github.com/httptoolkit/frida-interception-and-unpinning#ios-getting-started-guide What do you mean by...

Hi @killerpommes, no worries, thanks for letting me know! Could you try "Inspect Popup" on the extension icon, then reload the popup with Cmd+R and share a screenshot of the...

@SammysHP I've already implemented this locally. ``` /faq?lang=de ``` I'll make a pull request together with my fix for #153.

@Lineflyer If we were using a more flexible static site generator/web server solution, I'd say yes. But I really don't want to do this with Jekyll, because I would probably...

@Bananeweizen I actually thought about and also implemented that when I was working on the redesign but didn't find enough matching FAQ items to link to.