tophf
7f15ae324d
Merge pull request #1054 from tophf/custom-name
...
fix local name customization for usercss/legacy
2020-10-22 15:07:33 +03:00
narcolepticinsomniac
76e2a90392
moz-format CM focus style
2020-10-22 15:05:54 +03:00
tophf
d1b9338707
make manager load real fast
2020-10-22 15:05:54 +03:00
tophf
bc6c9c826a
make editor load even faster
...
* reorder scripts
* make style request earlier
2020-10-22 15:03:07 +03:00
tophf
2e1a903cc7
fix local name customization for usercss/legacy
2020-10-22 15:01:49 +03:00
tophf
34f899fc45
don't start incremental search on Space or Shift-Space
2020-10-22 08:51:48 +03:00
tophf
3cb9cbb862
show a palette for current editor in color picker ( #1068 )
...
also keep the dialog visible for 30 seconds instead of 5
2020-10-18 16:40:11 +03:00
tophf
e6d73be049
option to open editor in a simple window (no omnibox) ( #1067 )
2020-10-18 16:37:42 +03:00
tophf
d405bc64ae
ignore empty documents produced by stylus-lang bug
2020-10-18 16:34:31 +03:00
tophf
5501efb1be
expose version for styles installed from greasyfork/sleazyfork
2020-10-18 16:33:52 +03:00
tophf
3d0b733e9a
parserlib: skip spaces before "," in @document foo() , bar()
2020-10-16 20:09:27 +03:00
tophf
56a8212fdf
parserlib: add text
to background-clip
2020-10-15 22:31:13 +03:00
tophf
492b75d84e
parserlib: implement @supports selector()
2020-10-14 21:33:29 +03:00
tophf
a71b621bf9
remove -webkit- prefix on standardized features
2020-10-14 19:48:59 +03:00
tophf
9e487b03e5
tweak editor ( #1063 )
...
* also apply live-preview if an unsaved style was disabled
* use box-shadow instead of outline for focus everywhere
* allow focus outline on click in text/search input or textarea
* search inputs should use the same style as text inputs
* also use box-shadow focus on delete buttons
* remove URLSearchParams workaround, not needed since Chrome 55
* use `once` in addEventListener, available since Chrome 55
* update USO bug workarounds, remove obsolete ones
* ping/pong to fix openURL with `message` in FF
* use unprefixed CSS filter, available since Chrome 53
* use unprefixed CSS user-select, available since Chrome 54
* focus tweaks
* also use text query in inline search for Stylus category
* use event.key, available since Chrome 51
Co-authored-by: narcolepticinsomniac
2020-10-13 21:14:54 +03:00
tophf
60fc6f2456
Editor fixes, make sectioned editor open quickly again ( #1061 )
...
* make usercss editor full-height again
* make sectioned editor open quickly again
* remove leftovers
* autofocus when add/clone button is clicked
* don't fit to content on clicking the add button
* scroll the window to show a manually added section entirely
* autofocus on a manually added applies-to
* disable Save button while loading
* use standard CSS for a focused CodeMirror outline
* trigger refresh sooner by one viewport in advance
* declare refreshOnView as a standard function
* run fixedHeader asynchronously to prevent self-triggering
* account for header in compact mode when fitting to content
* code cosmetics
2020-10-11 17:13:25 +03:00
tophf
ad24ee0c15
switch to USO-archive for inline search in popup, #1056
2020-10-11 16:53:42 +03:00
tophf
740a16a563
disconnect port explicitly in FF
2020-10-11 14:37:55 +03:00
tophf
4d1110986c
update CSSLint
...
* Scroll Snap L1 (CR 2020-09-18)
* dedupe border*
* fix font-variation-settings grammar
2020-10-11 09:59:05 +03:00
tophf
af726405e1
also search in global styles
2020-10-10 14:25:43 +03:00
tophf
11ce144efb
remove the redundant stylus-lang warning filter
2020-10-09 19:40:11 +03:00
tophf
707cd6576f
process current contents when live-reload is enabled
2020-10-09 19:22:13 +03:00
tophf
4913da2e19
use installation url on known sites as homepage
2020-10-09 13:47:58 +03:00
tophf
78b0e33ba4
faster install from known sites
2020-10-09 13:47:57 +03:00
tophf
0162f39163
switch to USO-archive for inline search in popup
...
feature: retry sub.domain.tld as domain.tld if no styles are found
old bug fix: show newly added style in popup
dedupe/simplify bits of popup.js
2020-10-09 13:47:57 +03:00
tophf
5196f96ee3
trigger change on wheeling inside <select>
2020-10-09 13:47:57 +03:00
tophf
b840d4897d
cleanup usoSearchCache + tidy up db.js
2020-10-09 13:47:57 +03:00
tophf
9994811819
recognize 'backdrop-filter'
2020-10-08 12:19:14 +03:00
tophf
a01bd3cd61
update polyfill for Chrome>=55
2020-10-08 11:19:18 +03:00
tophf
7c205880d2
require Chrome 55 and allow native async/await syntax
2020-10-08 11:19:18 +03:00
tophf
6b2dff6687
treat empty url-prefix() as non-matching
2020-10-08 11:07:13 +03:00
tophf
cb89be8682
ignore empty code only in global (non-targeted) sections
2020-10-08 11:05:07 +03:00
tophf
7c89f7b21d
autosort style elements on own pages too
2020-10-05 21:08:39 +03:00
tophf
15d854f913
fixup for c416fa7c: remove the leftovers, take 2
2020-10-05 16:19:18 +03:00
tophf
e7a6e86b6c
fixup for c416fa7c: remove the leftovers
2020-10-05 13:05:35 +03:00
tophf
c416fa7ca0
rework and move newUI+theme to options.html ( #1050 )
...
* rework and move newUI+theme to options.html
* rephrase/clarify the find styles label
* switch to USO-archive
* search for 'Stylus' keyword to filter out Stylish crud
* use archive's default search order
2020-10-02 11:10:52 -04:00
tophf
3f6c85637c
Containment Module L2 (WD, 2020-06-03)
2020-10-02 12:41:57 +03:00
tophf
e0a7372f4f
enable starHack option
2020-10-02 12:41:57 +03:00
narcolepticinsomniac
038629517e
remove dropbox disabled ( #1041 )
2020-09-22 12:04:19 -04:00
tophf
ee30aa1407
convert colors in uso
preprocessor to match USO site ( #997 )
...
#rrggbb for /*[[color]]*/
r,g,b for /*[[color-rgb]]*/
(no alpha channel)
2020-09-22 07:15:40 -04:00
tophf
2b149f97a5
CodeMirror 5.58.0 ( #1037 )
2020-09-22 07:03:31 -04:00
tophf
30983db679
Scroll Anchoring L1 (ED 2020-09-18) ( #1038 )
2020-09-22 06:56:53 -04:00
tophf
fa1496ecb8
use tab.pendingUrl ( #1040 )
2020-09-22 06:54:48 -04:00
tophf
aa43507478
parserlib: consume unknown @-rules per CSS grammar
2020-09-21 11:19:53 +03:00
eight
07ba44cc2c
Change: switch to launchWebAuthFlow polyfill ( #1017 )
...
* WIP: add webextLaunchWebAuthFlow
* Change: switch to webextLaunchWebAuthFlow
* Bump dependencies
* Fix: use minimized version
* Fix: wrong call to promisifyChrome
2020-08-31 16:38:18 +08:00
narcolepticinsomniac
01cfb435f6
Remove deprecated dropbox and add sync button ( #1025 )
...
* Remove deprecated dropbox and add sync button
* re-use existing message
2020-08-24 12:27:23 -04:00
tophf
5109f9abb3
CodeMirror 5.57 ( #1023 )
...
* codemirror 5.57
* dedupe the props defined in new codemirror
2020-08-23 11:44:27 -04:00
dependabot[bot]
e0aadb752a
Bump minimist from 1.2.0 to 1.2.5
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20 21:16:13 +03:00
dependabot[bot]
db3747d5f0
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20 21:10:55 +03:00
tophf
56f1574433
fix styling of options frame in FF ( #1022 )
2020-08-19 15:33:04 -04:00