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 b4d61bc commit a732d0bCopy full SHA for a732d0b
extension/popup.js
@@ -15,8 +15,8 @@ document.getElementById("getHelp").addEventListener("click", async () => {
15
"Content-Type": "application/json"
16
},
17
body: JSON.stringify({
18
- title: "Two Sum - LeetCode",
19
- url: "https://leetcode.com/problems/two-sum"
+ title: title,
+ url: url
20
})
21
22
.then(response => response.json())
0 commit comments