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

Added new recipe - Hacker News (YCombinator) #487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rohansx
Copy link

@rohansx rohansx commented Jan 3, 2024

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

Added new recipe of hackernews from ycombinator

{
"id": "hackernews",
"name": "Hacker News",
"version": "1.3.0",
Copy link
Contributor

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

Comment on lines +9 to +10
// get unread messages
const count = document.querySelectorAll('.guilds-wrapper .badge').length;
Copy link
Contributor

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?

Comment on lines +18 to +19
// Hide download message
Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Member

@SpecialAro SpecialAro left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants