Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmaher committed May 11, 2016
1 parent 582ecc9 commit a555c38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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.2.1
// @version 0.2.2
// @description Enhancments for the Rooster Teeth family of websites
// @include *://roosterteeth.com/*
// @include *://achievementhunter.com/*
Expand Down Expand Up @@ -54,6 +54,8 @@ To be fixed
Versions
========
0.2.2
-Added new Achievement Hunter show Theater Mode to the filter list.
0.2.1
-Added new ScrewAttack show Random Awesomeness to the filter list.
0.2.0
Expand Down Expand Up @@ -420,7 +422,7 @@ if(window.location.pathname=="/episode/recently-added")
video = video.replace(currentSiteDomain, "screwattack.com");
childLI[i].style.display = "none";
}
else if(hide[hideAH][hideValue] == 1 && video.search("episode/(lets-play|ahwu|things-to-do-in|play-pals|achievement-unlocked|behind-the-scenes|achievement-hunter|fails-of-the-weak|easter-eggs|achievement-hunt|five-facts|off-topic|how-to|vs-|go-|rage-quit|countdown|achievement-horse|forced-enjoyment|megacraft|sunday-driving|this-is|imaginary-achievements)") >= 0)
else if(hide[hideAH][hideValue] == 1 && video.search("episode/(lets-play|ahwu|things-to-do-in|play-pals|achievement-unlocked|behind-the-scenes|achievement-hunter|fails-of-the-weak|easter-eggs|achievement-hunt|five-facts|off-topic|how-to|vs-|go-|rage-quit|countdown|achievement-horse|forced-enjoyment|megacraft|sunday-driving|this-is|imaginary-achievements|theater-mode)") >= 0)
{
video = video.replace(currentSiteDomain, "achievementhunter.com");
childLI[i].style.display = "none";
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"converted_from_user_script": true,
"description": "Enhancements for the Rooster Teeth family of websites.",
"name": "Enhanced RT",
"version": "0.2.1"
"version": "0.2.2"
}

0 comments on commit a555c38

Please sign in to comment.