Skip to content

Instantly share code, notes, and snippets.

View thiendt2k1's full-sized avatar

Tran Duc Thien thiendt2k1

  • Ho Chi Minh city
View GitHub Profile
@NoCtrlZ1110
NoCtrlZ1110 / SoChiTieu.gs
Last active May 25, 2025 18:34
Telegram to Google Sheet || Subscribe to my channel: https://bit.ly/van-huy-dev-youtube
// Constants
const TOKEN = `<YourTokenHere>`;
const BASE_URL = `https://api.telegram.org/bot${TOKEN}`;
const CHAT_ID = '<ChatId>';
const DEPLOYED_URL = '<YourScriptDeployedURL>';
const SUM_CELL = 'G2';
const METHODS = {
SEND_MESSAGE: 'sendMessage',
SET_WEBHOOK: 'setWebhook',
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active September 17, 2025 01:19
Make Firefox fast again
@jackblk
jackblk / disable-auto-update-android.md
Last active September 4, 2025 11:11
disable auto update on android, this is for samsung phone

This guide is for Windows.

  • Connect phone via USB to PC, wait a while for drivers to install.
  • Install "Minimal ADB Fastboot" (from XDA-Developers).
  • Enable USB DEBUG under "Config / Developer Options" on phone.
  • Open a Command Prompt under the folder "C:\Program Files (x86)\Minimal ADB and Fastboot"
  • Open phone adb shell: adb shell
  • Use the following commands: