Skip to content

Instantly share code, notes, and snippets.

View akhiljalagam's full-sized avatar
🎯
Focusing

Akhil Jalagam akhiljalagam

🎯
Focusing
View GitHub Profile
@akhiljalagam
akhiljalagam / restyling_template.user.js
Created January 6, 2023 16:16 — forked from Hunter-Github/restyling_template.user.js
A simple GreaseMonkey script template to implement a user-defined CSS without Stylish
// ==UserScript==
// @name Fix some style in GreaseMonkey
// @match *://example.com/*
// @copyright 2016+, You
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle ( " \
// ADD YOUR CSS HERE
" );
@akhiljalagam
akhiljalagam / install-arch.md
Created June 15, 2023 20:41 — forked from jqtrde/install-arch.md
Install Arch Linux with Full Disk Encryption (LVM on LUKS)