We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52f19a commit d3c5ff6Copy full SHA for d3c5ff6
scripts/removeWebLimit.js
@@ -21,6 +21,12 @@ export default {
21
},
22
infoLink: "https://greasyfork.org/scripts/14146",
23
24
+ onEnable: () => {
25
+ alert(`+Có thể ảnh hưởng tới chức năng của 1 vài trang web.
26
++ Chỉ mở khi cần sử dụng (copy, chuột phải).
27
++ Tắt ngay khi sử dụng xong.`);
28
+ },
29
+
30
onDocumentStart: () => {
31
// @description:zh 通杀大部分网站,可以解除禁止复制、剪切、选择文本、右键菜单的限制。
32
// @description:zh-CN 通杀大部分网站,可以解除禁止复制、剪切、选择文本、右键菜单的限制。
0 commit comments