Replies: 3 comments 6 replies
I don't know whether they are intentional, but I've checked and uBO 1.58 (11 months ago) is the first version in which they appeared. They appear in both Chromium and Firefox.
I don't know whether it's intentional. For me it happens only in Chromium-based browsers, but not in Firefox-based. |
|
I've never tried copying results directly. The export dialog is for copying them: https://github.com/gorhill/uBlock/wiki/The-logger#export-dialog @gorhill could/should [Ctrl]+[A] perhaps trigger the export dialog instead? |
|
Theoretically you could add a selection exclusion for everything else except the table logger in CSS (the manifest file excludes fairly old browsers where Ctrl+A ignored it): /* Draft */
.permatoolbar {
/* Orion Browser and similar projects for macOS/iOS
-webkit-user-selct: none;
*/
user-select: none;
}
/* Draft */Then the problem of space bars and Blink policy to allow copy I don't know if it's possible to handle empty lines in Chromium with CSS. |
Uh oh!
There was an error while loading. Please reload this page.
In the uBO logger UI, there are visible spaces between certain icons, and some text elements that normally can’t be copied can actually be copied using "Ctrl + A". I noticed this while selecting certain filters by holding down mouse1. 😄
Video
uBO.Logger.UI.mp4
All reactions