URLs that link to “youtu.be” include tracking bugs. Don’t share such links. This is the correct URL: https://www.youtube.com/watch?v=al9yWA4TUII … but it’s propaganda, anyway
You can use the shorter
.be
url – just only copy up to (not including) the question mark.If you’re disinclined to endure any inconvenience, you can put this in a userscript to strip the tracking code automatically (including what the copy button saves):
const listener = new MutationObserver((mutations, observer) => { // query blindly until found - it's never listed as an addedNode const field = document.querySelector("#share-url"); if(!field) return; field.value = field.value.split("?")[0]; // SPA and navigation events/functions not catching anything, so just listen forever :/ // listener.disconnect(); }); listener.observe(document.body, {childList: true, subtree: true});
Thank you. Edited.
Never 51 💪🍁
As shallow as it sounds seeing some celebrity endorsements makes me feel good about the popular vote. Same with venturing into some simple slogan territory that would otherwise be a PP only thing.
I have mixed feelings about this ad. It meets the moment, but in terms of rhetoric it’s a bit soft and in terms of setup it still models purity testing.
Americans may be patriots but Canadians are loyalists.