Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 10ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
s

software

Recently created Least recently created Recently updated Least recently updated

airikr / user.js

Last active 3 months ago firefox privacy software

This is my user.js file for Firefox.

0 0 1
1 /* Inspirated by https://github.com/arkenfox/user.js & https://github.com/pyllyukko/user.js */
2
3 user_pref('browser.aboutConfig.showWarning', false);
4 user_pref('browser.display.use_document_fonts', 1);
5 user_pref('browser.search.countryCode', 'SE');
6 user_pref('browser.search.region', 'SE');
7 user_pref('browser.search.geoip.url', '');
8
9 user_pref('extensions.update.enabled', true);
10 user_pref('extensions.pocket.enabled', false);