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
[...Array(parseInt(document.querySelector("span.pager_label>a").innerText)).keys()] | |
.map(i => i + 1) | |
.reduce((p, i) => p.then(l => fetch(location.origin + location.pathname + "?page=" + i) | |
.then(x => x.text()) | |
.then(x => [...l, new DOMParser().parseFromString(x, "text/html")]), | |
) | |
.then(x => new Promise(f => setTimeout(() => f(x), 2000))), | |
Promise.resolve([])) | |
.then(l => l | |
.flatMap(d => Array.from(d.querySelectorAll("form:has(button[value='claim'])"))) |
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
javascript:(function(){ | |
const join_time = Date.now(); | |
function debounce_msg(m){ | |
m.style.visibility = Date.parse(m.querySelector("time").dateTime) < join_time ? "hidden" : "initial"; | |
} | |
function debounce_msgs(records){ | |
document.querySelectorAll("ol[data-list-id='chat-messages']>li").forEach(debounce_msg); | |
} | |
let observer = new MutationObserver(debounce_msgs); |
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
2bwm-doc=0.3-r2 | |
2bwm=0.3-r2 | |
6tunnel-doc=0.13-r2 | |
6tunnel=0.13-r2 | |
7zip-doc=23.01-r0 | |
7zip=23.01-r0 | |
R-dev=4.4.0-r0 | |
R-doc=4.4.0-r0 | |
R-mathlib=4.4.0-r0 | |
R=4.4.0-r0 |