Merge pull request #6 from kodxana/remove

Removed po up
This commit is contained in:
kodxana 2021-06-29 23:20:37 +02:00 committed by GitHub
commit d70e778c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 9 deletions

View file

@ -1,10 +1,8 @@
{
"name": "Watch on Odysee",
"version": "1.7.2",
"version": "1.7.3",
"permissions": [
"https://www.youtube.com/",
"https://invidio.us/channel/*",
"https://invidio.us/watch?v=*",
"https://api.lbry.com/*",
"https://lbry.tv/*",
"tabs",

View file

@ -20,9 +20,6 @@ function WatchOnLbryPopup() {
<label className='radio-label'>Enable Redirection:</label>
<ButtonRadio value={enabled ? 'YES' : 'NO'} options={['YES', 'NO']}
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>
<a href='/tools/YTtoLBRY.html' target='_blank'>
<button type='button' className='btn1 button is-primary'>Subscriptions Converter</button>

View file

@ -1,8 +1,8 @@
body {
--color-text: whitesmoke;
--color-backround: rgb(28, 31, 34);
--color-card: #2a2e32;
--color-primary: rgb(43, 187, 144);
--color-backround: rgb(20, 14, 27);
--color-card: #231830;
--color-primary: rgb(239, 25, 112);
background-color: var(--color-backround);
color: var(--color-text);