https://youtube.com/watch?v=test_-example this video is so greattt!!
https://youtube.com/watch?v=t_est_-example this video is so greattt_!!
heyo_whataboutthis_lol ← okay wait, why can't i put emphasis inside words?
howaboutthis
https://youtube.com/watch?v=test_-example this video is so greattt!!
https://youtube.com/watch?v=t_est_-example this video is so greattt_!!
heyo_whataboutthis_lol ← okay wait, why can't i put emphasis inside words?
howaboutthis
:root { | |
--navigation-sidebar-width: calc(64px + var(--border-width)); | |
--navigation-drawer-width: calc(250px + var(--border-width)); | |
--navigation-width: calc(var(--navigation-sidebar-width) + var(--navigation-drawer-width)); | |
} | |
.system-theme, .dark-theme, ._15q3ngn1 { | |
--bg-surface: #1F1933; | |
--bg-surface-transparent: hsla(208, 8%, 20%, 0); | |
--bg-surface-low: #1A152B; |
I hereby claim:
To claim this, I am signing this object:
/* created by hazycora @h@fuckgov.org */ | |
/* mastodon hazy tweaks v1.2.3 */ | |
/* use with credit pls */ | |
/* https://gist.github.com/hazycora/cfb4e726083e9c737ae1c8fd44b1c970 */ | |
:root { | |
--accent-clr: #8c8dff; | |
--accent-deep-clr: #5455ff; | |
--bg-primary: #15171c; | |
--bg-secondary: #14161b; |
// ==UserScript== | |
// @name Faster Ambient Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Makes YouTube's ambient mode feature change more rapidly. | |
// @author hazycora | |
// @match https://www.youtube.com/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// ==/UserScript== |
/* this stylesheet requires CSS :has() selector full support */ | |
:root { | |
--bubble-color: rgb(0 0 0 / 0.4); | |
/* bubble-tight-radius is for the left-side corners | |
between messages by the same user */ | |
--bubble-tight-radius: 0rem; | |
/* bubble-radius is for all right-side corners | |
and the top corners in the first message by a user |
@import url("https://gist.githubusercontent.com/hazycora/01586ece7792ba520c9495bb559bc4d5/raw"); | |
.appMount_fae9dd, body { | |
background: none !important; | |
} | |
::selection { | |
background-color: rgba(127, 114, 172, 0.4); | |
} |
.embedFull-1HGV2S { | |
background: hsl(var(--primary-630-hsl) / 0.3); | |
} |
// scroll down so the entire playlists videos have been fetched, and run this | |
(() => { | |
const sumArray = (arr) => { | |
let sum = 0 | |
for (let seconds of arr) { | |
sum+=seconds | |
} | |
return sum | |
} | |
const timestampElems = [...document.querySelectorAll('ytd-playlist-video-list-renderer ytd-thumbnail-overlay-time-status-renderer span.style-scope.ytd-thumbnail-overlay-time-status-renderer')] |
Go to youtube.com/feed/channels
The page should display a list of your YouTube subscriptions. Run the following JavaScript in the console. Your YouTube subscriptions will be displayed on screen for you to copy-paste.
This CSV response can be saved and imported into other apps which can load Google Takeout subscription files, such as NewPipe.