[PR #9] [MERGED] Add Firefox Support & Text Diff Comparison Feature #15

Closed
opened 2026-03-04 02:09:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/zlwaterfield/scramble/pull/9
Author: @dh1011
Created: 9/21/2024
Status: Merged
Merged: 10/14/2024
Merged by: @zlwaterfield

Base: mainHead: main


📝 Commits (2)

  • 9223336 support firefox. add diff function
  • caf27e7 Merge branch 'main' into main

📊 Changes

7 files changed (+205 additions, -57 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 background.js (+24 -6)
📝 content.js (+125 -6)
libs/diff.min.js (+1 -0)
📝 manifest.json (+16 -10)
📝 options.js (+23 -23)
📝 popup.js (+12 -11)

📄 Description

Summary:

This pull request introduces two updates:

  1. Support for Firefox: Scramble now functions seamlessly as a Firefox extension.
  2. Diff Comparison and Prompt: Users can now view a visual diff between the original text and the improved (corrected) text. Additionally, the extension prompts users to either accept or cancel the suggested changes before applying them.

screenshot


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/zlwaterfield/scramble/pull/9 **Author:** [@dh1011](https://github.com/dh1011) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@zlwaterfield](https://github.com/zlwaterfield) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`9223336`](https://github.com/zlwaterfield/scramble/commit/92233363fd67c8453113c1d44a2c89f1957a8b59) support firefox. add diff function - [`caf27e7`](https://github.com/zlwaterfield/scramble/commit/caf27e78c8ade6975ccdbabaddd778afe6eea588) Merge branch 'main' into main ### 📊 Changes **7 files changed** (+205 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `background.js` (+24 -6) 📝 `content.js` (+125 -6) ➕ `libs/diff.min.js` (+1 -0) 📝 `manifest.json` (+16 -10) 📝 `options.js` (+23 -23) 📝 `popup.js` (+12 -11) </details> ### 📄 Description #### Summary: This pull request introduces two updates: 1. **Support for Firefox**: Scramble now functions seamlessly as a Firefox extension. 2. **Diff Comparison and Prompt**: Users can now view a visual diff between the original text and the improved (corrected) text. Additionally, the extension prompts users to either accept or cancel the suggested changes before applying them. ![screenshot](https://github.com/user-attachments/assets/19b5578a-1eaa-4480-8eae-a5086a33c060) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:09:38 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/scramble#15
No description provided.