Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
test-sj-crm/psy_vk
DMTuit
/
psy_vk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b9c3a7c
psy_vk
/
js
/
anti_copy.js
DmitrMakeev
Update js/anti_copy.js
2b47ca6
verified
4 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
document
.
addEventListener
(
'contextmenu'
,
function
(
event
) {
event.
preventDefault
();
});
document
.
addEventListener
(
'copy'
,
function
(
event
) {
event.
preventDefault
();
});