浏览代码

Hide extra copy link

main
Ashton Charbonneau 10 个月前
父节点
当前提交
4d781e75bc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      chrome/userChrome.css

+ 5
- 0
chrome/userChrome.css 查看文件

@@ -84,3 +84,8 @@
84 84
 	margin-inline-end: inherit !important;
85 85
 	transition: margin-inline-end 0.1s linear 0.2s;
86 86
 }
87
+
88
+/* Hide "Copy Link Without Site Tracking" */
89
+#contentAreaContextMenu #context-stripOnShareLink {
90
+	display: none;
91
+}

正在加载...
取消
保存