MyNixOS website logo
option

programs.qutebrowser.greasemonkey

Greasemonkey userscripts to add to qutebrowser's greasemonkey directory.

Declarations
Type
list of package
Default
[ ]
Example
[
  (pkgs.fetchurl {
    url = "https://raw.githubusercontent.com/afreakk/greasemonkeyscripts/1d1be041a65c251692ee082eda64d2637edf6444/youtube_sponsorblock.js";
    sha256 = "sha256-e3QgDPa3AOpPyzwvVjPQyEsSUC9goisjBUDMxLwg8ZE=";
  })
  (pkgs.writeText "some-script.js" ''
    // ==UserScript==
    // @name  Some Greasemonkey script
    // ==/UserScript==
  '')
]