Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wafflelapkin/github-no-more
No more "Load more"! >:3
https://github.com/wafflelapkin/github-no-more
firefox-extension
Last synced: 17 days ago
JSON representation
No more "Load more"! >:3
- Host: GitHub
- URL: https://github.com/wafflelapkin/github-no-more
- Owner: WaffleLapkin
- License: other
- Created: 2024-05-26T17:09:33.000Z (6 months ago)
- Default Branch: meow
- Last Pushed: 2024-10-27T19:10:08.000Z (18 days ago)
- Last Synced: 2024-10-27T23:25:05.998Z (18 days ago)
- Topics: firefox-extension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/github-no-more
- Size: 24.4 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# No more "Load more" buttons on github
Annoyed that `^F` does not work in long github discussions?
Tired from clicking "Load more" over and over again?
This extension is for you!# Development
NB: I have no idea how to make extensions. You might know better than me.
[`web-ext`](https://github.com/mozilla/web-ext) is pretty cool for running the extension.
The code as-written is pretty hacky, but it does work.
For testing see [this issue](https://github.com/rust-lang/rust/issues/35121#issuecomment-243008208) ("Load more") or this [pull request](https://github.com/rust-lang/rust/pull/111503/files#diff-b12d31237d3790cfe414f072d2ac7ed12906ccbc95f01b7454c72ebab5001421) ("Load diff"). For debugging on android see [this page](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/). For instructions on how to publish extensions see [this](https://extensionworkshop.com/documentation/publish/submitting-an-add-on/).