You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Hides the "Copy URL" button next to the URL bar */#zen-copy-url-button {
display: none !important;
}
Readme
# 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.
## 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)).
Name
No Copy URL
Description
Hides the Copy URL button from the URL bar.
Homepage
https://github.com/Alucxrd1/no-copy-url
Image
https://raw.githubusercontent.com/Alucxrd1/no-copy-url/main/preview.png
Type
Theme Styles
Readme
Preferences