This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}` | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------- | |
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 |