keganlance

Results 8 issues of keganlance

Be able to scroll to the bottom using the Android scrollbar in which you can drag all the way to the bottom to get to the bottom faster. Useful for...

proposal

**Is your feature request related to a problem? Please describe.** margin-block:8px 8px; is not as small **Describe the solution you'd like** Let it collapse to margin-block: 8px; Basically when the...

enhancement

**Is your feature request related to a problem? Please describe.** When having some code like this: font: 16px Arial, sans-serif; font-weight: 600; line-height: 1.5; It doesn't collapse into one font...

enhancement

Allow to enforce a certain content security policy to the likes of the NoScript firefox addon. This allows way stricter configuration than just general domainnames for resources.

Would be great if we can add additional restrictions. Like blocking images from certain domains using the img-src directive from CSP. Or blocking css code using style-src. Thanks in advance.

Seems something is wrong with fetching a possible updated version number. It gives "NA" instead of the version number.

help wanted

There seem to be several other apps with this kind of functionality like this one: https://github.com/2Ra66it/updater-for-spotify May be an idea to have one application to update applications which offer an...

Currently UglifyJS doesn't make the the code shorter by replacing globals with a variable reference. I wonder why this is the case. Take something like: ``` (function () { let...