-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Leave Scratch studios easily</title>
<link rel="stylesheet" href="dark.standalone.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>Leave Scratch studios easily</h1>
<p>You're on too much studios on Scratch, and this fills up your messages even if you don't care about these studios ?</p>
<p>
This bookmarklet allows you to leave Scratch studios from your curated studios list with just one click.<br>
No more going to the studio page, then in Curators, then scrolling down to find you and pressing that `X`!
</p>
<p><small>Drag this to your bookmarks bar ↓</small></p>
<a class="button primary block" href='javascript:var leaveStudiosScript = document.createElement("script"); leaveStudiosScript.src = "https://csourcesc.github.io/leave-studios/bookmarklet.js"; document.head.appendChild(leaveStudiosScript);'>Leave Scratch studios</a>
<p><small>Then go to your profile page > Studios I curate > View more, click the bookmark, and click Leave on a studio.</small></p>
<p><strong>Note: Doesn't work with Firefox, see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=866522">Firefox bug 866522</a></strong></p>
<footer>
<small>A project from</small>
<br>
<img src="logo.svg" alt="CatSource">
</footer>
</body>
</html>