qutebrowser/misc
Simon Désaulniers cae8c3034f view_in_mpv: hide/restore video code properly
The javascript code had multiple bugs:

* The innerHTML property of the div element was not properly ingested by
  the engine. The recommended way to add HTML content is by using DOM
  objects in Javascript. This fixes the issue.
* The lambda supposed to delete the newly created div object has
  never worked as it didn't capture the appropriate value of the index
  due to how the lambda was declared. This is fixed by wrapping the
  lambda we want in another lambda that will store the appropriate value
  of the index.
2025-12-18 21:42:23 -05:00
..
apparmor update apparmor profile 2020-10-19 15:39:21 +02:00
nsis nsis: Check for newer Windows build 2024-10-15 11:52:34 +02:00
requirements ci: Switch to tox main branch 2025-05-13 12:32:02 +02:00
userscripts view_in_mpv: hide/restore video code properly 2025-12-18 21:42:23 -05:00
Makefile ci: Set up asciidoc properly for releases 2023-08-17 12:39:00 +02:00
cheatsheet.svg RIP Freenode 2021-05-26 09:34:37 +02:00
org.qutebrowser.qutebrowser.appdata.xml Release v3.5.0 2025-04-12 21:28:50 +00:00
org.qutebrowser.qutebrowser.desktop desktop: qutebrowser as webp mime type viewer 2024-10-15 10:33:12 +02:00
qutebrowser.spec macOS: Avoid deprecated file associations 2024-12-09 16:41:24 +01:00