Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 0423ceb

Browse files
authored
DMCA compliance (#77)
* Replace `ghostlogo.svg` with icon * Add "not affiliated with snap" disclaimer * Remove ghostlogo from assets/ images * Bump version to 1.5.6
1 parent 7a1782d commit 0423ceb

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<body class="bg-dark">
2727
<div class="bg-snap-yellow container-fluid m-0 p-0">
2828
<div class="container-md text-center p-5">
29-
<img src="/ghostlogo.svg" width="80" height="80" />
29+
<img src="/icon.ico" width="80" height="80" />
3030
<h1><strong>Memory Download</strong></h1>
3131
<h4>Download all of your Snapchat memories with ease</h4>
3232
</div>

docs/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<body class="bg-dark">
2323
<div class="bg-snap-yellow container-fluid m-0 p-0">
2424
<div class="container-sm text-center p-5">
25-
<img src="/ghostlogo.svg" width="80" height="80" />
25+
<img src="/icon.ico" width="80" height="80" />
2626
<h1><strong>Memory Download</strong></h1>
2727
<h4>Download all of your Snapchat memories with ease</h4>
2828
</div>

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<body class="bg-dark">
3737
<div class="bg-snap-yellow container-fluid m-0 p-0">
3838
<div class="container-md text-center p-5">
39-
<img src="ghostlogo.svg" width="80" height="80" />
39+
<img src="icon.ico" width="80" height="80" />
4040
<h1><strong>Memory Download</strong></h1>
4141
<h4>Download all of your Snapchat memories with ease</h4>
4242
</div>
@@ -107,6 +107,10 @@ <h4>Download the application for your platform</h4>
107107
class="text-center text-secondary invisible"
108108
></p>
109109
</div>
110+
111+
<small>
112+
<strong>Note</strong> This tool is not affiliated with Snap Inc.
113+
</small>
110114
</div>
111115
</div>
112116
</div>

docs/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<body class="bg-dark">
2323
<div class="bg-snap-yellow container-fluid m-0 p-0">
2424
<div class="container-sm text-center p-5">
25-
<img src="/ghostlogo.svg" width="80" height="80" />
25+
<img src="/icon.ico" width="80" height="80" />
2626
<h1><strong>Memory Download</strong></h1>
2727
<h4>Download all of your Snapchat memories with ease</h4>
2828
</div>

docs/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.5.6

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-download",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Desktop application for downloading your Snapchat memories.",
55
"license": "UNLICENSED",
66
"author": {

src/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body class="bg-dark" onload="document.getElementById('form').reset();">
1717
<div class="bg-snap-yellow container-fluid m-0 p-0">
1818
<div class="container-md text-center p-5">
19-
<img src="ghostlogo.svg" width="60" height="60" />
19+
<img src="icon.ico" width="60" height="60" />
2020
<h1><strong>Memory Download</strong></h1>
2121
<h4>Download all of your Snapchat memories with ease</h4>
2222
</div>

0 commit comments

Comments
 (0)