-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
92 lines (89 loc) · 6.27 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
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
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UserScripts | Sam @yungsamd17</title>
<meta name="description" content="UserScripts for Twitch, Twitter and more...">
<meta property="og:site_name" content="UserScripts | Sam @yungsamd17">
<meta property="og:description" content="UserScripts for Twitch, Twitter and more...">
<meta property="og:title" content="UserScripts | Sam @yungsamd17">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="UserScripts | Sam @yungsamd17">
<meta property="twitter:description" content="UserScripts for Twitch, Twitter and more...">
<meta property="og:image" content="https://yungsamd17.github.io/src/assets/logo.png">
<link rel="icon" href="https://yungsamd17.github.io/src/assets/favicon.ico">
<link rel="stylesheet" href="src/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<script data-goatcounter="https://yungsamd17.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<div class="main">
<div class="wrapper">
<h1>UserScripts</h1>
<ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Open-in-Spotify-Desktop-client.user.js">Open in Spotify Desktop client</a>
<ul>
<li>Opens Spotify links in the desktop app and then closes the tab.</li>
</ul>
<a href="https://github.com/yungsamd17/TwitchAdSolutions/raw/master/vaft/vaft.user.js">Video Ad-Block, for Twitch (VAFT)</a> / <a href="https://github.com/yungsamd17/TwitchAdSolutions">Repo</a>
<ul>
<li><a href="https://github.com/cleanlock/VideoAdBlockForTwitch" target="_blank"><code>Video Ad-Block, for Twitch <i class="fa-solid fa-arrow-up-right-from-square"></i></code></a> fork as a script.</li>
<li><em>Message displayed during ads when they are getting blocked.</em></li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Twitch-Clip-Downloader.user.js">Twitch Clip Downloader</a>
<ul>
<li>Quick and easy way to download Twitch Clips.</li>
<li>Adds a <b>Download</b> button for clips to player on twitch.tv and clips.twitch.tv pages.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Twitch-Screenshot.user.js">Twitch Screenshot</a>
<ul>
<li>Adds a button to the Twitch Player to enable you to copy to clipboard and download screenshots.</li>
<li>You can also use keyboard shortcut <b>(Alt+S)</b> to take screenshots.</li>
<li><b>Firefox users</b> need to go to <code>about:config</code> and set <code>dom.events.asyncClipboard.clipboardItem</code> to <code>true</code> in order to be able to copy screenshots to clipboard.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Change-Player-Twitch-Title.user.js">Change player.twitch.tv Title</a>
<ul>
<li>Changes tabs title on load with channels username on player.twitch.tv pages.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Twitch-Channel-Copy-Button.user.js">Twitch Channel Copy Button</a>
<ul>
<li>Adds a button with copy icon to the Player to enable you to copy to channel username.</li>
<li>Useful for <a class="secondary-link" href="https://chatterino.com" target="_blank">Chatterino <i class="fa-solid fa-arrow-up-right-from-square"></i></a> users to quickly open a channel in a new tab. <em>(Best with Ctrl+K)</em></li>
<li>You can also use keyboard shortcut <b>(Alt+T)</b> to copy channel name.</li>
</ul>
<a href="https://github.com/yungsamd17/paycheck-userscript/raw/main/userscript/paycheck-for-twitter.user.js">PayCheck for Twitter</a> / <a href="https://github.com/yungsamd17/paycheck-userscript">Repo</a>
<ul>
<li><b>UserScript</b> to see <em>(a very VERY rough idea of)</em> how much money a post is worth.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Remove-Twitter-Verify-from-Home-page.user.js">Remove Twitter Verify buttons and banners</a>
<ul>
<li>Removes Verify banner from Home page and Verified button on side pannel.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/Restore-Twitter-tabs-title-and-icon.user.js">Restore Twitter tab's title and icon</a>
<ul>
<li>Restores Twitter tab's title and icon back to Birdie.</li>
</ul>
<a href="https://github.com/yungsamd17/UserScripts/raw/main/scripts/YouTube-Dark-Scrollbar.user.js">YouTube Dark Scrollbar</a>
<ul>
<li>Sets scrollbar color to dark while using dark theme on YouTube.</li>
</ul>
</ul>
<h2>How to Install</h2>
<ol>
<li>Get <a href="https://violentmonkey.github.io" target="_blank">Violentmonkey <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
- <b>Recomended</b><br>
Or <a href="https://www.tampermonkey.net" target="_blank">Tampermonkey <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
- <b>Most Popular</b></li>
<li>Click on any userscript you would like to install on above list.</li>
<li>Viewing one of the userscript files should prompt the given script to be added.</li>
<li>Done</li>
</ol>
</div>
</div>
<div class="footer">
© <script>document.write(/\d{4}/.exec(Date())[0])</script>
• <a href="https://github.com/yungsamd17/UserScripts" target="_blank"><i class="fa-brands fa-github"></i> GitHub Repository</a>
</div>
</body>
</html>