Chic-Tweetz

Results 36 comments of Chic-Tweetz

@bovine3dom yes, or at least I haven't found a way to. The iframe can be accessed through Tridactyl, but not directly.

I don't know what I'd prefer the tags to do in your example. I do like that Firefox `'` bind though, so I've added a `.` hint bind which switches...

You can try this command to rebind `gi` on duckduckgo.com only `bindurl ^https://duckduckgo.com gi focusinput` (I am able to select the input using `f`) In [issue 3053](https://github.com/tridactyl/tridactyl/issues/3053), it was suggested...

Ah, that [issue](https://github.com/tridactyl/tridactyl/issues/5149)! That can happen if there are JavaScript hints on the page. You'll probably find that you don't need the JS hints anyway, so you could try also...

This appears to be the [same issue](https://github.com/tridactyl/tridactyl/issues/5149) that I encountered. You should find this doesn't happen if JavaScript hints are excluded using `:hint -J` I'm fairly certain I know the...

Replacing `document` with `window` does appear to fix this

Ignore me here I just rambled on about the Firefox sidebar. --- You can sort of do this with `sidebaropen` and `sidebartoggle`, with a couple of caveats. First you need...

You know what, I just saw the word sidebar and completely missed the context there. Yes, use GitHub's sidebar not the extension sidebar!

Probably a pixel of the iframe's background showing through - it's not always transparent behind the command line itself (same as https://github.com/tridactyl/tridactyl/issues/5258). That said, this isn't happening for me if...

Just my personal fork ([this branch here](https://github.com/Chic-Tweetz/tridactyl/tree/amo)) which I like to test things out on. I usually get around to making pull requests when I'm happy I haven't broken anything...