License under GPL-3.0-or-higher

This commit is contained in:
Oliver Smith 2020-08-06 16:39:33 +02:00
parent 87d4ae0ca3
commit 34c8b53622
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
10 changed files with 700 additions and 0 deletions

View file

@ -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">

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -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');

View file

@ -1,3 +1,6 @@
/* Copyright 2020 Oliver Smith
SPDX-License-Identifier: GPL-3.0-or-later */
.subviewbutton,
.toolbaritem-combined-buttons {
font-size: 8pt;

View file

@ -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;

View file

@ -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;