- Oeil [Album] (Lost Media)
- Poisson Soluble [Album]
| // ==UserScript== | |
| // @name Random Dial | |
| // @namespace https://spax.zone | |
| // @version 2025-09-13 | |
| // @description dials a random person on the internet phonebook :3 | |
| // @author Spax | |
| // @match https://internetphonebook.net/* | |
| // @icon https://icons.duckduckgo.com/ip2/internetphonebook.net.ico | |
| // @grant unsafeWindow | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Add "Following/Followers" to AF Dropdown Menu | |
| // @namespace https://spax.zone/ | |
| // @version 2025-07-02 | |
| // @description because it shouldn't be hidden in the settings | |
| // @author Spax | |
| // @match https://artfight.net/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=artfight.net | |
| // @grant none | |
| // ==/UserScript== |
| --acts exactly like stealth | |
| definemod{'winestealth', function(percent, pn) | |
| if not P[pn] then return end | |
| local a = 0.02*math.min(100 - percent, 50) | |
| local w = 0.02*math.min(percent, 50) | |
| local shader = winestealth:GetShader() | |
| shader:uniform1f('a', a) | |
| shader:uniform1f('w', w) | |
| if not P[pn]:GetArrowShader() and percent > 0 then | |
| P[pn]:SetArrowShader(shader) |
| steps = P1:GetNoteData() | |
| function findNote(beat, type) | |
| if not type then type = 'notes' end | |
| local t = {} | |
| local r = 0.02 | |
| local left = 1 | |
| local right = #steps | |
| while left <= right do | |
| local mid = math.floor((left + right) * 0.5) |
| @-moz-document domain("cobalt.tools") { | |
| [src="emoji/dragon_face.svg"], img.emoji > div { | |
| content:url("emoji/dragon_face_wukko.svg"); | |
| } | |
| } |
| [src="https://abs.twimg.com/responsive-web/client-web/parrot-800x400.v1.de5767b9.png"] { | |
| content: url("https://cdn.discordapp.com/attachments/877970355241746442/1111501949641171034/parrot.png"); | |
| } | |
| [style="background-image: url(\"https://abs.twimg.com/responsive-web/client-web/parrot-800x400.v1.de5767b9.png\");"] { | |
| background-image: url("https://cdn.discordapp.com/attachments/877970355241746442/1111501949641171034/parrot.png"); | |
| } |