Rasz_pl
Rasz_pl
I can only see custom_js ever in one file under that link https://github.com/code-charity/youtube/blob/28f1bef13c0f77c2b9c5200ec9c7868b8d354629/ui/script.js#L449 so I dont know how it would work, its only ever saved, but never used?
Are you saying "includes paid promotion" is a link to YT information page? I cant find an example right now, can you link one? How about making it pass thru...
I searched for Sabine [AI passed the Turing Test -- And No One Noticed](https://www.youtube.com/watch?v=GyNaH27lX90) video and I get live preview thumbnail for it without that paid promotion banner :| thats...
https://github.com/code-charity/youtube/pull/2432 makes HIDE BUTTONS ON THUMBNAILS also affect those "includes paid promotion" banners. Additionally turning on Blocklist will move them to the right of video-preview.
screenshot would also be nice, I never saw this yet
while https://github.com/code-charity/youtube/commit/dc56797f195750aaf6b3e2b8028ef6dd97c7bbfb fixes the issue, its not good. It spams non associated tabs with messages. Whats the deal with `action: "new-tab-opened"`? cleanup https://github.com/code-charity/youtube/pull/2356 fixes half of https://github.com/code-charity/youtube/issues/2284
Resizing window forces very slow DOM redraw and slows down popup load. I would understand animation, but 1 frame in between is not an animation :) We can instead create...
well, it is a good idea, but https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Sharing_objects_with_page_scripts means we get exception in FF (and no idea about Safari), requires cloneInto(). Ill ponder about it some more later. edit: this...
> figured why it was done like this? /any possible advantage DOM manipulation is slow and you need to encode stuff so it doesnt get mangled in transit, huge disadvantages....
Its extremely difficult bordering on impossible to disable extension on already loaded tab due to the way loaded extension modifies the page. The best we could do is have a...