mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
commit
d70e778c36
3 changed files with 4 additions and 9 deletions
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Watch on Odysee",
|
"name": "Watch on Odysee",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"https://www.youtube.com/",
|
"https://www.youtube.com/",
|
||||||
"https://invidio.us/channel/*",
|
|
||||||
"https://invidio.us/watch?v=*",
|
|
||||||
"https://api.lbry.com/*",
|
"https://api.lbry.com/*",
|
||||||
"https://lbry.tv/*",
|
"https://lbry.tv/*",
|
||||||
"tabs",
|
"tabs",
|
||||||
|
|
|
@ -20,9 +20,6 @@ function WatchOnLbryPopup() {
|
||||||
<label className='radio-label'>Enable Redirection:</label>
|
<label className='radio-label'>Enable Redirection:</label>
|
||||||
<ButtonRadio value={enabled ? 'YES' : 'NO'} options={['YES', 'NO']}
|
<ButtonRadio value={enabled ? 'YES' : 'NO'} options={['YES', 'NO']}
|
||||||
onChange={enabled => setSetting('enabled', enabled.toLowerCase() === 'yes')} />
|
onChange={enabled => setSetting('enabled', enabled.toLowerCase() === 'yes')} />
|
||||||
<label className='radio-label'>Where would you like to redirect?</label>
|
|
||||||
<ButtonRadio value={redirect as string} options={redirectOptions}
|
|
||||||
onChange={redirect => setSetting('redirect', redirect)} />
|
|
||||||
<label className='radio-label'>Other useful tools:</label>
|
<label className='radio-label'>Other useful tools:</label>
|
||||||
<a href='/tools/YTtoLBRY.html' target='_blank'>
|
<a href='/tools/YTtoLBRY.html' target='_blank'>
|
||||||
<button type='button' className='btn1 button is-primary'>Subscriptions Converter</button>
|
<button type='button' className='btn1 button is-primary'>Subscriptions Converter</button>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
body {
|
body {
|
||||||
--color-text: whitesmoke;
|
--color-text: whitesmoke;
|
||||||
--color-backround: rgb(28, 31, 34);
|
--color-backround: rgb(20, 14, 27);
|
||||||
--color-card: #2a2e32;
|
--color-card: #231830;
|
||||||
--color-primary: rgb(43, 187, 144);
|
--color-primary: rgb(239, 25, 112);
|
||||||
|
|
||||||
background-color: var(--color-backround);
|
background-color: var(--color-backround);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
|
Loading…
Add table
Reference in a new issue