Skip to content

Instantly share code, notes, and snippets.

@GodSaveEarth
GodSaveEarth / Ривер парк.md
Last active May 20, 2026 13:03
Ривер парк.md

Архангельск, Урицкого, 6к1, Квартира 90 этаж 10
Код домофона: #987#

Прихожая

  • демонтаж + монтаж перегородки

  • дверь входная

    • откосы входной двери - штукатурка под покраску
@GodSaveEarth
GodSaveEarth / remplanner.ru.usercss.css
Created April 10, 2026 15:11
UserCSS to enable screenshots at remplanner.ru
/*
==UserCSS==
@name Remplanner enable screenshots
@match https://remplanner.ru/*
@version 1.0
==/UserCSS==
Tested with Firemonkey extension.
*/
@GodSaveEarth
GodSaveEarth / Печать кодов Честный знак в Bartender.md
Last active January 22, 2026 08:36
Конвертация Честный знак EPS в CSV.md

Печать кодов Честный знак в Bartender

или

Конвертация КИЗ ESP Честный знак с криптохвостом в CSV

Проблема

  • Сайт системы Честный знак позволяет печатать коды в pdf, eps и сохранять текстом в csv.
  • Но в текстовом виде сайт отдает только часть кода, без "криптохвоста".
  • Если такой код распечатать самостоятельнот, то при сканировании, приложение всегда выдает "Сомнительный товар"
  • Если мы хотим печатать коды самостоятельно в bartender, нам надо получить полный код с криптохвостом.
@GodSaveEarth
GodSaveEarth / wifi_and_vpn_shortcut_windows_10.md
Last active February 3, 2025 18:48
How to create a keyboard shortcut for Wifi and VPN connections on Windows 10

How to create a keyboard shortcut for Wifi and VPN connections on Windows 10

Either download a ready to use shortcut (save as, then rename to .lnk) or follow the instruction below.

https://gist.github.com/user-attachments/assets/feee1293-0e64-4810-bde6-3c154da1e44e network lnk

  1. Enter the so-called "God mode" by creating a new desktop folder named "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}".
  2. Open the newly created shortcut and locate the "Connect to a network" item.
  3. Right-click it to create a desktop shortcut, then open shortcut properties and set a hotkey
@GodSaveEarth
GodSaveEarth / download-icloud-sharedalbum.ps1
Created November 15, 2024 20:47
PowerShell script to download hi-res photos from Apple iCloud sharedalbum
# PowerShell script to download hi-res photos from
# Apple iCloud sharedalbum
#
# The script saves jsons and txt to its directory for debug reasons
# Please remove them manually later
$target_url = "https://www.icloud.com/sharedalbum/#B1e5ZhN2vMlt0Z"
@GodSaveEarth
GodSaveEarth / PDFCreator fonts.reg
Created June 6, 2023 11:00
PDFCreator fonts vectorize (outlines)
[Computer\HKEY_CURRENT_USER\SOFTWARE\pdfforge\PDFCreator\Settings\ConversionProfiles\0\Ghostscript]
AdditionalGsParameters = -dNoOutputFonts
@GodSaveEarth
GodSaveEarth / firefox.txt
Created March 3, 2023 09:11
Firefox: Potential Security Risk. Always display "Advanced" panel by default
If you wish to always display Advanced panel when you meet the “Potential Security Risk” warning,
please go to about:config and set browser.xul.error_pages.expert_bad_cert = true
@GodSaveEarth
GodSaveEarth / Thunderbird_disable_updates.reg
Created November 9, 2020 06:20
Thunderbird 78 disable updates
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Thunderbird]
"DisableAppUpdate"=dword:00000001
@GodSaveEarth
GodSaveEarth / synerdocs_fix
Created May 3, 2020 07:58
Synerdocs translate
function fix_value(i,e) {
t = $(e).text();
t = t.replace(/Документ об отгрузке.+№/g, "УПД №");
$(e).text(t);
}
jQuery(".document-title>a").each(fix_value);
ffmpeg -i input.file -map 0:a:0 -b:a 96k output.mp3