change invidious instance

This commit is contained in:
Jesús 2020-08-27 12:28:05 -05:00
parent db8d0138af
commit 8fac251e07
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==
let instance = 'invidio.us' // set instance let instance = 'invidious.13ad.de' // set instance
// Console Style - Debug // Console Style - Debug
const consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;'; const consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;';

View File

@ -22,7 +22,7 @@
/* jshint esversion: 6 */ /* jshint esversion: 6 */
// set you favorite Invidious instance! (https://github.com/omarroth/invidious/wiki/Invidious-Instances) // set you favorite Invidious instance! (https://github.com/omarroth/invidious/wiki/Invidious-Instances)
let instance = 'invidio.us'; let instance = 'invidious.13ad.de';
// Console Style - Debug // Console Style - Debug
const consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;'; const consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;';