mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Support modified third-party cookie behavior. Closes issue #60.
This commit is contained in:
@@ -1572,7 +1572,7 @@ var Buffer = Module("Buffer", {
|
||||
_("buffer.save.altText")]);
|
||||
|
||||
if (!isinstance(node, Ci.nsIDOMDocument) && node.textContent)
|
||||
names.push([node.textContent,
|
||||
names.push([node.textContent.trim(),
|
||||
_("buffer.save.linkText")]);
|
||||
|
||||
names.push([decodeURIComponent(url.replace(/.*?([^\/]*)\/*$/, "$1")),
|
||||
|
||||
Reference in New Issue
Block a user