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
| const GEOSUBMIT_ENDPOINT = 'https://api.beacondb.net/v2/geosubmit' | |
| async function getPosition() { | |
| const locationResult = await Location.current() | |
| return { | |
| latitude: locationResult.latitude, | |
| longitude: locationResult.longitude, | |
| accuracy: locationResult.horizontalAccuracy, | |
| altitude: locationResult.altitude, |
| // A solution to the following problem: | |
| // "I have two children, (at least) one of whom is a boy born on a Tuesday- | |
| // what is the probability that both children are boys?" | |
| // Problem proposed here: https://x.com/pli_cachete/status/1873822656879091908 | |
| const sexes = ['male', 'female'] | |
| const days = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] | |
| const possibleChildren = sexes.map(sex => days.map(day => [sex, day])).flat() |
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 @[email protected] */ | |
| /* 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); | |
| } |