mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 04:55:54 +00:00
License under GPL-3.0-or-higher
This commit is contained in:
parent
87d4ae0ca3
commit
34c8b53622
10 changed files with 700 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
<!-- Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later -->
|
||||
|
||||
<p class="text">
|
||||
This is the desktop version of Firefox, but with a
|
||||
<a href="https://postmarketos.org/firefox-cfg">
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<!-- Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later -->
|
||||
|
||||
<p class="distro-links">
|
||||
<a href="https://postmarketos.org/blog">blog</a> -
|
||||
<a href="https://wiki.postmarketos.org/">wiki</a>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<!doctype html>
|
||||
<!-- Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to Firefox on @DISTRO@</title>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Copyright 2020 Oliver Smith
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Create chrome/userChrome.css symlink in a firefox profile dir
|
||||
# $1: path to profile dir, e.g. "/home/user/.mozilla/firefox/asdf.default"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2020 Oliver Smith, Martijn Braam
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
// Select a mobile user agent for firefox (same as tor browser on android)
|
||||
pref('general.useragent.override', 'Mozilla/5.0 (Android 6.0; Mobile; rv:68.0) Gecko/20100101 Firefox/68.0');
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
.subviewbutton,
|
||||
.toolbaritem-combined-buttons {
|
||||
font-size: 8pt;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
/* Reduce minimum window width */
|
||||
:root {
|
||||
min-width: 300px !important;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
/* Reduce minimum window width */
|
||||
#urlbar-container {
|
||||
min-width: 150px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue