Rob Garrison

Results 801 comments of Rob Garrison

LOL, I just realized I forgot to add in a "toggle code wrap" option. I'll do that tomorrow! I'll let you mess around with the code for a while :wink:

Ok, I added the toggle of long code button. The color between active & not active was subtle, so I made it turn green when active & red with disabled...

The only problem with that is that if you want to save the state, you'll need to save the url, code block index and state.

Ok, so just a temporary toggle then. You working on that, or do you want me to do it?

And I'm a bit lazy today :wink:

Hmm, maybe just make that a regular text input then.

Most of the `GM_` functions are supported ([ref](https://github.com/AdguardTeam/AdguardForWindows/issues/1218)). The error is actually `GM.` which is what we added to support GM4. I'm not sure why the polyfill isn't working for...

Hi @Bluscream! This sounds like an issue with USI... if we switch the `@run-at` to anything but `document-start`, you'll see a flash of white because the style won't get applied...

Hi @jerone! Hmm, yeah that's going to be a difficult fix. The file action button and the code table are siblings. If we add the following to remove the `overflow`...

Adding overflow to the table or sibling won't work. Only a parent of the table. The easiest solution, which is what I went with, was to move the `` menu...