Chic-Tweetz
Chic-Tweetz
For issues: [5149](https://github.com/tridactyl/tridactyl/issues/5149) and [5156](https://github.com/tridactyl/tridactyl/issues/5156). Changes the way hint names are selected. When there are JS hints on a page, currently they don't affect the characters chosen for non-JS hints....
- Brief description of the problem: JS hint tags can be a single letter which is also the first letter of other tags. - Steps to reproduce: go to a...
- Brief description of the problem: Using a Tridactyl build with #5262, when hinting using `;;` (`:hint -; *`) on youtube, an error about the "top" property not existing will...
This adds two extra optional "hint hosts". In addition to the hint tags, up to two rectangles can be overlayed over every hintable element. These can be enabled using `:set...
You're unlikely to run into this bug usually so I'll contrive an example in the steps to reproduce. Steps to reproduce: 1. Open a new tab (Tridactyl new tab page...
Regarding https://github.com/tridactyl/tridactyl/issues/5259. Some sites use the (deprecated) `document.open` / `document.write` / `document.writeln` functions which create entirely new `document` objects. Event listeners and elements are consequently lost. This hijacks those functions...