Skip to content

Instantly share code, notes, and snippets.

View mepherion's full-sized avatar
💭
.

mepherion

💭
.
View GitHub Profile
@mepherion
mepherion / fix_ffz_rich_content.user.js
Last active August 20, 2023 12:00
Fix FFZ Twitch VOD Chat Rich Content Wrapping
// ==UserScript==
// @name Fix FFZ Twitch VOD Chat Rich Content Wrapping
// @namespace Violentmonkey Scripts
// @updateURL https://gist.github.com/mepherion/25d876f538eb055cb21a6bac2c0219b3/raw/04a09298c48402d1f11f229e0e57b2bf4e1bdb11/fix_ffz_rich_content.user.js
// @downloadURL https://gist.github.com/mepherion/25d876f538eb055cb21a6bac2c0219b3/raw/04a09298c48402d1f11f229e0e57b2bf4e1bdb11/fix_ffz_rich_content.user.js
// @match https://www.twitch.tv/videos/*
// @version 1.0
// @author -
// @description 8/15/2023, 8:03:19 AM
// @grant GM_addStyle
@mepherion
mepherion / instructions.md
Last active August 20, 2022 14:51
Turbo Boost Switcher – Autostart under MacOS Big Sur without password prompt
  1. Create Launch Daemon script
    sudo nano /Library/LaunchDaemons/com.turbo-boost-switcher.plist
  2. Contents:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    
@mepherion
mepherion / Windows Firewalls you shouldn't use (2017 Edition).md
Last active April 21, 2021 23:11
Windows Firewalls you shouldn't use [2017 Edition]

Good Solutions

  • WFC from binisoft - works well for most users, doesn't support DNSCrypt/Unbound because it's based on Windows own WFP/WF which requires DNS running (besides this it works well)
  • Windows 10 Firewall from sphinx - Worth the money, works even with DNSCrypt and Unbound
  • Comodo Firewall - Free and works, it comes with useful features which is more an all-in-one solution than a simple firewall - well it does it's job
  • Windows own integrated firewall - good enough and free no performance hits
  • Other paid solutions like Kaspersky Internet Security are also okay to go

Suggestion

https://tinyurl.com/skyscale-gw2

Skyscale Lost

Complete a bunch of jumping puzzles (sort of, look for the icon) and world bosses. Do youreself a favor and get a Prototype Position Rewinder.

Jumping Puzzles / Locations

  • Displaced Tower, Jahai Bluffs - [&BG0LAAA=]

  • Loyalist Warren, Domain of Kourna - [&BFMLAAA=]

@mepherion
mepherion / reverse-twitch-chat.css
Last active January 18, 2021 11:12
Reverse Twitch Chat
/* Bottom to Top [You will need to manually scroll up after that]*/
div.tw-flex-grow-1.tw-full-height.tw-pd-b-1 {
display: flex;
flex-direction: column-reverse;
}
/* Remove More Messages Below */a
div.chat-list__list-footer.tw-absolute.tw-align-items-center.tw-border-radius-medium.tw-bottom-0.tw-flex.tw-full-width.tw-justify-content-center.tw-pd-05 div {
display: none;
}
@mepherion
mepherion / Disable-MRT.reg
Created June 13, 2019 22:18
Custom Windows Registry Imports
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
"DontOfferThroughWUAU"=dword:00000001
@mepherion
mepherion / robinhood_free_stock.md
Last active May 6, 2020 22:45
Robinhood Free Stock Cod3

Join Robinhood and we'll both get a stock like Apple, Ford, Google, Verizon, Facebook, Tesla, Comcast, or Sprint for free. Make sure you use my link.

http://share.robinhood.com/jeffrel269

@mepherion
mepherion / evga_associates_code.md
Last active June 13, 2019 22:12
EVGA Associates Code
@mepherion
mepherion / youtube-dl-mp3.bat
Created April 1, 2018 16:50
youtube-dl-mp3
youtube-dl --ignore-config -f bestaudio -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --add-metadata --restrict-filenames %*