Graham Perrin

Results 631 comments of Graham Perrin

Do you mean, remove the anchor from the link? The developer's own description is "Tiny system info for Unix-like operating systems.". For one of the files, I see `#!/bin/sh`, I'll...

Found, this may help: * [Thunderbird WebExtension APIs — Thunderbird WebExtensions 68 documentation](https://thunderbird-webextensions.readthedocs.io/en/68/) ▶ https://thunderbird-webextensions.readthedocs.io/en/68/menus.html#contexttype ▶ `selection` More generally: * [About Add-ons - Thunderbird](https://developer.thunderbird.net/add-ons/about-add-ons)

I tried to get 25 but I still get 10. Below, please, what am I doing wrong? ```text mowa219-gjp4-8570p% tail -n 6 ~/.zshrc export VISUAL=/usr/local/bin/nano if [[ -r "/usr/local/share/zsh/site-functions/_mcfly" ]];...

![image](https://user-images.githubusercontent.com/192271/63085918-96cacd80-bf46-11e9-9787-530a7270ec99.png) Request headers: ```text Host: reviewers.addons.mozilla.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:56.0) Gecko/20100101 Firefox/56.0 Waterfox/56.2.12 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate, br Cookie: _ga=GA1.2.….…; sessionid=.…; _gid=GA1.2.….… Cache-Control: no-cache Connection:...

I guess, that type of workaround will be impossible within the constraints of WebExtensions APIs. True?

``` /* about:addons-memory hide disabled add-ons */ @-moz-document url("about:addons-memory") { .disabled{display:none !important;} } ``` ### The `chrome` directory I couldn't get the style to work with `userChrome.css`. Eventually I realised,...

For what it's worth: not a problem with 72 of 432 extensions enabled with Waterfox 56.2.0 on FreeBSD-CURRENT. (I use the workaround at https://github.com/nmaier/about-addons-memory/issues/20#issuecomment-114519161 to limit the list to what's...

Click (1) to read the footnote; then the two red notes above footnote (1).

@rugk consider [Yet Another Twitter Link Expander](https://addons.mozilla.org/firefox/addon/another-twitter-link-expander/) > … port of Tiny Twitter Link Expander  …

Might something from https://github.com/jonathanKingston/sea-containers/ be usable? Just a thought.