Skip to content

SearXNG Background by Big-Bain

Screenshot of SearXNG Background

Details

AuthorBig-Bain

LicenseNo License

Categoryany SearXNG URL (main website)

Created

Updated

Size509 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A Custom Style For The Default SearXNG Background That Lets You Add A Custom Gif

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

Reviews

No reviews yet.