Skip to content

Instantly share code, notes, and snippets.

View lemonadeforlife's full-sized avatar
🌙
Idle

Lemonade lemonadeforlife

🌙
Idle
  • Earth
View GitHub Profile
@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

👍️

// ==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 / 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
@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 / imdbWatchHistoryExportCSV.user.js
Created March 24, 2026 09:45
Export your imdb watch history as CSV format
// ==UserScript==
// @name IMDB Watch History Exporter
// @namespace https://www.imdb.com/
// @version 0.1.0
// @description Export your IMDB watch history to CSV
// @author lemonade
// @match https://www.imdb.com/user/*/watchhistory/*
// @match https://www.imdb.com/user/*/watchhistory
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
@lemonadeforlife
lemonadeforlife / index.html
Created June 14, 2026 14:12
Basic HTML with examples
<!doctype html>
<html>
<body>
<h1> Header 1 </h1>
<p>
<b>This is bold</b> <br>
<b><u>This is bold and underlined</u></b> <br>
<i>This is italic</i> <br>
<del>This text is deleted text.</del> <br>
<em>The principle said,</em> <q><i>BAF Shaheen College Dhaka is a well renowned and prestigious educational institution.</i></q> <br>
@lemonadeforlife
lemonadeforlife / malSeasonalView.user.js
Created June 20, 2026 10:24
Converts MyAnimeList's table list view into MAL's native seasonal-anime card markup
// ==UserScript==
// @name MAL Seasonal View
// @namespace mal-list-to-card
// @version 3.0
// @description Converts MyAnimeList's table list view into MAL's native seasonal-anime card markup
// @author lemonadeforlife
// @match https://myanimelist.net/anime.php?cat=anime*
// @grant none
// ==/UserScript==