update firefox extension

This commit is contained in:
Yan Lin 2026-02-09 18:49:31 +01:00
parent 40b8266d26
commit 1bac89624a
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,10 @@ args:
zotero-connector = if buildFirefoxXpiAddon != null then
buildFirefoxXpiAddon {
pname = "zotero-connector";
version = "5.0.193";
version = "5.0.195";
addonId = "zotero@chnm.gmu.edu";
url = "https://download.zotero.org/connector/firefox/release/Zotero_Connector-5.0.193.xpi";
sha256 = "jQLtVkFeRDZ8IiVGRKFcJ5b6AncXHnLuM5TS8vaAiQY=";
url = "https://download.zotero.org/connector/firefox/release/Zotero_Connector-5.0.195.xpi";
sha256 = "gTfwxRyzJ3e92+bvvt52eXUE2mhRhPybq1gqKAdtwcg=";
meta = {};
}
else null;

View file

@ -15,7 +15,7 @@
"scrollStepSize": 60,
"smoothScroll": true,
"grabBackFocus": false,
"searchEngines": "ddg: https://duckduckgo.com/?q=%s\nnix: https://search.nixos.org/packages?channel=unstable&query=%s\ng: https://www.google.com/search?q=%s",
"searchEngines": "d: https://duckduckgo.com/?q=%s\ng: https://www.google.com/search?q=%s\ngh: https://github.com/search?q=%s\nmaps: https://www.google.com/maps/search/%s\nnix: https://search.nixos.org/packages?channel=unstable&query=%s\nytb: https://www.youtube.com/results?search_query=%s\nscholar: https://scholar.google.com/scholar?q=%s\ndblp: https://dblp.org/search?q=%s",
"searchUrl": "https://duckduckgo.com/?q=",
"userDefinedLinkHintCss": "div > .vimiumHintMarker {\n padding: 2px 3px;\n background-color: #fabd2f;\n color: #282828;\n font-weight: bold;\n font-size: 12px;\n font-family: monospace;\n border: 1px solid #282828;\n}\n\ndiv > .vimiumHintMarker span {\n color: #282828;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n color: #fb4934;\n}"
}