Skip to content

Instantly share code, notes, and snippets.

@FernandoBasso
Last active September 19, 2019 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoBasso/2d1d92c6a8d2074963730101bfe26f55 to your computer and use it in GitHub Desktop.
Save FernandoBasso/2d1d92c6a8d2074963730101bfe26f55 to your computer and use it in GitHub Desktop.
Firefox Code Injector Settings Export
[{"enabled":true,"onLoad":true,"selector":"orgmode\\.org","code":{"js":"// Type your JavaScript code here.\n\n","css":"/* Type your CSS code here. */\n\nbody {\n max-width: 1024px;\n border: 1px #a09a98 dashed;\n padding: 12px;\n font-family: Ubuntu;\n}\n\npre, code, samp, tt {\n font-family: 'Source Code Pro';\n font-weight: 300;\n}\n","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"https://www.gnu.org/software/coreutils/manual/coreutils.html","code":{"js":"// Type your JavaScript code here.\n\n","css":"/* Type your CSS code here. */\n\nbody {\n max-width: 1024px;\n}","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"https://www.gnu.org/software/bash","code":{"js":"// Type your JavaScript code here.\n\n","css":"/* Type your CSS code here. */\n\nbody {\n max-width: 1024px;\n}\n\n.example pre {\n font-family: 'Source Code Pro';\n}","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"www\\.emacswiki\\.org","code":{"js":"// Type your JavaScript code here.\n\n","css":"/* Type your CSS code here. */\n\nbody {\n max-width: 1024px;\n}\n\npre, code, samp {\n font-family: 'Source Code Pro';\n font-weight: 300;\n}","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"ruby-doc\\.org","code":{"js":"// Type your JavaScript code here.\n\n","css":"/* Type your CSS code here. */\n\n#documentation .section {\n font-size: 100%;\n}\n\nbody {\n font-family: Ubuntu;\n color: #333;\n}\n\npre,\ncode {\n font-family: 'Source Code Pro';\n font-weight: 300;\n font-size: 15px;\n}\n\n.class #documentation,\n.file #documentation,\n.module #documentation {\n max-width: 1024px;\n}\n\np code {\n font-weight: 400;\n border: 1px solid #aaa;\n padding: 0 4px;\n border-radius: 3px;\n}","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"www\\.gnu\\.org","code":{"js":"// Type your JavaScript code here.\n\n","css":"body {\n max-width: 960px;\n}","html":"<!-- Type your HTML code here. -->\n\n","files":[]}},{"enabled":true,"onLoad":true,"selector":"wiki\\.archlinux\\.org","code":{"js":"","css":"#content {\n max-width: 960px;\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"mywiki\\.wooledge\\.org","code":{"js":"","css":"body {\n max-width: 1024px;\n margin: 0 auto;\n}\n\npre {\n font-family: 'Source Code Pro', 'Source Code Variable', courier, monospace;\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"webchat\\.freenode\\.net","code":{"js":"","css":".kiwi-wrap {\n max-width: 1280px;\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"pubs\\.opengroup\\.org/onlinepubs/9699919799/","code":{"js":"","css":"body {\n font-size: 12pt;\n max-width: 900px;\n padding-left: 10px;\n}\nli {\n font-size: 12pt;\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"neomutt\\.org/","code":{"js":"","css":"body {\n font-size: 18px;\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"en\\.wikipedia\\.org","code":{"js":"","css":"body {\n max-width: 1024px\n}","html":"","files":[]}},{"enabled":true,"onLoad":true,"selector":"lists\\.gnu\\.org","code":{"js":"","css":"body {\n max-width: 960px;\n}\n\npre {\n font-family: 'Source Code Pro', 'Ubuntu Mono', monospace;\n}","html":"","files":[]}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment