Enable and Disable Text Selection using JavaScript

To enable page selecting if the page disabled it via JavaScript, enter the following on the JavaScript command line:

document.onselectstart = true;
View this page on GitHub.
Posted .

Comments

Leave a Reply