A Custom Style For The Default SearXNG Background That Lets You Add A Custom Gif
SearXNG Background by Big-Bain

Details
AuthorBig-Bain
LicenseNo License
Categoryany SearXNG URL (main website)
Created
Updated
Code size509 B
Code checksumf5c2297a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Requires Custom New Tab URL Extension, As Well As The Stylus Extension
also to have searxng lmao
Source code
/* ==UserStyle==
@name 10.0.0.30 - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("SearXNG New Tab URL") {
body {
background: url("https://i.gifer.com/Aq.gif") no-repeat center center fixed;
background-size: cover;
}
/* Hide the SearXNG title */
.title {
display: none;
}
/* Hide the footer */
footer {
display: none;
}
}