diff --git a/ext/js/data/anki-note-builder.js b/ext/js/data/anki-note-builder.js index 4c8613672..11f6ea041 100644 --- a/ext/js/data/anki-note-builder.js +++ b/ext/js/data/anki-note-builder.js @@ -88,7 +88,7 @@ export class AnkiNoteBuilder { context.url = ''; } } catch (e) { - allErrors.push(new ExtensionError('Failed to parse URL')); + // Ignore } const commonData = this._createData(dictionaryEntry, mode, context, resultOutputMode, glossaryLayoutMode, compactTags, media, dictionaryStylesMap);