Search found 15 matches

by jbrown
Mon May 30, 2022 10:13 pm
Forum: NoScript Support
Topic: Popup css height issue
Replies: 2
Views: 1327

Re: Popup css height issue

Thank you, I have meanwhile figured it out myself. Better is:

Code: Select all

#scrollable > #buttons { margin: 1px !important }
which avoids the scrollbars.
by jbrown
Mon May 30, 2022 8:49 pm
Forum: NoScript Support
Topic: Popup css height issue
Replies: 2
Views: 1327

Popup css height issue

The popup has something like a blank line after the last url entry. Is it possible to reduce the height so that the last entry is closer to the bottom?

Image

Is that controlled by css or js code?
by jbrown
Thu Apr 07, 2022 5:58 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

barbaz wrote: Tue Apr 05, 2022 9:53 pm 1) In NoScript Options, the selected preset is jammed up against the icon to its right. This does not happen in the popup. It would look better if the Options page had the same amount of spacing there as the popup currently does.
+1 :!:
by jbrown
Tue Apr 05, 2022 3:23 am
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

A few more tweaks you may like: more space for the permission text in the per-site permissions tab (adjust the px accordingly, the default is calculated and 100px in my case) .presets input.preset:checked + label, #presets .presets label { width: auto !important } #sites { --preset-label-width: 115p...
by jbrown
Mon Apr 04, 2022 7:56 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

Are there other show stoppers? The blue selection underline ("cursor line") doesn't help much spotting which line the cursor is on. Moreover, it stays fixed for the current url (or the selected item on the "Per-site Permissions" tab) and appears a second time following the curso...
by jbrown
Mon Apr 04, 2022 7:36 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

barbaz wrote: Mon Apr 04, 2022 2:22 pm Does this fix it? -

Code: Select all

:not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked {
  position: relative;
  z-index: 10;
  top: -1px;
}
It does! Thanks a lot.
by jbrown
Mon Apr 04, 2022 12:02 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

(It just removes it, does not replace it with a solid background like previous versions of NoScript had.) That's true, but previous versions of NoScript also subtly highlighted the selected permission. This doesn't seem to be possible any longer. You can set a background color, but unfortunately th...
by jbrown
Mon Apr 04, 2022 11:51 am
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

I don't think there is any longer a way to specifically limit customizations to only NoScript Of course, it is. Open NoScript's preferences and copy the URL (that starts with moz-extension:// ) until and excluding the first slash. (It's something like moz-extension://aaaaaaaa-bbbb-cccc-dddd-eeeeeee...
by jbrown
Sun Apr 03, 2022 10:38 am
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

I'm using NoScript with an overwrite in Firefox' userContent.css now: :not(#presets) > .sites .site:not(.customizing) .presets input.preset:checked + label.preset { background-image: none !important } It's not exactly pretty, but it's far more recognizable than the original. For now, the blue select...
by jbrown
Mon Mar 28, 2022 8:55 pm
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

The color gradients make it virtually impossible to recognize anything:

Image
by jbrown
Mon Mar 28, 2022 8:55 am
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

Also, if Modern Red is active, the tooltip shows "Switch to the Vintage Blue style". If Vintage Blue is active, the tooltip still shows the same text, but shouldn't it read "Switch to the Modern Red style" instead? This text is also the checkbox label when "High contrast&qu...
by jbrown
Thu Mar 24, 2022 10:01 am
Forum: NoScript Support
Topic: Any way to revert graphical change?
Replies: 111
Views: 44479

Re: Any way to revert graphical change?

I very much appreciate the Vintage Blue theme. Many thanks. https://s20.directupload.net/images/220324/pwdqfoty.png However, the gradient does not allow the selected permission to be recognized well. It would be easier to spot with a simple, solid background color. (This also affects the "Per-s...
by jbrown
Wed Feb 16, 2022 8:22 pm
Forum: NoScript Support
Topic: LAN capability
Replies: 4
Views: 2040

LAN capability

Could you please explain the new LAN capability? What does "cross-zone WAN to LAN requests" exactly mean?
by jbrown
Mon Jan 31, 2011 8:46 am
Forum: NoScript Support
Topic: Change mouse buttons?
Replies: 2
Views: 1333

Re: Change mouse buttons?

Maybe in a coming version?
by jbrown
Thu Jan 27, 2011 9:41 am
Forum: NoScript Support
Topic: Change mouse buttons?
Replies: 2
Views: 1333

Change mouse buttons?

Is it possible to change mouse buttons, i.e. allow several site with right mouse click (instead of left) and vice versa?

To me, left button means "action" so I'd like to immediately activate site with left button.