When I'm reading a Novel, sometimes a find a word or expression I don't know. So I right click and translated with a plugging or select copy and paste to google translate or google image.
I'm using firefox. I can't select text inside the Novels.

btw I don't want to write manualy all the text, that make me loose focus on Novel.

    MinxMean I don't know if it about copyright. Because, if I use read mode on the browser, then I can get only the text and there I can select text.
    So, problem "will be solved", but then I loose comments and consecutive chapter reading. I have to open every chapter from table of content, then turn on read mode. And there are already several simpler webs where to read novel without all that hassle
    I think they lock text selection in orden to avoid unwanted selection when you scroll with a touchscreen.
    It would be nice if there where an option to enable-disable that lock.

      7 days later

      UPDATED: Just install the "Absolute Enable Right Click & Copy" plugins for Chrome of Firefox.. And enable it..

      I'm sure they disable this function for piracy protection... But it's useless..

      Anyways, I'm also like you looking for some words that I don't know the meaning , So what I did is I made my own mini script to enable back the select text function ..

      Download Temper Monkey for your browser /
      then paste this code

      // ==UserScript==
      // @Name Webnovel Selector
      // @version 0.1
      // @description Enable Selecting text in Webnovel
      // @author chadodesu
      // @Match ://.webnovel.com/*
      // @grant none
      // ==/UserScript==

      (function() {
      'use strict';

      document.querySelector(".no-select").style.userSelect = "auto";

      })();

      then save that.. now everything will work again.

      alernatetext

        Write a Reply...
        Web Novel Novel Ask