Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme: Remove Search One Offs #790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions themes/bfacb781-088a-405b-89dd-2b587bf9b425/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

.search-one-offs {
display: none !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions themes/bfacb781-088a-405b-89dd-2b587bf9b425/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Remove Search One Offs

Zen Browser plugin to clean up your search suggestions by removing the footer suggesting other search engines.

This is the footer:
<br>
<img width="824" alt="Image showing the footer for reference." src="https://github.com/user-attachments/assets/862de83b-7043-4670-a097-4a367d72f60a">
14 changes: 14 additions & 0 deletions themes/bfacb781-088a-405b-89dd-2b587bf9b425/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "bfacb781-088a-405b-89dd-2b587bf9b425",
"name": "Remove Search One Offs",
"description": "Clean up your search suggestions by removing the footer suggesting other search engines",
"homepage": "https://github.com/georg-stone/remove-search-one-offs",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfacb781-088a-405b-89dd-2b587bf9b425/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfacb781-088a-405b-89dd-2b587bf9b425/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfacb781-088a-405b-89dd-2b587bf9b425/image.png",
"author": "georg-stone",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-11-16",
"updatedAt": "2024-11-16"
}
Loading