mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-25 03:15:46 +01:00
Ditch the bloody chrome registry.
This commit is contained in:
@@ -43,7 +43,7 @@ Highlight.defaultValue("selector", function () highlight.selector(this.class));
|
||||
|
||||
Highlight.defaultValue("sites", function ()
|
||||
this.base ? this.base.sites
|
||||
: ["chrome://dactyl/*", "dactyl:*", "file://*"].concat(
|
||||
: ["resource://dactyl*", "dactyl:*", "file://*"].concat(
|
||||
highlight.styleableChrome));
|
||||
|
||||
Highlight.defaultValue("style", function ()
|
||||
|
||||
Reference in New Issue
Block a user