Skip to content

Instantly share code, notes, and snippets.

View Edwin-Zarco's full-sized avatar
😵‍💫

Edwin Zarco Edwin-Zarco

😵‍💫
View GitHub Profile
@SpiritAxolotl
SpiritAxolotl / parrot.css
Last active August 29, 2023 16:05
Makes the "No QRTs" bird have normal eyes
[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");
}
@rondhi
rondhi / README.md
Last active July 1, 2024 07:47
How to stream games from OBS directly from Steam Deck's Gaming Mode

How to stream games from OBS directly from Steam Deck's Gaming Mode (as of 2023-02-26)

DISCLAIMER: As with any guide, please make sure to read through and understand everything before following the steps in this guide. I'm not responsible for you breaking anything on your own device. This guide assumes you have a little background with the linux command line as well as the text editor nano. If not, please educate yourself


Description: It's possible to stream Vulkan and OpenGL games from Gaming Mode on your Steam Deck. This guide is heavily based on robertkirkman's guide, which is linked multiple times throughout this guide. Much thanks to them


@RubenKelevra
RubenKelevra / fast_firefox.md
Last active June 25, 2024 23:11
Make Firefox fast again
@sar
sar / firefox.webgpu.md
Created March 14, 2021 00:44
Enable Web GPU Video Decoding and DOM Acceleration on Firefox Linux

Firefox GPU Acceleration

Enable GPU accelerated content decoding and DOM compositor rendering on Linux. For more details refer to docs.

Properties can be set by navigating to about:config.

DOM

gfx.webrender.all=true
layers.mlgpu.enabled=true
@jeb5
jeb5 / Youtube Subs to OPML.js
Last active April 16, 2024 18:30
Youtube Subscriptions to RSS/OPML
const channels = [...document.querySelectorAll("#main-link.channel-link")].map(e => {
const [, a, b] = e.href.match("/((?:user)|(?:channel))/(.*)$");
const feed = "https://www.youtube.com/feeds/videos.xml?" + (a === "user" ? "user=" : "channel_id=") + b;
const channelName = e.querySelector("yt-formatted-string.ytd-channel-name").innerText;
return [feed, channelName];
});
if (channels.length == 0) {
alert("Couldn't find any subscriptions");
} else {
console.log(channels.map(([feed, _]) => feed).join("\n"));
@Luro02
Luro02 / hosts.txt
Last active April 15, 2024 05:37
A blocklist for the Amazon Fire devices, that should block (some) telemetry...
# Amazon Fire (HD 8) Blocklist (V.1.0)
#
# Constribute:
# please make a comment under this gist and I'll add it after checking to this list.
#
# Constributions by:
# Luro02
#
# Credits:
# https://forum.xda-developers.com/amazon-fire/general/how-to-block-updates-via-router-t3640267