diff --git a/src/pages/Content/modules/leetcode-dom/leetcode-dom.ts b/src/pages/Content/modules/leetcode-dom/leetcode-dom.ts index 680701d..9723713 100644 --- a/src/pages/Content/modules/leetcode-dom/leetcode-dom.ts +++ b/src/pages/Content/modules/leetcode-dom/leetcode-dom.ts @@ -69,7 +69,7 @@ export class LeetCodeDOM { getQuestion(): string { return this.getTextContent( - 'div[data-track-load="qd_description_content"]' + 'div[data-track-load="description_content"]' )?.split('Example 1')[0]; }