Skip to content

Instantly share code, notes, and snippets.

View 3nly's full-sized avatar
💭
🎲

3nly

💭
🎲
  • NERV
  • Antarctica
View GitHub Profile
@3nly
3nly / StyleChan.user.js
Last active January 9, 2024 08:51
SyleChan
// ==UserScript==
// @name StyleChan
// @version 1.10
// @namespace StyleChan
// @description Customizable themes and options for 4chan X.
// @minGMVer 1.14
// @minFFVer 26
// @license MIT
// @include http://boards.4chan.org/*
// @include https://boards.4chan.org/*
@LiEnby
LiEnby / flash.md
Last active August 3, 2024 07:16
Removing the timebomb from Adobe Flash Player

In Adobe Flash Player versions newer than 32.0.0.344 they added a "Timebomb" for the EOL. the player would refuse to run any custom flash content after 12/01/2021, instead it would just show this image

So knowing this, Lets crack it!

I acturally started looking into this before the 12/01/2021 hit, but only recently did i acturally discover a way to bypass the killswitch

(also- im aware i was not the first to do this, but i still did do it)

@raspi
raspi / enable-all-advanced-power-settings.ps1
Last active September 13, 2024 23:36
Enable all advanced power settings in Windows.
# List all possible power config GUIDs in Windows
# Run: this-script.ps1 | Out-File powercfg.ps1
# Then edit and run powercfg.ps1
# (c) Pekka "raspi" Järvinen 2017
$powerSettingTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSetting
$powerSettingInSubgroubTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingInSubgroup
Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingCapabilities | ForEach-Object {
$tmp = $_.ManagedElement