]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userscripts/extension_loader.js
dwb: add simplyread
[dotfiles.git] / dwb / userscripts / extension_loader.js
index bd8e413d40e820b5469fe93ba18a98e57d6452fe..4cbc2f9aa1079a6500be46909c31ef2483af65eb 100644 (file)
@@ -122,3 +122,21 @@ uris : {
 //>perdomainsettings___CONFIG
 });
 //>perdomainsettings___SCRIPT
+//<simplyread___SCRIPT
+extensions.load("simplyread", {
+//<simplyread___CONFIG
+// Shortcut to toggle simplyread
+shortcut : "SR", 
+
+// Command to toggle simplyread
+command : "simplyread",
+
+// Whether to use a stylesheet
+nostyle : false, 
+
+// Whether to show links
+nolinks : false 
+
+//>simplyread___CONFIG
+});
+//>simplyread___SCRIPT