Skip to content

Commit

Permalink
Merge pull request Pauan#7 from treyp/master
Browse files Browse the repository at this point in the history
Some sites incorrectly treated as SVG which scrolls immediately to the top
  • Loading branch information
Pauan committed Jan 26, 2016
2 parents 6d3a8d7 + ae3f44e commit f960f5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ For developers

Test these sites:

* `https://easywebsoc.td.com/waw/idp/login.htm?execution=e1s1`
* `9to5mac.com`
* `www.willhaben.at`
* `http://www.wind.it/it/privati/`
* `http://www.opengl.org/sdk/docs/man/xhtml/glDrawElements.xml`
* `https://www.opengl.org/sdk/docs/man/html/glDrawElements.xhtml`
* `https://twitter.com/amcharts`
* `http://addepar.github.io/ember-table/#/ember-table/simple`
* `http://blog.dogecoin.com/`
* `https://plus.google.com/`
* `https://duckduckgo.com/?q=test&ia=meanings`
* <https://easyweb.td.com/waw/idp/login.htm?execution=e1s1>
* <http://9to5mac.com/>
* <https://www.willhaben.at/>
* <http://www.wind.it/it/privati/>
* <https://www.opengl.org/sdk/docs/man/html/glDrawElements.xhtml>
* <https://twitter.com/amcharts>
* <http://addepar.github.io/ember-table/>
* <https://plus.google.com/>
* <https://duckduckgo.com/?q=test&ia=meanings>
* <http://fivethirtyeight.com/>

TODO

Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "AutoScroll",
"version": "4.6",
"version": "4.7",
"description": "This extension adds customizable autoscroll support to Chrome.",
"minimum_chrome_version": "29",
"icons": {
Expand All @@ -22,6 +22,6 @@
"all_frames": false,
"js": [ "data/defaults.js", "data/AutoScroll.js" ],
"matches": [ "<all_urls>" ],
"run_at": "document_start"
"run_at": "document_end"
}]
}
}

0 comments on commit f960f5f

Please sign in to comment.