David Pärsson
David Pärsson
The GitHub Actions Cache is currently not working, responding with 503 Service Unavailable. This results in an error when using this action, but it should be treated as a cache...
With my color theme it looks much better to use `mix-blend-mode: lighten`, so a feature request is to allow configuring `mix-blend-mode`. Thanks!
This would probably involve using `release-it` for releases.
Chrome requires extensions to be migrated to [Manifest V3](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3). This requires migrating from a background script to a service worker, which cannot access local storage. - [ ] Migrate to...
Enable scrolling after dragging a few pixels (instead of _one_ pixel), to reduce the conflicts with clickable elements. This could allow dragging on all elements and enhance right click blocking.
But weird issue under Linux KDE Chrome (or Chromium. Tried under both). If I enable Scrollbar Anywhere, my right-click menu doesn't come up on general pages, except on the clickable...
Scrolling/dragging in an `iframe` without a scrollbar should scroll the full window, if possible. Currently nothing is scrolled.
Reported in #47. I have seen this on very long pages with a lot of elements, and my investigation shows that getting `scrollHeight` or `scrollTop` on the element simply takes...
..and not only when clicking links. This would require listing added event listeners, as well as checking onclick attributes for the element and all its parents. Event listeners can be...