Skip to main content
The 2024 Developer Survey results are live! See the results
added 91 characters in body
Source Link
agcala
  • 143
  • 4

Just create the following css style:

html, body {
    user-select: text;
}

If you use Chrome, thereThere is an extension called Stylish which allows you to install that (or any other) css code in any website of your choice. Just type in the above css code and tell which website[s] you want it to be applied to and you are good to go. Firefox maybe have a similar extensionThis extension works on Chrome, Baidu, Firefox and Opera. If you happen to be on IE then you are out of luck. But you already know that don't you.

Just create the following css style:

html, body {
    user-select: text;
}

If you use Chrome, there is an extension called Stylish which allows you to install that (or any other) css code in any website of your choice. Just type in the above css code and tell which website[s] you want it to be applied to and you are good to go. Firefox maybe have a similar extension.

Just create the following css style:

html, body {
    user-select: text;
}

There is an extension called Stylish which allows you to install that (or any other) css code in any website of your choice. Just type in the above css code and tell which website[s] you want it to be applied to and you are good to go. This extension works on Chrome, Baidu, Firefox and Opera. If you happen to be on IE then you are out of luck. But you already know that don't you.

Source Link
agcala
  • 143
  • 4

Just create the following css style:

html, body {
    user-select: text;
}

If you use Chrome, there is an extension called Stylish which allows you to install that (or any other) css code in any website of your choice. Just type in the above css code and tell which website[s] you want it to be applied to and you are good to go. Firefox maybe have a similar extension.