alkim0

Results 9 issues of alkim0

Addresses #430. This avoids updating the Vista sidebar just once with on BufEnter. This is enough to at least get `:Vista focus` to stop resetting the sidebar.

First, thanks for the excellent plugin. **Describe the bug** When I'm in the Vista sidebar, and I use either `w` or `:Vista focus` to jump back to the source, the...

This pull request contains the implementation for cosmetic filtering and scriptlet injection. Addresses #6480. The main body of the code for this is spread over the two files: `components/braveadblock.py`, and...

# Setup Here's the setup for my minimal reproducible example. In my `.vimrc`, I have (using vim-plug as my plugin manager): ``` set spell call plug#begin() Plug 'editorconfig/editorconfig-vim' call plug#end()...

In uBlock's redirection-engine.js. There is "noop-vmap1.0.xml". I imagine this gets translated to a mime type of "Unknown", but it really seems like there should be a separate TextXml type for...

Sometimes, I just want to select elements in an array based on their boolean attributes, and it gets tiring to write `== false` all the time. It would be nice...

When running `url_comsetic_resources`, certain hide selectors are not being returned. For example, with ublock's [filters.txt](https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt), on `url_cosmetic_resources("https://google.com")`, I would expect: ``` #atvcap > div:has(h3[role="heading"] > span:has-text(/^Ads/)) ``` to be one...

This pull request contains the implementation for cosmetic filtering and scriptlet injection (after the qt6 branch merge). Closes #6480. The main body of the code for this is spread over...