ソースを参照

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
+}

読み込み中…
キャンセル
保存