143
background.js
143
background.js
File diff suppressed because one or more lines are too long
405
content.js
405
content.js
File diff suppressed because one or more lines are too long
@@ -17,7 +17,15 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;"><img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;"></span><span style="display:inline-block;vertical-align: middle;"><h1>Live Chat Options</h1></span>
|
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;">
|
||||||
|
<img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;">
|
||||||
|
</span>
|
||||||
|
<span style="display:inline-block;vertical-align: middle;">
|
||||||
|
<h1>Live Chat Options</h1>
|
||||||
|
</span>
|
||||||
|
<span class="">
|
||||||
|
<button class="info_button" id="infoButton" >Info</button>
|
||||||
|
</span>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@@ -125,20 +133,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hr"></div>
|
<div class="hr"></div>
|
||||||
|
|
||||||
<h2 class="options-heading">Font Size</h2>
|
<h2 class="options-heading">Font Size</h2>
|
||||||
<div class="slidecontainer">
|
<span>
|
||||||
<input disabled type="range" min="1" max="50" value="13" class="slider option-input" id="textSizeSlider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
</span>
|
||||||
<div class="options-table">
|
|
||||||
<div class="option-row">
|
<span>
|
||||||
<div class="option-cell"><label for="allowTextSlider"></label></div>
|
<div class="options-table">
|
||||||
<div class="option-cell"><input disabled type="checkbox" id="allowTextSlider" class="option-input"></div>
|
<div class="option-row">
|
||||||
|
<div class="slidecontainer">
|
||||||
|
<input disabled type="range" min="1" max="50" value="13" class="slider option-input" id="textSizeSlider">
|
||||||
|
</div>
|
||||||
|
<div class="option-cell">
|
||||||
|
<label for="allowTextSlider"></label>
|
||||||
|
</div>
|
||||||
|
<div class="option-cell">
|
||||||
|
<input disabled type="checkbox" id="allowTextSlider" class="option-input">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
<div id="save-status"> </div>
|
<div id="save-status"> </div>
|
||||||
|
|
||||||
<div class="omega"></div>
|
<div class="omega"></div>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "🔴 LIVE CHAT",
|
"name": "🔴 LIVE CHAT",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
|
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "assets/icons/icon48.png",
|
"48": "assets/icons/icon48.png",
|
||||||
@@ -15,7 +15,6 @@
|
|||||||
"background"
|
"background"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "html/options.html",
|
"page": "html/options.html",
|
||||||
"chrome_style": true
|
"chrome_style": true
|
||||||
|
|||||||
63
options.js
63
options.js
File diff suppressed because one or more lines are too long
1729
setupPage.js
1729
setupPage.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user