Skip to content

Instantly share code, notes, and snippets.

View dxball's full-sized avatar
💭
Work in progress 👻

Dxball ☕ dxball

💭
Work in progress 👻
View GitHub Profile
@isawamaho
isawamaho / NoTikTokDNS.md
Last active February 8, 2026 14:13
No TikTok DNS
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 2, 2026 01:08
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@charliie-dev
charliie-dev / Setup_baha_run.md
Last active May 7, 2023 00:58
gitlab.com/JacobLinCool/bahamut-automation on Win11

Prerequisites

  • Install Scoop

     Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
     irm get.scoop.sh | iex
  • Install nodejs and python

@spvouchernotify
spvouchernotify / shopee_ticket_get.js
Last active January 29, 2025 09:29
蝦皮票券取出
/*
*
* 蝦皮票券網址取出程式使用方式:
* 1.使用電腦Google Chrome瀏覽器,開啟蝦皮網站登入後跳至首頁
* 2.按下快捷鍵F12開啟網頁開發人員工具
* 3.切到Console頁籤 清除舊的輸出
* 4.將此程式碼全部貼到 Console 裡面 按下 Enter 送出
*
*/
@JacobLinCool
JacobLinCool / Bahamut Automation Docker
Last active June 24, 2024 12:13
Bahamut Automation Docker (🐳)
如何使用?
1. 安裝 Docker Desktop: https://www.docker.com/products/docker-desktop/
2. 看 README.md
@doggy8088
doggy8088 / settings.json
Last active July 16, 2025 00:42
Will 保哥的 VSCode 使用者設定檔
{
"explorer.openEditors.visible": 0,
"workbench.colorTheme": "Default Light+",
"workbench.iconTheme": "vscode-simpler-icons",
"workbench.sideBar.location": "right",
// 需下載安裝 Fira Code 字型 (安裝 OTF 格式)
// https://github.com/tonsky/FiraCode/releases
// 需下載客製化過的 Microsoft YaHei Mono 字型
@x43x61x69
x43x61x69 / Spotify.txt
Created January 14, 2018 14:18
Spotify Ads/Tracking Domains
adeventtracker.spotify.com
spclient.wg.spotify.com
d3rt1990lpmkn.cloudfront.net
adjust.com
doubleclick.net
googleadservices.com
googlesyndication.com
googletagmanager.com
googletagservices.com
google-analytics.com
@sam0737
sam0737 / clock.html
Last active March 16, 2026 10:22
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >
@doggy8088
doggy8088 / 170902_Git_AMA_README.md
Created September 2, 2017 11:57
2017/9/2 FB 直播:Git 新手上路 AMA 實作練習腳本
@mob-sakai
mob-sakai / RemoveEmptyFolders.cs
Last active February 20, 2026 18:09
Automatically remove empty folders in project for Unity.
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System;
/// <summary>
/// Remove empty folders automatically.