Skip to content

Instantly share code, notes, and snippets.

View lemonadeforlife's full-sized avatar
🌙
Idle

Lemonade lemonadeforlife

🌙
Idle
View GitHub Profile
@lemonadeforlife
lemonadeforlife / MiruroBlueButtonFix.user.css
Last active March 3, 2026 09:24
temporary workaround for Miruro player blue button
/* ==UserStyle==
@name Miruro Blue Button Fix
@namespace miruroblue
@version 1.0.0
@description temporary fix for blue background color from miruro
@author lemonade
==/UserStyle== */
@-moz-document regexp("https://www\.miruro\.(tv|to|online|bz)/watch/.+") {
div.vds-controls-group:nth-child(6) > button, .vds-mute-button, #media-menu-button-1 {
background-color: transparent !important;
@lemonadeforlife
lemonadeforlife / fedoraTermOpactiy.md
Last active April 4, 2025 10:15
Configure opacity of Default Terminal in Fedora 41

Opacity Value Range from 0 to 1.

dconf write /org/gnome/Ptyxis/Profiles/6d4baaac3a9156599eea306267b6b94a/opacity 0.85
@lemonadeforlife
lemonadeforlife / warpFedora.md
Created February 21, 2025 17:11
Install Cloudflare Warp in Fedora

Install Cloudflare Warp in Fedora

1. Add package repo and install it

sudo dnf config-manager addrepo --from-repofile=https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo
sudo dnf install cloudflare-warp
// ==UserScript==
// @name Animepahe Autoplay
// @namespace https://greasyfork.org/en/scripts/518033-animepahe-autoplay/
// @version 2.1
// @description Autoplay videos for you in Animepahe
// @author lemonade_for_life
// @match https://animepahe.ru/play/*
// @include https://kwik.si/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=animepahe.ru
// @grant none
@lemonadeforlife
lemonadeforlife / stfu_warp.md
Last active June 11, 2024 16:31
Remove warp icon from taskbar in Linux
sudo chmod -x /bin/warp-taskbar && pkill warp-taskbar

👍️