Raymond Hill
79c3f695d7
New revision for stable release
2020-05-18 15:20:19 -04:00
Raymond Hill
fee1461823
Import translation work from https://crowdin.com/project/ublock
2020-05-18 15:17:56 -04:00
Raymond Hill
6330c21820
Prevent more/less buttons from wrapping
...
The text of the more/less buttons was spotted
as wrapping in ja locale.
2020-05-18 09:32:21 -04:00
Raymond Hill
592404c9d3
Import translation work from https://crowdin.com/project/ublock
2020-05-18 09:32:01 -04:00
Raymond Hill
dec8624a05
More fine tuning of desktop panel as per feedback
...
Reduce height of more/less button. Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629867784
Use more concise text string for blocked requests
statistics. Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-630015625
Fix issue with overly long hostnames, and spurious
spacing when using undocumented advanced setting.
Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-630104078
2020-05-18 09:31:46 -04:00
Raymond Hill
c4913f60a0
Remove stray extra top/bottom thin gap in tool icons
...
I can't remember the reason for the added thin gap,
there is no benefit from this for the desktop panel,
probably stray CSS code from some earlier fiddlings.
2020-05-18 09:31:28 -04:00
Raymond Hill
6c17a5c420
Fix inconsistent spacing in panel's statistics section
2020-05-18 09:31:01 -04:00
Raymond Hill
0b2616c487
Import translation work from https://crowdin.com/project/ublock
2020-05-18 09:30:40 -04:00
Raymond Hill
6bfae9edd1
Even more fine tuning of UI as per feedback
...
Fix unstyled checkbox in "Filter lists" pane.
Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629780098
Hopefully fix glitchy popup panel when opened
from the extension icon. By default the panel is
configured to be rendered in landscape. It will be
toggled programmatically to portrait mode when
either the environment is mobile or the viewport
is horizontally constrained. Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629712393
New layout for rendering the statistics text
strings in landscape mode, so as to avoid text
wrapping and to allow a slightly narrower basic
pane. Related discussion:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629785966
2020-05-18 09:30:22 -04:00
Raymond Hill
43386d1ba2
More fine tuning of new UI as per feedback
...
Position the backup/restore/reset buttons at the
bottom in Settings pane. Related feedback:
https://github.com/gorhill/uBlock/commit/5bee33253f45#commitcomment-39221329
Use a fixed with for the fireall pane. Related
feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629668065
Fall back to a polyfill compact notation when
rednering large numbers in popup panel when the
required Intl.NumberFormat API is not fully
supported, at the expense of not being i18n-
compliant. Related discussion:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629696676
2020-05-18 09:29:54 -04:00
Raymond Hill
ed1f2e1e89
Import translation work from https://crowdin.com/project/ublock
2020-05-18 09:29:28 -04:00
Raymond Hill
5e4b700068
Minor fine tuning of CSS in new popup panel
...
Hopefully these will address some of the glitches
mentioned in the feedback comments:
https://github.com/uBlockOrigin/uBlock-issues/issues/1027#issuecomment-629636210
2020-05-18 09:28:56 -04:00
Raymond Hill
7decd22b16
Restore ability to set popup panel font size in advanced settings
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/397
Issue above will require non-trivial changes, so for
now users who prefer smaller/larger popup panel can
fall back on advanced setting `popupFontSize`:
https://github.com/gorhill/uBlock/wiki/Advanced-settings#popupfontsize
2020-05-18 09:28:35 -04:00
Raymond Hill
a96d84ab3d
Import translation work from https://crowdin.com/project/ublock
2020-05-18 09:26:18 -04:00
Raymond Hill
51973c9fad
New revision for stable build
2020-05-15 21:14:19 -04:00
Raymond Hill
6027e40301
Minor fine tuning new panel
...
The "blocked since install" row has been moved
in last position, so that figures that represent
the current site are grouped together.
Do not prevent wrapping the count text strings,
use a minimum width instead -- those count text
strings can be more verbose in some locale, and
by allowing the text to wrap this result in a
less wide main panel.
2020-05-15 21:01:04 -04:00
Raymond Hill
03891fccaa
Remove the use of CSS max
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1035
It's not supported on
- Chromium 78 and older
- Firefox 74 and older
Reference:
- https://developer.mozilla.org/en-US/docs/Web/CSS/max
2020-05-15 21:00:27 -04:00
Raymond Hill
351edda5c9
Fix !#include directive when loading from packaged lists
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1034
2020-05-15 20:59:42 -04:00
Raymond Hill
c7fd769233
Use fixed width for ruleset tools containers
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1033
2020-05-15 20:59:25 -04:00
Raymond Hill
1977c3d7c7
Remove stray test case from popup panel HTML code
...
Related feedback:
- https://github.com/gorhill/uBlock/commit/9a6feb34d546#r39207667
2020-05-15 20:58:59 -04:00
Raymond Hill
d2bbacb5f6
Increase min-width of #main pane in popu panel
...
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/gjyt4a/ubo_redesigned/fqps9ad/
As per feedback, Firefox is not causing large numbers
to be rendered in a compact form with German locale.
In Chromium, the number 40712345 renders as "40,71 Mio."
for the German locale, while in Firefox the same renders
as "40.710.000".
2020-05-15 20:58:39 -04:00
Raymond Hill
da4eb19a4c
Add missing ;
...
Related feedback:
- https://github.com/gorhill/uBlock/commit/e917213e81d4#commitcomment-39192290
2020-05-15 20:58:18 -04:00
Raymond Hill
35091e6d87
New revision for stable release
2020-05-13 08:42:00 -04:00
Raymond Hill
cb08358449
Import translation work from https://crowdin.com/project/ublock
2020-05-13 07:53:08 -04:00
Raymond Hill
3d3cd58d9f
Properly auto-toggle on firewall pane [regression]
...
... when enabling advanced user mode. A regression
caused the pane to be toggled to hidden state instead
of being toggled to shown state.
2020-05-12 12:08:32 -04:00
Raymond Hill
91b00caa46
Make Firefox dev build auto-update
2020-05-12 10:31:06 -04:00
Raymond Hill
5d4ec45a78
New revision for release candidate
2020-05-12 10:19:17 -04:00
Raymond Hill
1b54c5eccd
Import translation work from https://crowdin.com/project/ublock
2020-05-12 10:18:26 -04:00
Raymond Hill
19e6936ed9
Do not show per-site switches at first install time
...
I meant to not show the per-site switches by default
at first install. I caught this misconfiguration after
testing a first-install scenario.
2020-05-12 10:11:24 -04:00
Raymond Hill
3d4d41206d
Clarify passage regarding using other blockers along uBO
...
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/gi0i1u/
2020-05-12 09:08:10 -04:00
Raymond Hill
b9b940912f
Make Firefox dev build auto-update
2020-05-11 18:00:58 -04:00
Raymond Hill
d9c1fe6931
New revision for release candidate
2020-05-11 17:54:11 -04:00
Raymond Hill
8eab156901
Don't block on default Inter font loading
2020-05-11 17:50:53 -04:00
Raymond Hill
b906dbedcf
Make Firefox dev build auto-update
2020-05-11 08:30:34 -04:00
Raymond Hill
d78f85454d
Merge branch 'master' of github.com:gorhill/uBlock
2020-05-11 08:08:17 -04:00
Raymond Hill
bb8945a629
Import translation work from https://crowdin.com/project/ublock
2020-05-11 08:07:52 -04:00
Raymond Hill
14b4865d7e
New revision for release candidate
2020-05-11 08:07:18 -04:00
Raymond Hill
f842ab6d3c
Add new scriptlet to allow blocking Amazon's apstag.js
...
Related issues:
- https://github.com/NanoMeow/QuickReports/issues/3717
- https://www.reddit.com/r/uBlockOrigin/comments/ghjqph/
The specific issue on the mentioned site is that the
site's code expect `window.apstag.fetchBids` to call
client-supplied function. The new scriptlet defuse this
by calling the client code with an empty array.
2020-05-11 07:57:14 -04:00
Raymond Hill
2b955fab59
Make Firefox dev build auto-update
2020-05-10 07:50:46 -04:00
Raymond Hill
176fe14f93
New revision for release candidate
2020-05-10 07:43:59 -04:00
Raymond Hill
cb719f9280
Import translation work from https://crowdin.com/project/ublock
2020-05-10 07:43:30 -04:00
Raymond Hill
b94b2834d7
Fire tune CSS in new popup panel
2020-05-10 07:39:59 -04:00
Raymond Hill
6ba38f33aa
Make Firefox dev build auto-update
2020-05-08 09:30:49 -04:00
Raymond Hill
a4aa5c15df
New revision for release candidate
2020-05-08 09:21:08 -04:00
Raymond Hill
c42f23c131
Rerrange popup panel layout initializing code
...
Specifically, the sticky controls box is re-parented
pre-emptively instead of waiting for the decision as
to whether the panel must be toggled into a vertical
layout mode.
2020-05-08 09:16:20 -04:00
Raymond Hill
d8bf72a435
Minor fine-tuning of visual of select elements
...
Additionally, have the width of the page selector
in the logger proportional to the width of the
logger -- this should improve usability on small
screen devices.
2020-05-08 06:38:23 -04:00
Raymond Hill
6d51c9fb6c
Make Firefox dev build auto-update
2020-05-07 15:50:36 -04:00
Raymond Hill
4540b7d19c
Import translation work from https://crowdin.com/project/ublock
2020-05-07 15:47:08 -04:00
Raymond Hill
365e0a6ad9
New revision for release candidate
2020-05-07 15:44:36 -04:00
Raymond Hill
b226873bdb
Wait a bit longer before testing viewport width
2020-05-07 15:42:30 -04:00