使用蘋果裝置的朋友,請用 Safari 瀏覽器下載設定檔安裝,注意,一定要用 Safari 打開下面這個連結才行。
https://drive.proton.me/urls/FKKJVYYR1M#YjalxrVLyPZy
安裝程序: 在 iPhone 上安裝或移除設定描述檔
使用 Android 手機的人
使用蘋果裝置的朋友,請用 Safari 瀏覽器下載設定檔安裝,注意,一定要用 Safari 打開下面這個連結才行。
https://drive.proton.me/urls/FKKJVYYR1M#YjalxrVLyPZy
安裝程序: 在 iPhone 上安裝或移除設定描述檔
使用 Android 手機的人
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:
Console tab| /* | |
| * | |
| * 蝦皮票券網址取出程式使用方式: | |
| * 1.使用電腦Google Chrome瀏覽器,開啟蝦皮網站登入後跳至首頁 | |
| * 2.按下快捷鍵F12開啟網頁開發人員工具 | |
| * 3.切到Console頁籤 清除舊的輸出 | |
| * 4.將此程式碼全部貼到 Console 裡面 按下 Enter 送出 | |
| * | |
| */ |
| 如何使用? | |
| 1. 安裝 Docker Desktop: https://www.docker.com/products/docker-desktop/ | |
| 2. 看 README.md |
| { | |
| "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 字型 |
| 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 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>A simple clock</title> | |
| </head> | |
| <body translate="no" > |
| using UnityEngine; | |
| using UnityEditor; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Text; | |
| using System.Linq; | |
| using System; | |
| /// <summary> | |
| /// Remove empty folders automatically. |