Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.
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
5 changes: 5 additions & 0 deletions themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/* Hides the "Copy URL" button next to the URL bar */
#zen-copy-url-button {
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.
16 changes: 16 additions & 0 deletions themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# No Copy URL

A tiny Zen Browser mod that hides the "Copy URL" button from the URL bar.

## Why?

The button is largely redundant. Zen already has hotkeys for
copy URL and Markdown-formatted copying. Beyond that, it adds
clutter to the URL bar and increases the chance of misclicks.

![Preview](https://raw.githubusercontent.com/Alucxrd1/no-copy-url/main/preview.png)

## Installation
Copy the contents of `userChrome.css` into your own `userChrome.css`
(see Zen's [live editing guide](https://docs.zen-browser.app/guides/live-editing)).
14 changes: 14 additions & 0 deletions themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "e71a651e-9aa2-411d-9516-9b6856d3c1b7",
"name": "No Copy URL",
"description": "Hides the Copy URL button from the URL bar.",
"homepage": "https://github.com/Alucxrd1/no-copy-url",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/image.png",
"author": "Alucxrd1",
"version": "1.0.0",
"tags": [],
"createdAt": "2026-07-22",
"updatedAt": "2026-07-22"
}
Loading