├── .SRCINFO ├── PKGBUILD ├── README.md ├── add-restart.diff ├── allow-removing-menu-button.diff ├── disable-discoverystream.diff ├── disable-pocket-addon.diff ├── disable-topsite-sponsors.diff ├── firefox-symbolic.svg ├── firefox.desktop ├── identity-icons-brand.svg └── userChrome.css /.SRCINFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/.SRCINFO -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/README.md -------------------------------------------------------------------------------- /add-restart.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/add-restart.diff -------------------------------------------------------------------------------- /allow-removing-menu-button.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/allow-removing-menu-button.diff -------------------------------------------------------------------------------- /disable-discoverystream.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/disable-discoverystream.diff -------------------------------------------------------------------------------- /disable-pocket-addon.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/disable-pocket-addon.diff -------------------------------------------------------------------------------- /disable-topsite-sponsors.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/disable-topsite-sponsors.diff -------------------------------------------------------------------------------- /firefox-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/firefox-symbolic.svg -------------------------------------------------------------------------------- /firefox.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/firefox.desktop -------------------------------------------------------------------------------- /identity-icons-brand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/identity-icons-brand.svg -------------------------------------------------------------------------------- /userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afontenot/firefox-clean/HEAD/userChrome.css --------------------------------------------------------------------------------