We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe31dc commit b0c0bf8Copy full SHA for b0c0bf8
src/pages/Content/modules/leetcode-dom/leetcode-dom.ts
@@ -69,7 +69,7 @@ export class LeetCodeDOM {
69
70
getQuestion(): string {
71
return this.getTextContent(
72
- 'div[data-track-load="qd_description_content"]'
+ 'div[data-track-load="description_content"]'
73
)?.split('Example 1')[0];
74
}
75
0 commit comments