diff options
author | Ajay Ramachandran <[email protected]> | 2020-01-09 22:34:26 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-01-09 22:34:26 -0500 |
commit | fb974de53b50e56f6aa464775aa7758fa7efe386 (patch) | |
tree | ecd9720e5219491a8d85a33f35145525bfd3c108 | |
parent | a5adf73b88d58a9b643e2293cc1920d4d4e18c20 (diff) | |
download | SponsorBlock-fb974de53b50e56f6aa464775aa7758fa7efe386.tar.gz SponsorBlock-fb974de53b50e56f6aa464775aa7758fa7efe386.zip |
Removed snopyta.org from the default.
-rw-r--r-- | SB.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ SB.defaults = { "hideDeleteButtonPlayerControls": false, "hideDiscordLaunches": 0, "hideDiscordLink": false, - "invidiousInstances": ["invidio.us", "invidiou.sh", "invidious.snopyta.org"] + "invidiousInstances": ["invidio.us", "invidiou.sh"] } // Reset config |