mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 17:35:46 +01:00
Add 'yankshort' option.
This commit is contained in:
@@ -1431,7 +1431,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
setter: function (value) {
|
||||
let win = document.documentElement;
|
||||
function updateTitle(old, current) {
|
||||
document.title = document.title.replace(RegExp("(.*)" + util.regexp.escape(old)), "$1" + current);
|
||||
if (config.browser.updateTitlebar)
|
||||
config.browser.updateTitlebar();
|
||||
else
|
||||
document.title = document.title.replace(RegExp("(.*)" + util.regexp.escape(old)), "$1" + current);
|
||||
}
|
||||
|
||||
if (services.has("privateBrowsing")) {
|
||||
|
||||
Reference in New Issue
Block a user