Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Year's push #172

Merged
merged 55 commits into from
Dec 31, 2021
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e3f427e
ignoring n_m
QasimWani Feb 25, 2021
101957a
merging
QasimWani Feb 25, 2021
237b234
adding nm ignore
QasimWani Feb 25, 2021
5341159
reduced timeout
QasimWani Feb 25, 2021
0edfe26
Merge pull request #71 from QasimWani/dev
QasimWani Feb 25, 2021
09830d5
Firefox compatibility patch
Mar 30, 2021
7c38c40
feat(gfg): added script for GeeksForGeeks
BRO3886 Apr 2, 2021
2850286
fix: fix incomplete content issue with Java/C++
BRO3886 Apr 2, 2021
7890856
fix: formatting and documentation
BRO3886 Apr 2, 2021
f943c7d
fix: only start fetching dom objects on /problems page
BRO3886 Apr 3, 2021
356910e
fix: prevent multiple readme commits
BRO3886 Apr 3, 2021
d28b233
fix(gfg): fix timeout and js detection issue
BRO3886 Apr 3, 2021
ed42ee6
chore: fix formatting
BRO3886 Apr 3, 2021
4d5b11a
fix: multiple PUT requests to gh
mayankkumar2 Apr 3, 2021
75dffe3
Merge pull request #1 from mayankkumar2/main
BRO3886 Apr 3, 2021
9d07842
fix: fix formatting
BRO3886 Apr 3, 2021
e722f07
fix: fix filename and multiple requests to gh api
BRO3886 Apr 3, 2021
b880f7b
chore: update manifest
BRO3886 Apr 3, 2021
3270128
fix: pass strings through utility functions before base64 encode
BRO3886 Apr 5, 2021
dc5f450
fix: update manifest version
BRO3886 Apr 5, 2021
791f511
Update manifest.json
QasimWani May 5, 2021
d0335df
Merge pull request #81 from BRO3886/main
QasimWani May 5, 2021
459ee74
Update leetcode.js
QasimWani May 6, 2021
87dd96b
Merge pull request #91 from QasimWani/mode_type_addition
QasimWani May 6, 2021
72180bc
feat: Support submissions from Leetcode Explore card
SysSn13 May 11, 2021
3b21d4b
Merge pull request #94 from QasimWani/main
QasimWani May 12, 2021
2a6397e
Merge pull request #93 from SysSn13/main
QasimWani May 30, 2021
f5992bf
fix(gfg): fixed submission error
BRO3886 Jul 9, 2021
8c723bd
Merge pull request #110 from BRO3886/main
QasimWani Jul 9, 2021
6da19df
Update README.md
QasimWani Aug 2, 2021
17123f3
feature: pull the notes and push it to git repo
Aug 7, 2021
8c244b7
leethub upload progress UI feature
Aug 8, 2021
9901580
time for rendering failure increased to 10s
Aug 8, 2021
76f1dbf
Merge pull request #118 from sbibek/showstatus
QasimWani Aug 10, 2021
3b14311
Merge pull request #117 from sbibek/dev
QasimWani Aug 10, 2021
82aad5f
Merge pull request #119 from QasimWani/dev
QasimWani Aug 10, 2021
2a741f1
fixed the upload progress on explore submissions
Aug 10, 2021
30883f7
notes not available in explore: fixed
Aug 10, 2021
8218025
added cardinality and element checks
Aug 12, 2021
8e7d276
Merge pull request #120 from sbibek/fixexplore
QasimWani Aug 19, 2021
ab2f5ab
listen for multiple submissions without reload
SysSn13 Aug 20, 2021
6f436e6
Update issue templates
QasimWani Aug 30, 2021
c2bdb4e
Create config.yml
QasimWani Aug 30, 2021
b5a6afa
Update README.md
QasimWani Sep 4, 2021
858becd
Merge branch 'dev' into main
njelich Nov 25, 2021
ab92ac3
Merge pull request #127 from SysSn13/feature/NoReload
QasimWani Dec 12, 2021
e59e311
Merge pull request #79 from njelich/main
QasimWani Dec 12, 2021
83633d1
Merge pull request #147 from QasimWani/dev
QasimWani Dec 12, 2021
fe6002e
update dimensions of chrome-web-store png
tuminzee Dec 13, 2021
d9a0efc
Merge pull request #149 from tuminzee/patch-1
QasimWani Dec 13, 2021
bf31d77
Add Question Link in leetcode readme file
Dec 15, 2021
fd83676
tag link to the header
tuminzee Dec 15, 2021
587e477
Merge pull request #150 from tuminzee/dev
QasimWani Dec 17, 2021
37483bc
Merge pull request #151 from QasimWani/dev
QasimWani Dec 17, 2021
1fef56e
new years update
QasimWani Dec 31, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 42 additions & 34 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,45 @@
{
"manifest_version" : 2,
"name" : "LeetHub",
"description" : "Automatically integrate your code with LeetCode and GitHub",
"homepage_url": "https://github.com/QasimWani/LeetHub",
"version" : "0.1.3",
"author" : "Qasim Wani",
"browser_action": {
"default_icon": "assets/thumbnail.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
},
"background": {
"scripts": ["scripts/background.js"],
"persistent": false
},
"permissions": [
"tabs",
"activeTab",
"unlimitedStorage",
"storage"
],
"content_scripts": [
{
"matches": [
"https://leetcode.com/*", "https://github.com/*"
],
"js": ["scripts/leetcode.js", "scripts/authorize.js"],
"run_at": "document_start"
}
"manifest_version": 2,
"name": "LeetHub",
"description": "Automatically integrate your Leetcode, GeeksforGeeks submissions to GitHub",
"homepage_url": "https://github.com/QasimWani/LeetHub",
"version": "0.1.9",
"author": "Qasim Wani",
"browser_action": {
"default_icon": "assets/thumbnail.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
},
"background": {
"scripts": [
"scripts/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"activeTab",
"unlimitedStorage",
"storage"
],
"content_scripts": [
{
"matches": [
"https://leetcode.com/*",
"https://github.com/*",
"https://practice.geeksforgeeks.org/*"
],
"content_security_policy": "script-src 'self' https://code.jquery.com/jquery-3.3.1.min.js https://github.com/login/oauth/authorize https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js; object-src 'self'"
"js": [
"scripts/leetcode.js",
"scripts/authorize.js",
"scripts/gfg.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": "script-src 'self' https://code.jquery.com/jquery-3.3.1.min.js https://github.com/login/oauth/authorize https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js; object-src 'self'"
}
Loading