Description
When I click on the "Copy All the Occurrences to Clipboard" button, each occurrence is copied twice instead of once.
Steps to Reproduce
- Open the extension in either Chrome or Firefox.
- Perform a search that yields multiple occurrences. For example:
- Use the query
memes site:reddit.com inurl:comments on Google.
- Use the extension to extract posts with 3-digit comment counts using the pattern:
\d\d\d\+.
- Click on the "Copy All the Occurrences to Clipboard" button.
- Paste the copied text to verify the results.
Expected Behavior
- Each occurrence should be copied once to the clipboard.
Actual Behavior
- Each occurrence is copied twice to the clipboard.
Description
When I click on the "Copy All the Occurrences to Clipboard" button, each occurrence is copied twice instead of once.
Steps to Reproduce
memes site:reddit.com inurl:commentson Google.\d\d\d\+.Expected Behavior
Actual Behavior