feat(NextToppers): add activity - #11047
Open
klaze-125 wants to merge 12 commits into
Open
Conversation
Contributor
🖼️ Activity asset previewI fetched these assets so you don't have to. My hobbies include embedding images and silently judging diffs. NextToppers (
|
| Preview | Source | URL |
|---|---|---|
![]() |
logo | https://i.imgur.com/9YKfQ6M.png |
![]() |
thumbnail | https://i.imgur.com/NfGW7mM.png |
Beep boop — I refresh this comment on every push, so no need to scroll. 🤖
skullysmods
requested changes
Jul 27, 2026
skullysmods
left a comment
Member
There was a problem hiding this comment.
The activity is of low quality. Add support for other pages. + Fix these errors + upload proof of working it
Author
There was a problem hiding this comment.
ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Signed-off-by: Klaze <kailassajilal125@gmail.com>
Signed-off-by: Klaze <kailassajilal125@gmail.com>
skullysmods
requested changes
Jul 27, 2026
| }, | ||
| "service": "NextToppers", | ||
| "description": { | ||
| "en": "Attending class on Next Toppers" |
Member
There was a problem hiding this comment.
Try to expand the description by using the site's official description, for example
| "url": "nexttoppers.com", | ||
| "regExp": "^https?[:][/][/](www[.])?nexttoppers[.]com[/]", | ||
| "version": "1.0.0", | ||
| "logo": "https://i.imgur.com/o588YlC.png", |
Member
There was a problem hiding this comment.
Your logo looks a little blurry; you can use this one instead.
https://i.imgur.com/9YKfQ6M.png
| }) | ||
|
|
||
| const browsingTimestamp = Math.floor(Date.now() / 1000) | ||
| const logoUrl = 'https://i.imgur.com/o588YlC.png' |
Co-authored-by: Skully <117316808+skullysmods@users.noreply.github.com> Signed-off-by: Klaze <kailassajilal125@gmail.com>
Signed-off-by: Klaze <kailassajilal125@gmail.com>
Signed-off-by: Klaze <kailassajilal125@gmail.com>
Signed-off-by: Klaze <kailassajilal125@gmail.com>
skullysmods
requested changes
Jul 27, 2026
Co-authored-by: Skully <117316808+skullysmods@users.noreply.github.com> Signed-off-by: Klaze <kailassajilal125@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Added new presence activity for NextToppers (nexttoppers.com). Compiled cleanly and tested locally.