Userscript for RT not parsing URL correctly

This commit is contained in:
Ruud
2014-12-14 12:06:03 +01:00
parent ff43df9ef1
commit 766f819c0b

View File

@@ -12,7 +12,7 @@ autoload = 'RottenTomatoes'
class RottenTomatoes(UserscriptBase):
includes = ['*://www.rottentomatoes.com/m/*/']
includes = ['*://www.rottentomatoes.com/m/*']
excludes = ['*://www.rottentomatoes.com/m/*/*/']
version = 2