hyperfekt

Results 22 issues of hyperfekt

Please make sure all of the following is true so your issue can be quickly resolved (check like [X]): - [X] My version of the userstyle is up to date...

bug
help wanted

The Stylus extension does not support the Safari browser since the latter is not compatible with the WebExtensions API. The aim is to work around that by providing a way...

enhancement
wontfix
external

When using a palette from an image, everything turned out frighteningly red - the shape of the matrix was correct but the data was in the wrong order.

``` div[style*="color: rgb(189, 189, 189)"] { color: red; } ``` compiles into ``` div[style*="color: rgb(189, 189, 189)"] { color: #f00; } ``` which is obviously wrong and breaks not only...

t: Enhancement
help wanted

This adds support for hie-bios. Since hie-bios can't call a program with arguments (https://github.com/mpickering/hie-bios/issues/158), the following files are needed in the project: `hie.yaml`: ``` cradle: {bios: {program: ".hie-bios"}} ``` `.hie-bios`:...

My understanding is that currently only ThinkPad devices have advanced battery features available, due to the existence of tp_smapi. For Dell devices there exists the 'Dell Command | Configure' which...

feature request
battery care

There should be a central blacklist with pushed updates to make the extension less likely to mangle legitimate URLs - this failure case is more dramatic than with Skip Redirect...

enhancement

See #3, some redirect URL schemes include a referrer in it, but it appears it mostly comes after the target URL. Maybe failure cases could be lowered by preferring earlier...

enhancement

See sblask/webextension-skip-redirect#71.

enhancement

See sblask/webextension-skip-redirect#79, #3

enhancement