diff --git a/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/chrome.css b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/chrome.css new file mode 100644 index 000000000..c28a38e3a --- /dev/null +++ b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/chrome.css @@ -0,0 +1,5 @@ + +/* Hides the "Copy URL" button next to the URL bar */ +#zen-copy-url-button { + display: none !important; +} diff --git a/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/image.png b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/image.png new file mode 100644 index 000000000..4d1357279 Binary files /dev/null and b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/image.png differ diff --git a/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/readme.md b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/readme.md new file mode 100644 index 000000000..e3214df29 --- /dev/null +++ b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/readme.md @@ -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)). diff --git a/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/theme.json b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/theme.json new file mode 100644 index 000000000..5a0757c71 --- /dev/null +++ b/themes/e71a651e-9aa2-411d-9516-9b6856d3c1b7/theme.json @@ -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" +} \ No newline at end of file