For some reasons, some websites will disable the right click of users. And for some reasons, you want to re-enable right click on such website.
This is not difficult, especially if you are reading my blog :P
Type this Javascript in you browser address bar and press Enter. Done.
javascript:void(document.oncontextmenu=null)You may want to keep this as something like bookmarklet. Drag and drop this link to your bookmark toolbar: Enable Right Click [Developer's Philosophy]
No comments:
Post a Comment