toofar
toofar
I got it to load on a [test site](https://interactive-examples.mdn.mozilla.net/pages/tabbed/textarea.html) (because all the sites I care about have properly restrictive content security policies that qutebrowser doesn't attempt to bypass) but it...
Older PR here https://github.com/mikel/mail/pull/1319 Edit: link to the actual PR, not this one again
For anyone else who finds this via google, you need to pass in "Super_L" instead of "Mod4".
The picture the test paints of acronym-like hint text looks pretty compelling. I would be interested to see what it does on a page with many similar link texts (like...
Edit: I can't even reproduce the example above so I have no idea what's going on. @The-Compiler can you still reproduce? I ran into something this too when adding a...
> TODO: Find out if people really need the other information to persist I would prefer it but if we could load a session on 5.14 and save it in...
> have you looked at the size of the page state data with real website requests/history so far? Nope, I haven't looked into this at all apart from following this...
Any javascript click handler that made an XHR request to an HTTP URL would fall under the same argument though and it isn't possible to enumerate all those possibilities before...
Also support regular expressions in `@include` and friends, we are currently only supporting globbing via `fnmatch`. zro in irc pointed out a good example script https://github.com/StylishThemes/GitHub-Dark-Script
That's just because it is running too early before those elements have been added. Try changing the `// @run-at document-start` to `// @run-at document-end`. (`document-idle` is even later but doesn't...