You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Develop Chrome Extension for Replacing Headlines Description: Build a Chrome extension that replaces the original headlines from Fox News, CNN, and MSNBC with newly generated headlines, while keeping old headlines available via hover. Tasks:
1. Develop the basic structure of the Chrome extension.
2. Integrate with the backend to fetch the new headlines from the database.
3. Replace old headlines on the specified sites with new ones. Should be a find and replace function but should look for header tags to ensure we are not over-replacing.
4. Implement hover functionality to display the old headline.
5. Ensure user interface is clear, with distinct styling for replaced headlines. Suggestion to use blue for the replaced headlines. (Note: In future, I would like black for native headlines, blue for replaced headlines, green or gold for verified headlines, and red for headlines on articles found to be in violation of policy.) Acceptance Criteria:
• Extension replaces headlines in real-time on supported sites.
• Old headlines are accessible via hover text.
• Extension functions smoothly on Chrome and meets UI requirements. Priority: High Labels: Frontend, Extension, MVP
The text was updated successfully, but these errors were encountered:
I'm not sure what the problem is here you're solving for. Can you explain in more detail?
If we replace a string of text without sensitivity to the tags around it (say
) I’m thinking we might have a bug where someone mentions the title of their article within the article itself and then we end up replacing that as well.
Title: Develop Chrome Extension for Replacing Headlines
Description: Build a Chrome extension that replaces the original headlines from Fox News, CNN, and MSNBC with newly generated headlines, while keeping old headlines available via hover.
Tasks:
1. Develop the basic structure of the Chrome extension.
2. Integrate with the backend to fetch the new headlines from the database.
3. Replace old headlines on the specified sites with new ones. Should be a find and replace function but should look for header tags to ensure we are not over-replacing.
4. Implement hover functionality to display the old headline.
5. Ensure user interface is clear, with distinct styling for replaced headlines. Suggestion to use blue for the replaced headlines. (Note: In future, I would like black for native headlines, blue for replaced headlines, green or gold for verified headlines, and red for headlines on articles found to be in violation of policy.)
Acceptance Criteria:
• Extension replaces headlines in real-time on supported sites.
• Old headlines are accessible via hover text.
• Extension functions smoothly on Chrome and meets UI requirements.
Priority: High
Labels: Frontend, Extension, MVP
The text was updated successfully, but these errors were encountered: