We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Video above shows copying from elements with two-letter hints, one letter, then two letters. Both two letters works, one letter doesn't copy anything.
Side note: apparently the video can't be played in Firefox, not sure why. I tried it on Chrome and it works just fine. Downloading also works.
{ "version": "1.3.1", "browser": "firefox", "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0", "browserInfo": { "name": "Firefox", "vendor": "Mozilla", "version": "116.0.3", "buildID": "20230816233310" }, "platformInfo": { "os": "linux", "arch": "x86-64" }, "storage.sync": { "css": ".root {\n font: menu;\n}\n\n.hint {\n font-size: 12px;\n padding: 2px;\n color: black;\n background-color: #ffffff;\n border: solid 1px rgba(0, 0, 0, 0.5);\n text-transform: uppercase;\n font-weight: bold;\n line-height: 1;\n white-space: nowrap;\n}\n\n.highlighted {\n background-color: #fb5d72;\ncolor: white;\n\n}\n\n.matchedChars {\n opacity: 0.3;\n}\n\n.matchedText {\n border-bottom: 2px solid #ef0fff;\n box-sizing: border-box;\n}\n\n.status {\n font-size: 14px;\n padding: 4px 6px;\n color: white;\n background-color: black;\n box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);\n bottom: 0;\n right: 0;\n line-height: 1;\n}\n\n.peek .hint:not(.hasMatchedChars):not(.highlighted) {\n opacity: 0.2;\n}\n\n.mixedCase {\n text-transform: none;\n}\n\n.hidden,\n.hint:not(.hidden) ~ .shruggie,\n.status:empty {\n opacity: 0 !important;\n}" }, "storage.local": { "tutorialShown": true }, "language": "en-US" }
The text was updated successfully, but these errors were encountered:
Tried reproducing this today. Basically, it seems to be the same thing as #92 (comment) – Firefox is overly twitchy with its “protection” :(
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Screen shot
linkhint.mp4
Description
Video above shows copying from elements with two-letter hints, one letter, then two letters.
Both two letters works, one letter doesn't copy anything.
Side note: apparently the video can't be played in Firefox, not sure why. I tried it on Chrome and it works just fine. Downloading also works.
Debug info
Debug info
The text was updated successfully, but these errors were encountered: