tophf
fd496dd546
bump version
2018-02-25 16:51:21 +03:00
tophf
a8769e375b
browser.runtime.getBrowserInfo was added in FF 51
2018-02-25 16:51:07 +03:00
tophf
f40c9f9a16
update locales
2018-02-25 16:46:21 +03:00
tophf
589cc53ad9
adjust selector for "config on homepage" of USO styles
2018-02-23 15:14:10 +03:00
tophf
4e4f0501d2
fixup: add the empty line correctly
2018-02-22 18:34:15 +03:00
tophf
4bb1a191cc
replace the last @-moz-document if present in a usercss template
...
when creating a new style for the site via popup
see #352
2018-02-22 12:59:56 +03:00
tophf
c5ef92cf9c
add the site section to a custom usercss template for new styles
...
fixes #352
2018-02-22 12:41:55 +03:00
tophf
d0d429bd8e
bump version
2018-02-17 14:21:54 +03:00
tophf
7f70445174
update locales
2018-02-17 14:20:54 +03:00
tophf
918888ffb0
code cosmetics
2018-02-16 18:05:25 +03:00
tophf
d82dceada9
code cosmetics
2018-02-16 12:49:53 +03:00
tophf
b9b2c4cbd7
correctly finish check-all-updates before updating UI
...
now that we use messaging for the observer we can't use Promise for the final task;
fixes #341
2018-02-16 12:43:22 +03:00
tophf
654f63b894
remove unused code
...
see #348
2018-02-15 16:48:37 +03:00
tophf
c564aab48f
code cosmetics
2018-02-15 16:48:00 +03:00
tophf
683e73ceb9
close the source tab in case the port didn't report onDisconnect
...
fixes #349
2018-02-15 16:47:42 +03:00
DecentM
44a11508ff
Add OpenUserCSS support ( #328 )
2018-02-15 11:27:00 +03:00
narcolepticinsomniac
8821c2f23f
Prevent traditional button active state from applying to usercss install button ( #346 )
2018-02-14 05:58:27 +03:00
tophf
e3d1c6588d
prefill new style name with the domain/hostname
...
implements #344
2018-02-14 05:53:35 +03:00
narcolepticinsomniac
c1b47e4b23
Style non-select filter labels to match
...
Non-select filter labels and their contents were misaligned. They were also shorter with lighter hover backgrounds. Everything should match up now. There's only one currently, but I used general selectors which should work in case any new ones are added.
2018-02-13 16:44:21 -05:00
tophf
e84afd9a20
fix a copypaste error
2018-02-03 06:31:43 +03:00
tophf
4772178689
bump version
2018-02-02 09:04:47 +03:00
tophf
ddc6c3e1c3
update locales
2018-02-02 09:04:26 +03:00
tophf
7a479edc56
more consistent focus/scroll behavior of global search
...
* keep page scroll position on Esc/close
* focus the match on Enter
2018-02-02 09:04:25 +03:00
tophf
32f0f4bd7a
preserve page scroll position after [de]beautification
2018-02-01 23:51:30 +03:00
tophf
f6991c4f57
fallback to 'path' when Canvas is blocked in FF
...
fixes #335
2018-01-30 19:42:30 +03:00
tophf
95a24cd29b
catch fatal parsing errors
2018-01-30 18:59:28 +03:00
tophf
02989edb05
eat unclosed comments
2018-01-30 18:59:28 +03:00
tophf
90aacefff8
ignore @charset when deciding if section is empty
...
fixes #337
2018-01-30 18:59:28 +03:00
tophf
ca5f8c941b
don't refresh own tabs twice
...
fixes #336
2018-01-29 04:37:24 +03:00
tophf
4719088d39
use (i) icon in options for the extra info
...
#334
2018-01-24 23:22:27 +03:00
tophf
545f0a3622
bump version
2018-01-24 03:48:00 +03:00
tophf
10b82ae7cc
actually import settings from sync
...
fixes #331
2018-01-24 03:47:26 +03:00
tophf
5b4ecfc3e4
fix click area of filter checkboxes
...
#332
2018-01-24 03:26:52 +03:00
tophf
b03d9030e4
bump version
2018-01-23 18:01:14 +03:00
tophf
d94ded8d94
update locales
2018-01-23 18:00:20 +03:00
tophf
75a9ce4696
don't overwrite url in stylus-iframe attr with "true"
2018-01-20 16:26:13 +03:00
tophf
cd794b981b
bump version
2018-01-20 02:32:19 +03:00
tophf
bc2da3f66a
prevent hanging when parent frame is absent
2018-01-20 02:28:20 +03:00
tophf
a3962b7adf
put https://top.site.origin in "stylus-iframe" attr
2018-01-19 15:37:26 +03:00
tophf
75aee2085a
load storage-util in all pages
...
prefs::doSyncSet uses it now, there'll be more in the future when we convert all direct chrome.storage calls
2018-01-19 15:14:09 +03:00
tophf
4dc6d56533
bump version
2018-01-18 20:42:31 +03:00
tophf
1c0cd2da9e
show color swatches for rgb/hsl with unary + - in numbers
2018-01-16 15:11:07 +03:00
tophf
0fa391732b
workaround for Chrome devtools bug (fixed in v65)
...
recreate the style element on style code change because older devtools inspector can't edit injected rules after we update textContent of an existing element
2018-01-15 19:43:35 +03:00
tophf
0f8bca03b8
fixup eaed0de4: don't enable livepreview for unsaved code
2018-01-15 19:16:48 +03:00
tophf
100f7716fd
bump version
2018-01-14 18:36:16 +03:00
tophf
efbbe147e4
update locales
2018-01-14 18:36:02 +03:00
tophf
4493c9e9f0
don't double-process 'styleUpdated' in manager
2018-01-14 18:18:08 +03:00
tophf
dc1cd890ee
notify event subscribers when toggling the style via Alt-Enter
2018-01-14 17:40:09 +03:00
tophf
72e0f5fbf5
update refreshAllTabs cache and icon on disabling livepreview
2018-01-14 17:32:25 +03:00
tophf
823926a025
fix getStyleAtPos() for pos === EOL
2018-01-14 17:11:00 +03:00