Skip to content

Instantly share code, notes, and snippets.

@GameTec-live
GameTec-live / adsbegone-gdlauncher-carbon.patch
Last active April 24, 2024 16:27
A git patch to remove ads and startup animation from gdlauncher. it uses the ability to compile the app.asar file without loosing functionality (no api key needed) to generate a new one with the react components for showing ads stripped out
diff --git a/apps/desktop/packages/main/adSize.ts b/apps/desktop/packages/main/adSize.ts
index 8ab38784..bdf2777a 100644
--- a/apps/desktop/packages/main/adSize.ts
+++ b/apps/desktop/packages/main/adSize.ts
@@ -17,8 +17,8 @@ export default function getAdSize(display?: Display) {
adSize: {
useFallbackAd,
useVertical: true,
- width: 160,
- height: 600
rr1---sn-apfxnu-ao1s.googlevideo.com
rr2---sn-apfxnu-ao1s.googlevideo.com
rr3---sn-apfxnu-ao1s.googlevideo.com
rr4---sn-apfxnu-ao1s.googlevideo.com
rr5---sn-apfxnu-ao1s.googlevideo.com
rr6---sn-apfxnu-ao1s.googlevideo.com
rr7---sn-apfxnu-ao1s.googlevideo.com
rr8---sn-apfxnu-ao1s.googlevideo.com
rr9---sn-apfxnu-ao1s.googlevideo.com
rr10---sn-apfxnu-ao1s.googlevideo.com
@GameTec-live
GameTec-live / main-fingerprint.cpp
Last active March 21, 2021 07:58 — forked from adlerweb/mqtt-test.ino
Fork für ESP32 und platform io...
#include <Arduino.h>
#include <PubSubClient.h>
#include <WiFi.h>
#include <mDNS.h>
#define LED 2
#define CONFIG_MQTT_PAYLOAD_ON "ON"
#define CONFIG_MQTT_PAYLOAD_OFF "OFF"
const char* cfg_wifi_ssid = "freifunk-myk.de";