Skip to content

Commit 3331556

Browse files
committed
update and fix naming and add shots
1 parent b8f24c5 commit 3331556

11 files changed

Lines changed: 46 additions & 40 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Git Folder Downloader also provides a **GitHub-integrated userscript** that adds
112112

113113
1. Install a userscript manager (Tampermonkey / ScriptRunner).
114114
2. Create a **new userscript**.
115-
3. Paste the provided [GitFolderDownloader userscript](https://GitFolderDownloader.github.io/script/GitFolderDownloader-download-button-user.js) code or direct link in url bar.
115+
3. Paste the provided [GitFolderDownloader userscript](https://GitFolderDownloader.github.io/script/gfd.js) code or direct link in url bar.
116116
4. Save and enable the script.
117117
5. Visit any GitHub repository, folder, or file.
118118
6. Open the GitHub menu → click **Download Repo / Folder / Download**.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2>Settings</h2>
285285
fill="currentColor" class="octo-body"></path>
286286
</svg>
287287
</a>
288-
<script src="/js/script.js"></script>
288+
<script src="/js/index.js"></script>
289289
<script src="/js/tooltips.js"></script>
290290
</body>
291291

File renamed without changes.

manifest.webmanifest

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -84,42 +84,6 @@
8484
}
8585
],
8686

87-
"screenshots": [
88-
{
89-
"src": "https://iili.io/fNetXhN.png",
90-
"form_factor": "wide",
91-
"type": "image/png",
92-
"description": "A screenshot of the home page"
93-
},
94-
{
95-
"src": "https://iili.io/fNetwBt.png",
96-
"form_factor": "wide",
97-
"type": "image/png",
98-
"description": "A screenshot of the home page with downloaadin"
99-
},
100-
{
101-
"src": "https://iili.io/fNetNEX.png",
102-
"form_factor": "wide",
103-
"type": "image/png",
104-
"description": "A screenshot of the wiki page"
105-
},
106-
{
107-
"src": "https://iili.io/fNetXhN.png",
108-
"type": "image/png",
109-
"description": "A screenshot of the home page"
110-
},
111-
{
112-
"src": "https://iili.io/fNetwBt.png",
113-
"type": "image/png",
114-
"description": "A screenshot of the home page with downloaadin"
115-
},
116-
{
117-
"src": "https://iili.io/fNetNEX.png",
118-
"type": "image/png",
119-
"description": "A screenshot of the wiki page"
120-
}
121-
],
122-
12387
"shortcuts": [
12488
{
12589
"name": "See Wiki",
@@ -157,5 +121,47 @@
157121
}
158122
]
159123
}
124+
],
125+
126+
"screenshots": [
127+
{
128+
"src": "./src/social-1.png",
129+
"form_factor": "wide",
130+
"sizes": "1440x810",
131+
"type": "image/png",
132+
"description": "A screenshot of the home page"
133+
},
134+
{
135+
"src": "./src/social-2.png",
136+
"form_factor": "wide",
137+
"sizes": "1440x810",
138+
"type": "image/png",
139+
"description": "A screenshot of the home page with downloaadin"
140+
},
141+
{
142+
"src": "./src/social-3.png",
143+
"form_factor": "wide",
144+
"sizes": "1440x810",
145+
"type": "image/png",
146+
"description": "A screenshot of the wiki page"
147+
},
148+
{
149+
"src": "./src/social_1.png",
150+
"sizes": "720x1480",
151+
"type": "image/png",
152+
"description": "A screenshot of the home page"
153+
},
154+
{
155+
"src": "./src/social_2.png",
156+
"sizes": "720x1480",
157+
"type": "image/png",
158+
"description": "A screenshot of the home page with downloaadin"
159+
},
160+
{
161+
"src": "./src/social_3.png",
162+
"sizes": "720x1480",
163+
"type": "image/png",
164+
"description": "A screenshot of the wiki page"
165+
}
160166
]
161167
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// @author M Ramzan Ch
77
// @match https://github.com/*
88
// @icon https://GitFolderDownloader.github.io/src/icon.svg
9-
// @updateURL https://GitFolderDownloader.github.io/script/GitFolderDownloader-download-button-user.js
10-
// @downloadURL https://GitFolderDownloader.github.io/script/GitFolderDownloader-download-button-user.js
9+
// @updateURL https://GitFolderDownloader.github.io/script/gfd.js
10+
// @downloadURL https://GitFolderDownloader.github.io/script/gfd.js
1111
// @grant none
1212
// ==/UserScript==
1313

src/social-1.png

120 KB
Loading

src/social-2.png

275 KB
Loading

src/social-3.png

116 KB
Loading

src/social_1.png

123 KB
Loading

src/social_2.png

238 KB
Loading

0 commit comments

Comments
 (0)