mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
only complete :pagestyle with style sheets of media type "all" or "screen"
This commit is contained in:
@@ -456,6 +456,12 @@ liberator.Buffer = function () //{{{
|
||||
"Select the author style sheet to apply",
|
||||
function (args)
|
||||
{
|
||||
if (!args)
|
||||
{
|
||||
liberator.echoerr("E471: Argument required");
|
||||
return;
|
||||
}
|
||||
|
||||
if (liberator.options["usermode"])
|
||||
liberator.options["usermode"] = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user