Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmaher committed Mar 11, 2016
1 parent 0ce0e41 commit e262c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Enhanced RT.user.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand All @@ -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.
Expand Down Expand Up @@ -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";
Expand All @@ -130,7 +129,7 @@ else if(window.location.href.search("screwattack.com/") > 0) // ScrewAttack
// favicon
//var favIcon = "";
}
*/

//alert(currentSite);

// Change favicon
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e262c00

Please sign in to comment.