Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Khan Academy): fix and update presence #9374

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

pand6ra
Copy link

@pand6ra pand6ra commented Mar 6, 2025

Description

Fixed Khan Academy presence after it had been abandoned by original author for 3+ years

Acknowledgements

Screenshots

Proof showing the creation/modification is working as expected ![image](https://github.com/user-attachments/assets/68217738-ae24-4878-aa97-fe27fa823aa6)

Signed-off-by: pand6ra <[email protected]>
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Signed-off-by: pand6ra <[email protected]>
pand6ra added 2 commits March 6, 2025 18:45
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
}
else if (document.location.pathname.includes('/teachers')) {
presenceData.state = '🎓 Teachers'
else if (path === '/profile/me/teachers'){

Check failure

Code scanning / ESLint

disallow unused capturing group Error

Capturing group number 1 is defined but never used.
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
Comment on lines 5 to 6
"name": "pand6ra",
"id": "468922513410490368"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than replacing the author, add yourself as a contributor

Signed-off-by: pand6ra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants