Skip to content

Commit d59fa08

Browse files
committed
rm old builds, update readme with firefox and edge downloads, left align setting buttons"
1 parent 53d402c commit d59fa08

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
![Rating](https://img.shields.io/chrome-web-store/rating/cofoinjfjcpgcjiinjhcpomcjoalijbe)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

7-
[![Badge](src/assets/images/badge.png)](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe)
8-
97
A free, open source browser extension that adds video solutions, company tags, and GPT code analysis into each Leetcode problem
108

11-
### 4 🔥 Features
9+
[<img src="https://user-images.githubusercontent.com/3750161/214147732-c75e96a4-48a4-4b64-b407-c2402e899a75.PNG" height="40" alt="Chrome">](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe)
10+
[<img src="https://user-images.githubusercontent.com/3750161/214148610-acdef778-753e-470e-8765-6cc97bca85ed.png" height="40" alt="Firefox">](https://addons.mozilla.org/en-US/firefox/addon/leetcode-explained/)
11+
[<img src="https://user-images.githubusercontent.com/3750161/233201810-d1026855-0482-44c8-b1ec-c7247134473e.png" height="40" alt="Chrome">](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe)
12+
### Features
1213

13-
1️⃣ Adds the top 5 youtube solution videos into each problems [Solutions tab](https://leetcode.com/problems/two-sum/solutions)
14+
1️⃣ Adds the top 5 youtube solution videos into each problems [solutions tab](https://leetcode.com/problems/two-sum/solutions)
1415

15-
2️⃣ Adds the top 5 companies that ask each problem into each problems [Descriptions tab](https://leetcode.com/problems/two-sum/description)
16+
2️⃣ Adds the top 5 companies that ask each problem into each problems [description tab](https://leetcode.com/problems/two-sum/description)
1617

1718
3️⃣ Reads your code and tells you the time and space complexity
1819

19-
4️⃣ Reads your code, fixes any bugs, and returns the corrected solution
20+
4️⃣ Generates the optimized code for the given problem
2021

2122
Features 3️⃣ and 4️⃣ require login to chat.openai.com (ChatGPT) in your browser.
2223

build/leetcode-explained-2.0.2.zip

-658 KB
Binary file not shown.

build/leetcode-explained-2.0.3.zip

-685 KB
Binary file not shown.
File renamed without changes.

src/popup/popup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ function processCode(
116116
disableAllButtons(true);
117117
clearResponse();
118118

119+
120+
119121
const problemTitle = infoMessage && infoMessage.textContent;
120122

121123
let prompt = '';

src/popup/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="title">Settings</h2>
3232
<span id="show-difficulty-icon"> </span> Show Difficulty
3333
</button>
3434
<button id="show-rating-btn" class="material-button settings-btn">
35-
<span id="show-rating-icon"> </span> Show Elo Rating
35+
<span id="show-rating-icon"> </span> Show Rating
3636
</button>
3737
</body>
3838

0 commit comments

Comments
 (0)