overlay icon indicating copy to clipboard operation
overlay copied to clipboard

Overlay is a browser extension helping developers evaluate open source packages before picking them

Results 18 overlay issues
Sort by recently updated
recently updated
newest added

The tests against the real StackOverflow websites failed. Check it [here](https://github.com/os-scar/overlay/actions/workflows/real-integration.yml).

bug

- Real example failed Fixes #152

![image](https://github.com/os-scar/overlay/assets/17686879/2b5dfbae-ae04-4a0c-b6ff-aaadef223316) A quick research gave me this information: The `tabs` permission will add a warning of **Read your browsing history**, that's because I can listen to `chrome.tabs.onUpdate` and record the...

chrome settings have a way to give extensions access permission only on click. not every time I load the page. If I apply this setting, the extension "works" but says...

bug
help wanted

[Sandworm](https://sandworm.dev) is a new tool for developers to check npm packages. They are generating a report with list of issues: ![image](https://user-images.githubusercontent.com/1287098/222925680-768f0e41-11ad-4407-8cdf-9d2d70d2d6de.png) Even though the webapp looks like it was statically...

good first issue
integration

I don't know why, but if you go to [this answer](https://stackoverflow.com/a/68263704/839513) in StackOverflow and you look at the `BFJ` package, you will see its Debricked score is `0/100`. Go to...

bug
help wanted

When double-clicking a line to highlight it, if overlay exists it prevents you from copying the entire line on double click. [Example](https://stackoverflow.com/a/5450183) Possible solutions: - add copy icon at the...

invalid

- move finder code to share with all content - rename indicator.js -> create-element.js - move element creation to create-element - inject contentElementSelector - include the self element in findRanges...

UI
on hold

- [ ] Tooltip - [ ] Modal - [ ] Popup (options)

UI
on hold