summaryrefslogtreecommitdiff
path: root/src/web/lang/common.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-24 17:03:39 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-24 22:07:39 +0000
commit85221a133ee2d9b826ea06a3230024ee05395f37 (patch)
tree3b861cf0de49701c29485967ee6217472e2c1976 /src/web/lang/common.php
parentfix redudant title text, make 'here' links more descriptive (diff)
downloadwebsite-85221a133ee2d9b826ea06a3230024ee05395f37.tar.gz
website-85221a133ee2d9b826ea06a3230024ee05395f37.tar.bz2
website-85221a133ee2d9b826ea06a3230024ee05395f37.zip
add ublock detector (in a good way)
Diffstat (limited to '')
-rw-r--r--src/web/lang/common.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php
index 4116465..16e0f74 100644
--- a/src/web/lang/common.php
+++ b/src/web/lang/common.php
@@ -38,7 +38,7 @@ $lang['license_pre'] = 'This site is licensed under the';
$lang['copyright'] = 'Copyright (c)';
# footer_text
-$lang ['footer_text'] = [
+$lang['footer_text'] = [
"Always look on the bright side of life",
"🐝 powder",
"Submit to john",
@@ -58,3 +58,7 @@ $lang ['footer_text'] = [
"Help im stuck inside footer text!",
"abort: no x11 display server found",
];
+
+$lang['adblock_notice'] = "You aren't using an adblocker! Install
+ <a href='https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh'>uBlock Origin Lite (Chrome)</a> or
+ <a href='<C-2-LeftMouse>'>uBlock Origin (Firefox)</a>.";