Skip to content

Instantly share code, notes, and snippets.

View symbioticstar's full-sized avatar
😅
Rust no more

Kazune symbioticstar

😅
Rust no more
View GitHub Profile
function modifyPage() {
let forEach = Function.call.bind([].forEach);
let removeSpm = (url, next) => {
let search = url.search;
if (!search) return;
let query = parseQuery(search.slice(1));
if (query.spm) {
delete query.spm;