WebNovel Traductor

Traduce WebNovel.com

  1. // ==UserScript==
  2. // @name WebNovel Traductor
  3. // @version 1
  4. // @namespace zack0zack
  5. // @description Traduce WebNovel.com
  6. // @include https://www.webnovel.com/book/*/*
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10.  
  11. //redireccionar pagina
  12. location.href = 'https://translate.google.com/translate?depth=3&hl=es&prev=search&rurl=translate.google.com&sl=en&sp=nmt4&u=' + location.href;