This add-on is not actively monitored for security by Mozilla. Make sure you trust it before installing.
It's pretty lame that Mozilla's addons site still doesn't show source code which is guaranteed to correspond to the binary you're installing.
Anyway, I went and read the source on github (which probably corresponds to the extension one can install) and while this part seems very straightforward this other part exceeds my understanding 😂 (i'm not suggesting it is malicious, i just don't understand everything it is doing there or why it is necessary).
What I was really looking at the source for was to see if they were simulating keystrokes (and inserting plausible delays between them) to defeat a more determined anti-pasting adversary, or if they were simply suppressing the hostile website's onPaste handler so that pastes can happen as normal. And: they are doing the latter.
I wonder if any paste-blocking websites detect and defeat this extension yet?
"bUt ItS a SeCuRiTy RiSk." Yeah maybe when most people were keeping their passwords in a spreadsheet. However now that they are all encrypted in password management programs its a vulnerability. If I can't generate a 40+ char password for your site then I will not be using your site if I can help it.
you are correct that most people dont keep their passwords in spreadsheets. a lot of people prefer a plaintext file on their desktop, or a note in their phones!
And if I have do, I won't do anything that's not a necessity, and I will absolutely not make more than the laziest password I can, because that's how I give up.
...until certain links are, for some idiotic reason, also handled through javascript, and don't work with "open link in new tab" or middle click. Screw those sites!
I ran into this just the other day, a site wouldn't let me paste my password into the "confirm password" field when signing up. Had to resort to editing the HTML properties because there's no way I'm manually typing in my long-ass randomly generated password.
I've seen password managers fail to detect password fields because the frontend devs thought whatever stupid piece of React crap they vomited from their keyboards was better than using standard html fields for their intended purpose. It's not very common, but it happens. Credit card fields are also a big mess for the same reason. Half the time bitwarden's best guess at auto filling those results in some absolute soup that makes no sense.
I'd also like to take this opportunity to send my warmest, most sincerest fuck yous to all the UX designers who think it's a good idea to fuck with navigation. Don't prevent me from opening shit in a new tab. Don't just scroll the page up to the previous h1 when I try to go back. Who the hell do you think you are?
Don't fuck with copy too, my schools e-textbook thing won't let you copy text when quoting it for an essay.
Edit: I appreciate the help but this is on a school laptop, we can't install anything nor open inspect element. Also I already found a workaround by cntrl+c-ing before I lift the left click and it goes to highlight mode.
I always just find a pdf to use even if I had to pay for the service. One time the pictures they provided (tables) were so difficult to read that I tracked down the original source material and sent copies to the professor and the rest of the class.
I have a partial answer. The add-on has different modes for different degrees of bypassing. I’m sure the complete bypass would break it, but not sure about intermediate options.
I can confirm that it has not appeared to affect the functionality of those sites for me. Although... There are some sites with multiple fields that don't work and some that do, I've just assumed that the sites which don't work were down to poor code.
Yea, but that's not system wide so apps and stuff that route you to say a webpage for login with the internal browser will still fuck with copy and paste
I'm guessing it's all from the same ad network but I've noticed an uptick in the number of sites hijacking the back button to show more ads. Even the Associated Press site has been doing it and it drives me crazy.
Does this work with any text on page (vs just inputs)?
Currently dealing with several digital textbooks - that I fucking purchased - from Elsevier that disable copy functions, which makes pulling chunks of text from a page to take notes a pain in the ass. I've resorted to just using the snipit tool to capture tiny screenshots of the text I want, but that's ofc significantly less ideal than just highlighting text and hitting Ctrl+C.
That sounds right up my alley because another pet peeve of mine is when they block me from opening an image in a new tab via the right click menu. My eyes aren't what they used to be and I need to ZOOM sometimes.
It's a really good extension. Has a tendency to break some functionality of websites when it's on, but it's easy to just toggle it on, refresh the page, grab what you need, then toggle it off again.
Okay that actually sounds pretty amazing... but I can't get it to work. Win+shift+T seems to just cycle through the icons pinned in my taskbar. I'll do some googling to see if I can figure out why that is, but if you know a quick fix, then yes please!!
ShareX has an OCR feature. It's a tool for taking screenshots and recordings, with support for configurable workflows which can do all sorts, including extract text from the snipped area and copy it to the clipboard.
I just thought of a possible bypass. Maybe a phone’s “scan document” function can help with that? Provided that the text is clear, you may be able to scan a webpage and save it as a scanned document. Then open the doc on your phone (or other device), and you should be able to highlight and copy the scanned text.
Okay, maybe not. I tested it with this very page and although the copied text got the gist, I still would’ve had to go back and edit things. But eh, YMMV. It could be a valid work-around for somebody, just with different text or using a different device.
Usually I just leave them as little image blocks of text cuz ain't nobody got time for dat. When I actually do want to fully convert it (usually only bother if I'm sending something out to the class), then I'll save the whole doc as a PDF and then run it through an optical character recognition service like this one. There are ways, they just suck when a feature like copy exists.
California DMV requires a bank routing and account number instead of a credit card, but doesn't allow you to copy and paste it from your bank website. You have to type out the 20+ digits and if you get any of them wrong a cop pulls you over and potentially murders you.
I’ve never understood the rationale for this. You want users to type in all the digits themselves? I’d rather someone copy and paste it if I were going for accuracy.
I had used a website that changed the max length of passwords, but ignored, that existing ones might already have been longer.... I overcame the client side validation, but the server side validated it, too...
Just not allowing the clipboard is a legitimate security measure though. A lot of apps can read that memory space, so it's kind of a security black hole.l