請注意: 這個工具目前僅限於Android裝置,IOS裝置你需要自行手動登入(登入步驟相似)
請先下載這個檔案
- 首先,你需要有一個花中的電子郵件(@hlhs.hlc.edu.tw)
- 下載 Automate
- 開始你剛下載的檔案
| /* | |
| * ac_protocol.h | |
| * ----------------------------------------------------------------------------- | |
| * Reverse-engineered IR protocol for a cheap split A/C remote. | |
| * Fully derived in "Branch · 解碼冷氣IR訊號.pdf" by diffing recorded packets. | |
| * | |
| * This header records the *format only* (timings, byte layout, field encodings) | |
| * plus pure helper functions to build/parse a frame. It has no Arduino | |
| * dependency, so the same file is shared by the Arduino sketch and is mirrored | |
| * (and self-tested) by verify.py. |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Cross Tab Communication</title> | |
| <style> | |
| * { | |
| margin: 0; |
| const vd = document.querySelector("video"); | |
| const btn = () => document.querySelector("#navigation-button-down button"); | |
| vd.removeAttribute("loop"); | |
| vd.onended = () => btn().click(); | |
| const observer = new MutationObserver((e) => vd.removeAttribute("loop")); | |
| observer.observe(vd, { attributes: true, attributeFilter: ['loop'] }); |
| /* | |
| Light game | |
| This source code is following the rules of the game rules. | |
| Rules should be "Click one light on the table, then the light and its around (top, bottom, left, right) will be toggled." | |
| Author: Muisnow (@000hen) | |
| */ | |
| #include<iostream> |
| # !!Install BeautifulSoup, Requests First!! | |
| import requests as rs | |
| import sys | |
| import json | |
| from bs4 import BeautifulSoup | |
| from urllib.parse import parse_qs, urlparse | |
| search = [ | |
| # String of what you want to search |