소스 검색

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

Loading…
취소
저장