Skip to content

Instantly share code, notes, and snippets.

View Linx-ESP's full-sized avatar

Linx ESP Linx-ESP

View GitHub Profile
@Linx-ESP
Linx-ESP / darkreader-settings.md
Last active December 30, 2022 16:38
HOW TO: Disable Dark Reader's dark mode on other extensions

In this case, Dark Reader would darken over Bitwarden's password popup (the one that asks if you want to save the login info).

Steps:

  • Go to extension settings (the browser settings page, no in Dark Reader)
  • Find the extension you want to whitelist
  • In Edge at least, it shows a long ID, copy it

Now in Dark Reader settings (you may need to enable the new UI, v5 it's called?)

  • Settings -> Site list
  • Add one with this format (no quotes): "extension://(the id you copied earlier)"
@Linx-ESP
Linx-ESP / dolphin-emu-online-issues.md
Last active April 27, 2023 16:19
Dolphin Emu Error 52220 / 52221 / 52222 / 20100 online

Priiloader Settings

https://wii.guide/priiloader

  • "Block Online Updates" and/or "Block Game Updates" in Priiloader
  • Disable that, backup your NAND after
  • Import it into Dolphin and use the update console (verify integrity of NAND first)
  • Now it should work properly
    (In my case I registered the console into Wiimmfi first, but this error has to do with not being able to connect to the internet as seen here)

Reshade

Reshade maybe conflicts or disables internet connection when Depth Buffer is available?

@Linx-ESP
Linx-ESP / rendimiento-csgo.md
Created April 23, 2022 20:49
Porque CS:GO es una obra maestra sin defecto alguno

Para ir apuntando todas las cosas que probar o hacer porque este juego no tiende a ir mal según le venga

Mejorar Rendimiento

  • Bajar resolución mejora el rendimiento aunque no estés limitado por GPU
    • Puede que subir más de 1080p sea lo que genera problemas y no que bajar beneficie
  • D3D9ex y similares vienen activados por defecto como -dxlevel98
    • (Directx 9 + Extensiones = DirectX Level 9_8)
@Linx-ESP
Linx-ESP / bloquearscream.md
Last active April 18, 2022 12:19
Bloquear pnrtscr.com / screamer de Steam

Opción 1 - PiHole

  • En el panel de admin de PiHole, añadir a la pestaña de Blacklist

Opción 2 - Bloquear localmente en cada dispositivo

Esta opción usa el archivo hosts de Windows (cualquier S.O realmente).

Simplemente es asignar una IP que no existe a ese dominio, de tal manera que nunca lo pueda resolver ni alcanzar.

Nota: no parece que Windows cambie este archivo de por sí, así que deberías tener una copia de este archivo (copialo como hosts.backup en la misma carpeta).

  • Navegar a C:\Windows\System32\drivers\etc
  • Abrir archivo 'hosts' con un editor de texto