From e262c0085649f0fbec8804d84ec33ee277d255cf Mon Sep 17 00:00:00 2001 From: Patrick Maher Date: Thu, 10 Mar 2016 21:54:34 -0800 Subject: [PATCH] v0.0.3 --- Enhanced RT.user.js | 7 +++---- manifest.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Enhanced RT.user.js b/Enhanced RT.user.js index 8a8838c..08b1331 100644 --- a/Enhanced RT.user.js +++ b/Enhanced RT.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Enhanced RT -// @version 0.0.2 +// @version 0.0.3 // @description Enhancments for the Rooster Teeth family of websites // @include http*://roosterteeth.com/* // @include http*://achievementhunter.com/* @@ -25,7 +25,6 @@ Filter videos on Recently Added page by: Sponsor Content. Video Length. Date Uploaded. -Previous/Next button for navigation of Recently Added page. Endless scrolling of videos on Recently Added page. Enhanced Rooster Teeth menu with toggles: hide watched videos, filter settings, endless scrolling, pages that filters are active on, completely disable all features. @@ -121,7 +120,7 @@ else if(window.location.href.search("theknow.tv/") > 0) // The Know // favicon //var favIcon = ""; } -/* + else if(window.location.href.search("screwattack.com/") > 0) // ScrewAttack { currentSite = "SA"; @@ -130,7 +129,7 @@ else if(window.location.href.search("screwattack.com/") > 0) // ScrewAttack // favicon //var favIcon = ""; } -*/ + //alert(currentSite); // Change favicon diff --git a/manifest.json b/manifest.json index edf4c6a..bb8478c 100644 --- a/manifest.json +++ b/manifest.json @@ -15,5 +15,5 @@ "converted_from_user_script": true, "description": "Enhancments for the Rooster Teeth family of websites.", "name": "Enhanced RT", - "version": "0.0.2" + "version": "0.0.3" } \ No newline at end of file