Skip to content

Commit

Permalink
🔧Cleanup / Other small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsamd17 committed Sep 10, 2023
1 parent 40c74f6 commit da0aca8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 41 deletions.
24 changes: 11 additions & 13 deletions chrome/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@
<!--<script type="text/javascript" src="https://livejs.com/live.js"></script>-->
</head>
<body>
<div class="header">
<h1>Sam's Twitch <span class="color-twitch-purple">Addons</span></h1>
</div>
<div class="settings">
<a href="settings/settings.html" target="_blank" class="settings-button">
<i class="fa-solid fa-gear"></i> Settings
</a>
</div>
<div class="footer-button-container">
<a href="https://github.com/yungsamd17/Twitch-Addons" target="_blank" class="footer-button">
<i class="fab fa-github"></i> GitHub Repo
</a>
</div>
<div class="header">
<h1>Sam's Twitch <span class="color-twitch-purple">Addons</span></h1>
</div>
<div class="settings">
<a href="settings/settings.html" target="_blank" class="settings-button">
<i class="fa-solid fa-gear"></i> Settings</a>
</div>
<div class="footer-button-container">
<a href="https://github.com/yungsamd17/Twitch-Addons" target="_blank" class="footer-button">
<i class="fab fa-github"></i> GitHub Repo</a>
</div>
</body>
</html>
51 changes: 23 additions & 28 deletions chrome/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,33 @@
<!--<script type="text/javascript" src="https://livejs.com/live.js"></script>-->
</head>
<body>
<div class="main">
<div class="wrapper">
<div class="header">
<h1><span class="color-twitch-purple">Settings</span></h1>
</div>
<div class="alert alert-selection">
<p><b>Settings page</b> is currently <b>WIP</b></p>
</div>
<div class="card">
<h2>Features:</h2>
<ul>
<li>Screenshot Button</li>
<dl>Adds a button to the Twitch Player to enable you to take and download screenshots.</dl>
<li>Update player.twitch.tv Title</li>
<dl>Changes tabs title on load with channels username on <a href="https://player.twitch.tv/?channel=xqc&parent=twitch.tv" target="_blank" class="card-links">player.twitch.tv</a> pages.</dl>
</ul>
<!--<h2>Fixes:</h2>
<ul>
<li></li>
</ul>-->
</div>
<div class="main">
<div class="wrapper">
<div class="header">
<h1><span class="color-twitch-purple">Settings</span></h1>
</div>
</div>
<div class="footer">
<div class="link-container">
<a href="https://github.com/yungsamd17/Open-Twitch-Channel" target="_blank" class="footer-link">
<i class="fa-solid fa-puzzle-piece"></i> My Other Extension</a>
<div class="alert alert-selection">
<p><b>Settings page</b> is currently <b>WIP</b></p>
</div>
<div class="card">
<h2>Features:</h2>
<ul>
<li>Screenshot Stream</li>
<dl>Adds a button to the Twitch Player to enable you to take and download screenshots.</dl>
<li>Update player.twitch.tv Title</li>
<dl>Changes tabs title on load with channels username on
<a href="https://player.twitch.tv/?channel=xqc&parent=twitch.tv" target="_blank">player.twitch.tv</a> pages.</dl>
</ul>
<!--<h2>Fixes:</h2>
<ul>
<li></li>
</ul>-->
</div>
<div class="link-container">
<div class="footer-link-container">
<a href="https://github.com/yungsamd17/Twitch-Addons" target="_blank" class="footer-link">
<i class="fab fa-github"></i> GitHub Repo</a>
<i class="fab fa-github"></i> GitHub Repo</a>
</div>
</div>
</div>
</body>
</html>

0 comments on commit da0aca8

Please sign in to comment.