-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuserscripts.html
More file actions
83 lines (80 loc) · 4.23 KB
/
Copy pathuserscripts.html
File metadata and controls
83 lines (80 loc) · 4.23 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
This is the PencilRevived theme, created by infinitytec.
It is protected under the MIT License:
Copyright 2021 infinitytec
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This theme is still a work-in-progress.
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>infinitytec's userscripts</title>
<link rel="stylesheet" type="text/css" href="../style/pencilrevived.css">
<link rel="shortcut icon" href="../style/icon.ico" type="image/x-icon" />
<script src="../style/pencilrevived.js"></script>
</head>
<body>
<nav>
<button class="hamburger" onclick="menu()"><img src="../style/hamburger.svg" alt="menu"></button>
<h1><a href="../index.html">infinitytec.github.io</a></h1>
<div id="navmenu">
<a href="../index.html">Back to Home</a>
</div>
</nav>
<main>
<section id="header" class="full blue">
<h1>Userscripts</h1>
<p>Here is a collection of userscripts I have made!</p>
<h2>Using userscripts</h2>
<p>You will need a browser extension such as <a href="https://www.tampermonkey.net/" target="_blank">Tampermonkey</a>. Click the link to the userscript and you will be taken to the repository for the code. In the readme.md there will be a link to install the userscript. Click it and follow the instructions to install the userscript.</p>
</section>
<section class="subnav full img">
<a href="#scratch">Scratch userscripts</a>
<a href="#other">other userscripts</a>
</section>
<section id="scratch" class="full grey">
<h1>Scratch userscripts</h1>
<div class="box blue fancy">
<img src="assets/3darker.png" alt="3darker">
<h1>3.Darker</h1>
<p>My best dark theme for Scratch 3.0</p>
<a href="https://github.com/infinitytec/3.Darker" class="big">Check it out</a>
</div>
<div class="box blue fancy">
<img src="assets/3dark.png" alt="3dark">
<h1>3.Dark</h1>
<p>Dark theme for Scratch 3.0</p>
<a href="https://github.com/infinitytec/3.Dark" class="big">Check it out</a>
</div>
<div class="box blue fancy">
<img src="assets/2colors.png" alt="2colors">
<h1>2.0 Colors</h1>
<p>Make Scratch 3.0 have Scratch 2.0 block colors</p>
<a href="https://github.com/infinitytec/2.0-Colors" class="big">Check it out</a>
</div>
<div class="box blue fancy">
<img src="assets/2look.png" alt="not2">
<h1>I Can't Believe It's Not 2</h1>
<p>Make Scratch 3.0 look like Scratch 2.0</p>
<a href="https://github.com/infinitytec/I-Cant-Believe-Its-Not-2" class="big">Check it out</a>
</div>
</section>
<section id="other" class="full grey">
<h1>other userscripts</h1>
<div class="box blue fancy">
<img src="assets/freefall.png" alt="freefall refreshed">
<h1>Freefall Refreshed</h1>
<p>A new appearance for the webcomic <a href="http://freefall.purrsia.com">freefall</a></p>
<a href="https://github.com/infinitytec/Freefall-Refreshed" class="big">Check it out</a>
</div>
</section>
</main>
<footer>
<p>Copyright ©2021, infinitytec. "infinitytec" and the door logo are trademarks of infinitytec. The theme to this site is Pencil Revived, ©2020 by infinitytec, under the MIT License.</p>
</footer>
</body>
</html>