Skip to content

Commit 89a6504

Browse files
committed
fix: select updated styling for new 'leetcode.com/problems/*/'
1 parent cb6ee67 commit 89a6504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const update = async () => {
7373
// new leetcode.com/problems/*/
7474
title = document.querySelector("div > span.text-lg.text-label-1.font-medium");
7575
difficulty = document.querySelector(
76-
"div > div.text-xs.font-medium.capitalize"
76+
"div > div.text-sm.font-medium.capitalize"
7777
);
7878
replace(ratings, title, difficulty, showNA);
7979

0 commit comments

Comments
 (0)