Die neue Version 4.6 ist veröffentlicht. Jetzt kann die Tab-Leiste unterhalb des Browserinhalts platziert werden (obwohl ich mich frage, wie viele Leute dieses Feature wirklich brauchen).
By the way, some texts in the script appear in the UI. You’re welcome to provide a localization if you’d like the texts to be displayed in your language for better consistency.
Code
{
message: `${SCRIPT_NAME} (${SCRIPT_FILE_NAME}) version ${remote} is released.`,
update: "Update Now",
updateKey: "N",
download: "Update Manually",
downloadKey: "M",
changelog: "Changelog",
changelogKey: "C",
finished: "Done",
finishedKey: "D",
later: "Remind Tomorrow",
laterKey: "R",
done: `${SCRIPT_NAME} has been updated to version ${remote}. You may restart Firefox to apply.`,
error: `Failed to apply the update of version ${remote}. Please ensure the file is not read-only or locked by another program:`,
csp: `The preference "${csp}" is locked to "false" by the script loader. Please modify or remove the corresponding restriction, or use another script loader.`,
}
Alles anzeigen