Skip to content

Commit 79c7ca9

Browse files
committed
[v1.0.5] Required Updation
1 parent 75d9405 commit 79c7ca9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+498
-18
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,43 @@ Install this extension/add-on and boost your prep. Wishing you all the very best
3030

3131
### **1. Chrome WebStore**
3232

33-
- ## Install the extension from Chrome Web Store - https://chrome.google.com/webstore/detail/leetcode-which-company/fmbicfmfmangckllfaomfkhdankgapfk
33+
- ## Available in Chrome Web Store - <a href = "https://chrome.google.com/webstore/detail/leetcode-which-company/fmbicfmfmangckllfaomfkhdankgapfk" target="_blank">![chrome webstore](/static/chrome-webstore.png)</a>
3434
----
3535
<br><br>
3636

3737
### **2. Firefox AddOn Store**
3838

39-
- ## Install the add-on from firefox add-on store - https://addons.mozilla.org/en-US/firefox/addon/leetcode-for-company/
39+
- ## Available in firefox add-on store - <a href = "https://addons.mozilla.org/en-US/firefox/addon/leetcode-for-company/" target="_blank">![firefox add on store](/static/firefox-add-on-store.PNG)</a>
4040
---
4141
<br><br>
4242

43-
### **3. MS Edge Store**
43+
### **3. MS Edge Add On Store**
4444

45-
- ## Install the extension from - https://microsoftedge.microsoft.com/addons/detail/leetcode-which-company/aknogcjbpnfdmmnlphmkpcldbepblapf
45+
- ## Available in MS Edge Add On Store - <a href = "https://microsoftedge.microsoft.com/addons/detail/leetcode-which-company/aknogcjbpnfdmmnlphmkpcldbepblapf" target="_blank">![Edge Add On Store](/static/ms-edge-store.PNG)</a>
4646

4747
---
4848
### **4. How to check which company asked a Problem ?**
4949
When solving a problem if you click on the ![icon](chrome/res/32.png) from the *extensions* / *add ons* list -
5050

51-
a. If the extension is able find the `Company Names` for the leetcode problem on the current window then it will show as follows -
52-
![found](chrome/res/showing_value_ui.png)
51+
- If the extension is able find the `Company Names` for the leetcode problem on the current window then it will show as follows -
52+
![found](/static/webfile/info_shows.PNG)
5353

54-
**💥 NEW FEATURE 💥**
54+
- **💥 NEW FEATURE 💥**
5555

56-
- Once you click on the **[Complete List]** button it will open up a page where you can see all the problems available in our storage with company names are listed as follows - <img src = "chrome/res/complete_list.png">
56+
- Once you click on the **[All Company]** button it will open up a page where you can see all the problems available in our storage with company names are listed as follows - ![all company](/static/webfile/complete_list.png)
5757

5858

59-
b. If the extension is not able to find the `Company Names` for the leetcode problem on the current window or if the current window is not a leetcode problem then it will show a **Problem Not Found** message.
59+
- If the extension is not able to find the `Company Names` for the leetcode problem on the current window or if the current window is not a leetcode problem then it will show a **Company information not found** message.
6060

6161

62-
c. If the extension is clicked on a `non-leetcode` site then it will show a **Not a LeetCode Site** message.
62+
- If the extension is clicked on a `non-leetcode` site then it will show a **Not a LeetCode site** message.
6363

6464

65+
-----
66+
# Feedback
67+
- Let me know how can I improve this extension. Give your <a href='https://forms.gle/cAW1jxYxUTwgUmMd9' target="_blank">![feedback](/static/feedback-button-file.png)</a>.
68+
69+
- If you find this work impactful for you and if you are interested enough, <a href="https://www.buymeacoffee.com/ssavi" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> then.
6570
-----
6671
<br><br>
6772

@@ -70,8 +75,6 @@ I appreciate your intentions for making contribution in this repository.
7075

7176
This extension is a small effort for all the LeetCode **non-premium** users who wants to have the company informations while solving a leetcode problem.
7277

73-
~~I would request someone having **Chrome Developer** account contact *[email protected]* to publish this extension on chrome web store.~~
74-
7578
Currently we are accepting only the `Company Contributions` to enrich the company database. To contribute please follow the instructions of this issue [[CONTRIBUTE] Dear Contributors, Requesting Your Attention Regarding Company Contribution](https://github.com/ssavi-ict/LC-Which-Company/issues/4).
7679

7780

chrome/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</style>
4545
</head>
4646
<body>
47-
<div id = "main-content" class="newdiv" style="width: 400px; min-height: 250px; border: 1px solid; border-image: linear-gradient(to right, red,green, blue);border-image-slice: 1;">
47+
<div id = "main-content" class="newdiv" style="width: 400px; min-height: 250px; border: 1px solid; border-image: linear-gradient(to right, red,green, blue);border-image-slice: 1; font-size: small;">
4848

4949
</div>
5050
<div class="footer_content" id="footer_content_1">

chrome/popup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ async function leetcode_company(){
5757
else{
5858
let text = "<center><p>";
5959
text += "<p style='display: inline-block; border-radius: 2px; margin-bottom:5px; font-size:14px;'>&nbsp;<b>";
60-
text += "This problem is either not asked by any Company.<br><br>OR<br><br>The company information not yet updated.<br>Please bear with us.<br>We will update the information soon.<br><br>";
61-
text += "However, you can contribute if you have any information.<br>Click below button to Contribute.&nbsp; </b></p>&nbsp;";
60+
text += "Could not locate any Company information for this problem.<br><br>We are looking into collecting company information.<br>We will update soon once we have it.<br><br>";
6261
text += "</p></center>";
6362
document.getElementById("main-content").innerHTML = text;
6463
}

chrome/res/128.png

13.1 KB
Loading

chrome/res/16.png

1.42 KB
Loading

chrome/res/19.png

2.1 KB
Loading

chrome/res/404.gif

-324 KB
Binary file not shown.

chrome/res/48.png

4.61 KB
Loading

chrome/res/leetcode.gif

-415 KB
Binary file not shown.

chrome/res/showing_non_lc_ui.png

-210 KB
Binary file not shown.

0 commit comments

Comments
 (0)