From 85221a133ee2d9b826ea06a3230024ee05395f37 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Feb 2026 17:03:39 -0500 Subject: add ublock detector (in a good way) --- src/web/lang/common.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/web/lang/common.php') 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 + uBlock Origin Lite (Chrome) or + uBlock Origin (Firefox)."; -- cgit v1.2.3-freya