HOST="localhost:8096"
API_KEY=""
http://$HOST/ScheduledTasks
| # Copyright 2015 Andrew Gunnerson <[email protected]> | |
| # Copyright 2024 antiops@github | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
| fetch('https://discord.com/api/users/@me/guilds', { | |
| headers: { | |
| authorization: 'YOUR_TOKEN' | |
| } | |
| }) | |
| .then(res => res.json()) | |
| .then(data => { | |
| console.log(`[info] Total Server Count: ${data.length}`) | |
| // Display object with all guild metadata | |
| // console.log(data) |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| CapsLock:: | |
| ScrollLock:: | |
| Ins:: |
| FROM ubuntu:22.04 | |
| WORKDIR / | |
| # Download archived library index and binary | |
| RUN apt update && apt install -y wget unzip \ | |
| && wget "https://archive.org/download/zlib-searcher_index_0.6-repackaged/index_0.6.zip" -O /index.zip \ | |
| && unzip /index.zip -d / \ | |
| && wget "https://archive.org/download/zlib-searcher_index_0.6-repackaged/zlib-searcher" -O /zlib-searcher \ | |
| && chmod +x /zlib-searcher |
Docker Image: https://github.com/serjs/socks5-server
YourUsername: Unique username for SOCKS proxyYourPassword: Unique password for SOCKS proxyRemoteSocksHost: IP or hostname of remote server running the proxy| jq -r '.[].account.avatar' | |
| jq -r '.[].account.avatar_static' | |
| jq -r '.[].account.header' | |
| jq -r '.[].account.header_static' | |
| jq -r '.[].account.emojis[].url' | |
| jq -r '.[].account.emojis[].static_url' | |
| jq -r '.[].emojis[].url' | |
| jq -r '.[].emojis[].static_url' | |
| jq -r '.[].media_attachments[].url' | |
| jq -r '.[].media_attachments[].preview_url' |
Example getting the video sources for https://watch.revry.tv/player/35033/stream
URL_ID = 35033
SET_ID_HERE with the LEGO set ID (Example: 30624)x-api-key worked for all the sets I tested, dunno if it changesThe API call used on the Building Instructions webpages. It returns all sorts of metadata
curl 'https://services.slingshot.lego.com/api/v4/lego_historic_product_read/_search' \
-H 'content-type: application/json' \| import webview | |
| def on_loaded(): | |
| #webview.windows[0].evaluate_js('document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeend", `<style type="text/css">${atob("BASE64_ENCODED_CSS_HERE")}</style>`)', callback=None) | |
| webview.windows[0].evaluate_js('document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeend", `<style type="text/css">${atob("OnJvb3QsCi50aGVtZS1kYXJrOm5vdCgudXNlclByb2ZpbGVPdXRlclRoZW1lZC0zRWZIbXYpLAoudGhlbWUtbGlnaHQ6bm90KC51c2VyUHJvZmlsZU91dGVyVGhlbWVkLTNFZkhtdiksCi50aGVtZS1hbW9sZWQ6bm90KC51c2VyUHJvZmlsZU91dGVyVGhlbWVkLTNFZkhtdikgewogICAgLS1iYWNrZ3JvdW5kLXByaW1hcnk6IGhzbCgwLCBjYWxjKHZhcigtLXNhdHVyYXRpb24tZmFjdG9yLCAxKSAqIDAlKSwgMCUpOwogICAgLS1iYWNrZ3JvdW5kLXNlY29uZGFyeTogaHNsKDAsIGNhbGModmFyKC0tc2F0dXJhdGlvbi1mYWN0b3IsIDEpICogMCUpLCA4JSk7CiAgICAtLWJhY2tncm91bmQtc2Vjb25kYXJ5LWFsdDogaHNsKDAsIGNhbGModmFyKC0tc2F0dXJhdGlvbi1mYWN0b3IsIDEpICogMCUpLCAxMCUpOwogICAgLS1iYWNrZ3JvdW5kLXRlcnRpYXJ5OiBoc2woMCwgY2FsYyh2YXIoLS1zYXR1cmF0aW9uLWZhY3RvciwgMSkgKiAwJSksIDQlKTsKICAgIC0tYmFja2 |