summaryrefslogtreecommitdiff
path: root/js/readability-0.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/readability-0.1.js')
-rwxr-xr-xjs/readability-0.1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/readability-0.1.js b/js/readability-0.1.js
index 5b153df..d1a2ccb 100755
--- a/js/readability-0.1.js
+++ b/js/readability-0.1.js
@@ -51,7 +51,7 @@ function grabArticle() {
// REMOVES ALL STYLESHEETS ...
for (var k=0;k < document.styleSheets.length; k++) {
- if (document.styleSheets[k].href != null && document.styleSheets[k].href.lastIndexOf("arc90.com/experiments/readability") == -1) {
+ if (document.styleSheets[k].href != null && document.styleSheets[k].href.lastIndexOf("readability") == -1) {
document.styleSheets[k].disabled = true;
}
}