Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 October 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
1,355

I am posting this article as per the one of my user request. It is easy to disable right click in a website using javascript.

Code to disable:

oncontextmenu=”alert(‘right click is disable’);return false;”
now you may have doubt about placing this javascript code. This code should be in body as one of the attribute.

I think you can understand better if i give example.

<body oncontextmenu=”alert(‘right click is disable’);return false;”
>
i think now you understand.

see , this will disabled only for usual internet users. You can not protect it from hackers. We can disable javascript simply using webtool bar add on
 
Top Bottom