├── Chromium (.crx) ├── _locales │ ├── ar │ │ └── messages.json │ ├── cs │ │ └── messages.json │ ├── de │ │ └── messages.json │ ├── en │ │ └── messages.json │ ├── fr │ │ └── messages.json │ ├── it │ │ └── messages.json │ ├── nb │ │ └── messages.json │ ├── nl_NL │ │ └── messages.json │ ├── pl │ │ └── messages.json │ ├── pt │ │ └── messages.json │ ├── ro │ │ └── messages.json │ ├── ru │ │ └── messages.json │ ├── tr │ │ └── messages.json │ ├── ur_PK │ │ └── messages.json │ ├── vi │ │ └── messages.json │ └── zh_CN │ │ └── messages.json ├── background.js ├── images │ ├── contextmenu.png │ ├── contextmenu@2x.png │ ├── icon.png │ └── icon@2x.png ├── includes │ └── modern_scroll.js ├── manifest.json └── options │ ├── options.css │ ├── options.html │ └── prefs.js ├── LICENSE.txt ├── Opera 11 & 12 (.oex) ├── config.xml ├── images │ ├── contextmenu.png │ ├── contextmenu@2x.png │ ├── delete.png │ ├── icon.png │ ├── icon@2x.png │ ├── load.png │ └── save.png ├── includes │ └── scrollbar.js ├── index.html ├── locales │ ├── ar │ │ └── strings.js │ ├── cs │ │ └── strings.js │ ├── de │ │ └── strings.js │ ├── en │ │ └── strings.js │ ├── fr │ │ └── strings.js │ ├── nb │ │ └── strings.js │ ├── pl │ │ └── strings.js │ ├── pt │ │ └── strings.js │ ├── ro │ │ └── strings.js │ ├── ru │ │ └── strings.js │ ├── tr │ │ └── strings.js │ ├── ur_PK │ │ └── strings.js │ ├── vi │ │ └── strings.js │ ├── vi_VN │ │ └── strings.js │ └── zh_CN │ │ └── strings.js ├── options.html └── options │ ├── options.css │ └── prefs.js ├── README.md ├── resources ├── changelogs │ ├── changelog ar.txt │ ├── changelog de.txt │ ├── changelog en.txt │ ├── changelog fr.txt │ ├── changelog pt.txt │ ├── changelog ru.txt │ └── changelog zh_CN.txt ├── descriptions │ ├── description ar.txt │ ├── description cs.txt │ ├── description de.txt │ ├── description en.txt │ ├── description es_419.txt │ ├── description fr.txt │ ├── description nb.txt │ ├── description nl_NL.txt │ ├── description pl.txt │ ├── description pt.txt │ ├── description ro.txt │ ├── description ru.txt │ ├── description tr.txt │ ├── description uk.txt │ ├── description ur_PK.txt │ ├── description vi.txt │ └── description zh_CN.txt ├── modernscroll interface.txt └── tests │ └── test pages.txt └── version history ├── 1.0.oex ├── 1.1.oex ├── 1.2.1.oex ├── 1.2.oex ├── 1.3.1.oex ├── 1.3.oex ├── 2.0.oex ├── 2.1.1 differentmousescrolling.oex ├── 2.1.1 mactest.oex ├── 2.1.1.oex ├── 2.1.2.oex ├── 2.1.3.oex ├── 2.1.4.oex ├── 2.1.oex ├── 2.2 beta 2.oex ├── 2.2.1.oex ├── 2.2.oex ├── 2.3 RC1.oex ├── 2.3 RC2.oex ├── 2.3 beta 1.oex ├── 2.3 beta 2.oex ├── 2.3.1 beta.oex ├── 2.3.1.oex ├── 2.3.2 RC1.oex ├── 2.3.2 RC2.oex ├── 2.3.2 RC3.oex ├── 2.3.oex ├── 2.4 RC1.oex ├── 2.4 RC2.oex ├── 2.4.1 RC1.oex ├── 2.4.1 RC2.oex ├── 2.4.1.oex ├── 2.4.2 RC.oex ├── 2.4.2 beta.oex ├── 2.4.2.oex ├── 2.4.3.oex ├── 2.4.4 RC.oex ├── 2.4.4 beta.oex ├── 2.4.4.oex ├── 2.4.5.oex ├── 2.4.oex ├── 3.0 RC 1.crx ├── 3.0 RC 2.crx ├── 3.0 RC 3.crx ├── 3.0 RC 4.crx ├── 3.0 RC 5.crx ├── 3.0 RC 6.crx ├── 3.0 RC 7.crx ├── 3.0 RC 8.crx ├── 3.0 beta 1.crx ├── 3.0 beta 2.crx ├── 3.0.0.1 beta 1.crx ├── 3.0.0.1 beta 2.crx ├── 3.0.0.1 beta 3.crx ├── 3.0.0.1 beta 4.crx ├── 3.0.1.crx ├── 3.0.2 RC.crx ├── 3.0.2.crx ├── 3.0.3 RC.crx ├── 3.0.3 beta.crx ├── 3.0.3.crx ├── 3.0.4 RC 1.crx ├── 3.0.4 RC 2.crx ├── 3.0.4.crx ├── 3.0.5.crx ├── 3.0.6.crx ├── 3.0.crx ├── 3.1 beta 1.crx ├── 3.1 beta 2.crx ├── 3.1.1.crx ├── 3.2.1.crx ├── 3.3.1.crx ├── 3.3.crx ├── 3.4.crx ├── 3.5.1.crx ├── 3.5.2.crx ├── 3.5.3.crx ├── 3.5.4.crx ├── 3.5.5.crx ├── 3.5.6.crx ├── 4.0.crx ├── 4.1.1.crx ├── 4.1.crx ├── 4.2.1.crx ├── 4.2.2.crx ├── 4.2.3.crx ├── 4.2.4.crx ├── 4.2.5.crx ├── 4.2.6.crx ├── 4.2.7.crx ├── 4.2.8.crx ├── 4.2.9.crx ├── 4.2.crx ├── 4.3.0.crx └── 4.3.1.crx /Chromium (.crx)/_locales/ar/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/ar/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/cs/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/cs/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/de/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/de/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/en/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/en/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/fr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/fr/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/it/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/it/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/nb/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/nb/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/nl_NL/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/nl_NL/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/pl/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/pl/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/pt/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/pt/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/ro/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/ro/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/ru/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/ru/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/tr/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/tr/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/ur_PK/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/ur_PK/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/vi/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/vi/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/_locales/zh_CN/messages.json -------------------------------------------------------------------------------- /Chromium (.crx)/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/background.js -------------------------------------------------------------------------------- /Chromium (.crx)/images/contextmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/images/contextmenu.png -------------------------------------------------------------------------------- /Chromium (.crx)/images/contextmenu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/images/contextmenu@2x.png -------------------------------------------------------------------------------- /Chromium (.crx)/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/images/icon.png -------------------------------------------------------------------------------- /Chromium (.crx)/images/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/images/icon@2x.png -------------------------------------------------------------------------------- /Chromium (.crx)/includes/modern_scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/includes/modern_scroll.js -------------------------------------------------------------------------------- /Chromium (.crx)/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/manifest.json -------------------------------------------------------------------------------- /Chromium (.crx)/options/options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/options/options.css -------------------------------------------------------------------------------- /Chromium (.crx)/options/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/options/options.html -------------------------------------------------------------------------------- /Chromium (.crx)/options/prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Chromium (.crx)/options/prefs.js -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/config.xml -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/contextmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/contextmenu.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/contextmenu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/contextmenu@2x.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/delete.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/icon.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/icon@2x.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/load.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/images/save.png -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/includes/scrollbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/includes/scrollbar.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/index.html -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/ar/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/ar/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/cs/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/cs/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/de/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/de/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/en/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/en/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/fr/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/fr/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/nb/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/nb/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/pl/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/pl/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/pt/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/pt/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/ro/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/ro/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/ru/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/ru/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/tr/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/tr/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/ur_PK/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/ur_PK/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/vi/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/vi/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/vi_VN/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/vi_VN/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/locales/zh_CN/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/locales/zh_CN/strings.js -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/options.html -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/options/options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/options/options.css -------------------------------------------------------------------------------- /Opera 11 & 12 (.oex)/options/prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/Opera 11 & 12 (.oex)/options/prefs.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/README.md -------------------------------------------------------------------------------- /resources/changelogs/changelog ar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog ar.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog de.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog en.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog fr.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog pt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog pt.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog ru.txt -------------------------------------------------------------------------------- /resources/changelogs/changelog zh_CN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/changelogs/changelog zh_CN.txt -------------------------------------------------------------------------------- /resources/descriptions/description ar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description ar.txt -------------------------------------------------------------------------------- /resources/descriptions/description cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description cs.txt -------------------------------------------------------------------------------- /resources/descriptions/description de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description de.txt -------------------------------------------------------------------------------- /resources/descriptions/description en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description en.txt -------------------------------------------------------------------------------- /resources/descriptions/description es_419.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description es_419.txt -------------------------------------------------------------------------------- /resources/descriptions/description fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description fr.txt -------------------------------------------------------------------------------- /resources/descriptions/description nb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description nb.txt -------------------------------------------------------------------------------- /resources/descriptions/description nl_NL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description nl_NL.txt -------------------------------------------------------------------------------- /resources/descriptions/description pl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description pl.txt -------------------------------------------------------------------------------- /resources/descriptions/description pt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description pt.txt -------------------------------------------------------------------------------- /resources/descriptions/description ro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description ro.txt -------------------------------------------------------------------------------- /resources/descriptions/description ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description ru.txt -------------------------------------------------------------------------------- /resources/descriptions/description tr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description tr.txt -------------------------------------------------------------------------------- /resources/descriptions/description uk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description uk.txt -------------------------------------------------------------------------------- /resources/descriptions/description ur_PK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description ur_PK.txt -------------------------------------------------------------------------------- /resources/descriptions/description vi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description vi.txt -------------------------------------------------------------------------------- /resources/descriptions/description zh_CN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/descriptions/description zh_CN.txt -------------------------------------------------------------------------------- /resources/modernscroll interface.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/modernscroll interface.txt -------------------------------------------------------------------------------- /resources/tests/test pages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/resources/tests/test pages.txt -------------------------------------------------------------------------------- /version history/1.0.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.0.oex -------------------------------------------------------------------------------- /version history/1.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.1.oex -------------------------------------------------------------------------------- /version history/1.2.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.2.1.oex -------------------------------------------------------------------------------- /version history/1.2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.2.oex -------------------------------------------------------------------------------- /version history/1.3.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.3.1.oex -------------------------------------------------------------------------------- /version history/1.3.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/1.3.oex -------------------------------------------------------------------------------- /version history/2.0.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.0.oex -------------------------------------------------------------------------------- /version history/2.1.1 differentmousescrolling.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.1 differentmousescrolling.oex -------------------------------------------------------------------------------- /version history/2.1.1 mactest.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.1 mactest.oex -------------------------------------------------------------------------------- /version history/2.1.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.1.oex -------------------------------------------------------------------------------- /version history/2.1.2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.2.oex -------------------------------------------------------------------------------- /version history/2.1.3.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.3.oex -------------------------------------------------------------------------------- /version history/2.1.4.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.4.oex -------------------------------------------------------------------------------- /version history/2.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.1.oex -------------------------------------------------------------------------------- /version history/2.2 beta 2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.2 beta 2.oex -------------------------------------------------------------------------------- /version history/2.2.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.2.1.oex -------------------------------------------------------------------------------- /version history/2.2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.2.oex -------------------------------------------------------------------------------- /version history/2.3 RC1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3 RC1.oex -------------------------------------------------------------------------------- /version history/2.3 RC2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3 RC2.oex -------------------------------------------------------------------------------- /version history/2.3 beta 1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3 beta 1.oex -------------------------------------------------------------------------------- /version history/2.3 beta 2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3 beta 2.oex -------------------------------------------------------------------------------- /version history/2.3.1 beta.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.1 beta.oex -------------------------------------------------------------------------------- /version history/2.3.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.1.oex -------------------------------------------------------------------------------- /version history/2.3.2 RC1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.2 RC1.oex -------------------------------------------------------------------------------- /version history/2.3.2 RC2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.2 RC2.oex -------------------------------------------------------------------------------- /version history/2.3.2 RC3.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.2 RC3.oex -------------------------------------------------------------------------------- /version history/2.3.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.3.oex -------------------------------------------------------------------------------- /version history/2.4 RC1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4 RC1.oex -------------------------------------------------------------------------------- /version history/2.4 RC2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4 RC2.oex -------------------------------------------------------------------------------- /version history/2.4.1 RC1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.1 RC1.oex -------------------------------------------------------------------------------- /version history/2.4.1 RC2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.1 RC2.oex -------------------------------------------------------------------------------- /version history/2.4.1.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.1.oex -------------------------------------------------------------------------------- /version history/2.4.2 RC.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.2 RC.oex -------------------------------------------------------------------------------- /version history/2.4.2 beta.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.2 beta.oex -------------------------------------------------------------------------------- /version history/2.4.2.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.2.oex -------------------------------------------------------------------------------- /version history/2.4.3.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.3.oex -------------------------------------------------------------------------------- /version history/2.4.4 RC.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.4 RC.oex -------------------------------------------------------------------------------- /version history/2.4.4 beta.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.4 beta.oex -------------------------------------------------------------------------------- /version history/2.4.4.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.4.oex -------------------------------------------------------------------------------- /version history/2.4.5.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.5.oex -------------------------------------------------------------------------------- /version history/2.4.oex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/2.4.oex -------------------------------------------------------------------------------- /version history/3.0 RC 1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 1.crx -------------------------------------------------------------------------------- /version history/3.0 RC 2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 2.crx -------------------------------------------------------------------------------- /version history/3.0 RC 3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 3.crx -------------------------------------------------------------------------------- /version history/3.0 RC 4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 4.crx -------------------------------------------------------------------------------- /version history/3.0 RC 5.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 5.crx -------------------------------------------------------------------------------- /version history/3.0 RC 6.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 6.crx -------------------------------------------------------------------------------- /version history/3.0 RC 7.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 7.crx -------------------------------------------------------------------------------- /version history/3.0 RC 8.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 RC 8.crx -------------------------------------------------------------------------------- /version history/3.0 beta 1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 beta 1.crx -------------------------------------------------------------------------------- /version history/3.0 beta 2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0 beta 2.crx -------------------------------------------------------------------------------- /version history/3.0.0.1 beta 1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.0.1 beta 1.crx -------------------------------------------------------------------------------- /version history/3.0.0.1 beta 2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.0.1 beta 2.crx -------------------------------------------------------------------------------- /version history/3.0.0.1 beta 3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.0.1 beta 3.crx -------------------------------------------------------------------------------- /version history/3.0.0.1 beta 4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.0.1 beta 4.crx -------------------------------------------------------------------------------- /version history/3.0.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.1.crx -------------------------------------------------------------------------------- /version history/3.0.2 RC.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.2 RC.crx -------------------------------------------------------------------------------- /version history/3.0.2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.2.crx -------------------------------------------------------------------------------- /version history/3.0.3 RC.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.3 RC.crx -------------------------------------------------------------------------------- /version history/3.0.3 beta.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.3 beta.crx -------------------------------------------------------------------------------- /version history/3.0.3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.3.crx -------------------------------------------------------------------------------- /version history/3.0.4 RC 1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.4 RC 1.crx -------------------------------------------------------------------------------- /version history/3.0.4 RC 2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.4 RC 2.crx -------------------------------------------------------------------------------- /version history/3.0.4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.4.crx -------------------------------------------------------------------------------- /version history/3.0.5.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.5.crx -------------------------------------------------------------------------------- /version history/3.0.6.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.6.crx -------------------------------------------------------------------------------- /version history/3.0.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.0.crx -------------------------------------------------------------------------------- /version history/3.1 beta 1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.1 beta 1.crx -------------------------------------------------------------------------------- /version history/3.1 beta 2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.1 beta 2.crx -------------------------------------------------------------------------------- /version history/3.1.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.1.1.crx -------------------------------------------------------------------------------- /version history/3.2.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.2.1.crx -------------------------------------------------------------------------------- /version history/3.3.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.3.1.crx -------------------------------------------------------------------------------- /version history/3.3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.3.crx -------------------------------------------------------------------------------- /version history/3.4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.4.crx -------------------------------------------------------------------------------- /version history/3.5.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.1.crx -------------------------------------------------------------------------------- /version history/3.5.2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.2.crx -------------------------------------------------------------------------------- /version history/3.5.3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.3.crx -------------------------------------------------------------------------------- /version history/3.5.4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.4.crx -------------------------------------------------------------------------------- /version history/3.5.5.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.5.crx -------------------------------------------------------------------------------- /version history/3.5.6.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/3.5.6.crx -------------------------------------------------------------------------------- /version history/4.0.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.0.crx -------------------------------------------------------------------------------- /version history/4.1.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.1.1.crx -------------------------------------------------------------------------------- /version history/4.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.1.crx -------------------------------------------------------------------------------- /version history/4.2.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.1.crx -------------------------------------------------------------------------------- /version history/4.2.2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.2.crx -------------------------------------------------------------------------------- /version history/4.2.3.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.3.crx -------------------------------------------------------------------------------- /version history/4.2.4.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.4.crx -------------------------------------------------------------------------------- /version history/4.2.5.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.5.crx -------------------------------------------------------------------------------- /version history/4.2.6.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.6.crx -------------------------------------------------------------------------------- /version history/4.2.7.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.7.crx -------------------------------------------------------------------------------- /version history/4.2.8.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.8.crx -------------------------------------------------------------------------------- /version history/4.2.9.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.9.crx -------------------------------------------------------------------------------- /version history/4.2.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.2.crx -------------------------------------------------------------------------------- /version history/4.3.0.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.3.0.crx -------------------------------------------------------------------------------- /version history/4.3.1.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Christoph142/modern-scroll/HEAD/version history/4.3.1.crx --------------------------------------------------------------------------------