From 02d11a0ae0529b03a38a091ef0f95a6beb3e39c3 Mon Sep 17 00:00:00 2001 From: Patrick Maher Date: Wed, 1 Nov 2017 17:02:48 -0700 Subject: [PATCH] v2.0.6 --- Enhanced RT.user.js | 7 ++++++- manifest.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Enhanced RT.user.js b/Enhanced RT.user.js index 2a700c1..61f5422 100644 --- a/Enhanced RT.user.js +++ b/Enhanced RT.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Enhanced RT -// @version 2.0.5 +// @version 2.0.6 // @description Enhancments for the Rooster Teeth family of websites // @include *://*.roosterteeth.com/* // @exclude *://store.roosterteeth.com/* @@ -51,6 +51,9 @@ To be fixed Versions ======== +2.0.6 +-Removed temporary fix that adds Sugar Pine 7 to the channel filter drop down options. No longer needed now that it has been officially added to the website. + 2.0.5 -Added Game Attack and Sugar Pine 7 filters. -Removed Endless Videos options since the feature isn't working. @@ -484,12 +487,14 @@ if(window.location.pathname=="/episode/recently-added") // *************** // Temp Fix to add SP7 drop down option // *************** +/* SP7fix = document.createElement('option'); SP7fix.value = '9'; SP7fix.dataset.filter = 'sugarpine7'; SP7fix.label = 'Sugar Pine 7'; var channelFilter = document.getElementById("channelFilter"); channelFilter.append(SP7fix); +*/ // *************** diff --git a/manifest.json b/manifest.json index 6297bab..fac749e 100644 --- a/manifest.json +++ b/manifest.json @@ -14,5 +14,5 @@ "description": "Enhancements for the Rooster Teeth family of websites.", "name": "Enhanced RT", "author": "Patrick Maher", - "version": "2.0.5" + "version": "2.0.6" } \ No newline at end of file