-
Notifications
You must be signed in to change notification settings - Fork 193
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
Added new recipe - Hacker News (YCombinator) #487
base: main
Are you sure you want to change the base?
Conversation
{ | ||
"id": "hackernews", | ||
"name": "Hacker News", | ||
"version": "1.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every new recipe needs to start with version 1.0.0
// get unread messages | ||
const count = document.querySelectorAll('.guilds-wrapper .badge').length; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there even any notifications on hackernews?
// Hide download message | ||
Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment here seems out of place, probably needs to be removed.
recipes/hackernews/icon.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The icon on the website is orange square with a "Y" in the middle. The icon you have provided here is only an orange square without the "Y" inside.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the comments by @mcmxcdev so we can move to merge. Thank you!
Pre-flight Checklist
Please ensure you've completed all of the following.
Description of Change
Added new recipe of hackernews from ycombinator