Skip to content

Commit

Permalink
removed AMO limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Nov 3, 2017
1 parent eb3fb12 commit 8c43c67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ function canStyle(url) {
if ((url.indexOf("moz-extension") === 0 || url.indexOf("chrome-extension") === 0) && url.indexOf(browser.extension.getURL("")) !== 0) {
return false;
}
if (IS_FIREFOX && url.indexOf('https://addons.mozilla.org') === 0) {
return false;
}
if (IS_CHROME && url.indexOf('https://chrome.google.com/webstore') === 0) {
return false;
}
Expand Down

0 comments on commit 8c43c67

Please sign in to comment.