old comment removed
This commit is contained in:
parent
798e683674
commit
59f0dcdc13
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ switch (message.command) {
|
||||||
return Promise.resolve(window.document.body.innerHTML);
|
return Promise.resolve(window.document.body.innerHTML);
|
||||||
|
|
||||||
case "getOnlyTypedText": {
|
case "getOnlyTypedText": {
|
||||||
// TODO: add support for moz-cite-prefix
|
|
||||||
let t = '';
|
let t = '';
|
||||||
const children = window.document.body.childNodes;
|
const children = window.document.body.childNodes;
|
||||||
for (const node of children) {
|
for (const node of children) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue