programs.qutebrowser.greasemonkey
Home-Manager option
Greasemonkey userscripts to add to qutebrowser’s greasemonkey directory.
type: list of packageDefault
[ ]
Example
declared in: <home-manager/modules/programs/qutebrowser.nix>source unavailable[ (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== '') ]