Skip to content

Instantly share code, notes, and snippets.

@gpioblink
gpioblink / background.js
Created August 14, 2021 14:30
Chromeで開いたURLをDiscordに上げて他人に晒すプログラム (注意: セキュリティ対策一切ないので信用できる人とのみ使ってください)
chrome.tabs.onUpdated.addListener((tabid, changeInfo, tab) => {
const url = "https://ptb.discord.com/api/webhooks/<DiscordのWebHook URLを貼る>"
console.log(changeInfo.url, changeInfo.title, tab.url)
if(changeInfo.title) {
const data_url = tab.url
const title = changeInfo.title
const postData = {
"username": "PunishMe",
"content": `<名前を入れる>さんが閲覧: ${title}\n${data_url}`
}
@gpioblink
gpioblink / build-dsm232.log
Created May 12, 2021 01:36
gcluster gpl build log (dsm232)
This file has been truncated, but you can view the full file.
-----------------
Building Kernel
-----------------
patching file arch/alpha/kernel/err_marvel.c
patching file arch/alpha/kernel/osf_sys.c
patching file arch/arm/boot/compressed/head.S
patching file arch/arm/boot/compressed/vmlinux.lds.in
patching file arch/arm/boot/Makefile
patching file arch/arm/common/sa1111.c
patching file arch/arm/configs/cnc1800l_1024M_defconfig