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
{"frames": [ | |
{ | |
"filename": "icon_lock", | |
"frame": {"x":8,"y":8,"w":100,"h":148}, | |
"rotated": false, | |
"trimmed": false, | |
"spriteSourceSize": {"x":0,"y":0,"w":100,"h":148}, | |
"sourceSize": {"w":100,"h":148} | |
}, |
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
const getIds = selector => { | |
selector = selector || `[src= "https://community.akamai.steamstatic.com/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXU5A1PIYQNqhpOSV-fRPasw8rsUFJ5KBFZv668FFUxnaPLJz5H74y1xtTcz6etNumIx29U6Zd3j7yQoYih3lG1-UJqY27xJIeLMlhpaD9Aclo/96fx96f"]` | |
const arr = document.querySelectorAll(selector) | |
const ASSETID_RE = /(?<=\d+\_\d+\_)\d+/ | |
return Array | |
.from(arr, a => a.parentElement?.id?.match(ASSETID_RE)?.[0]) | |
.filter(Boolean) | |
} |
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
async function silance(){ | |
const recs = await getRecs() | |
const userRecs = recs.results.map(a => a.user) | |
const res = await Promise.allSettled(userRecs.map(goSilance)) | |
return res.map(a => a.value) | |
} | |
async function getRecs(){ | |
return await s("https://api.gotinder.com/user/recs?locale=en", getBody()) |
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
// ==UserScript== | |
// @name Mars Light Theme | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match *://*/mars/* | |
// @icon https://www.google.com/s2/favicons?domain=marscloud.dev | |
// @grant none | |
// ==/UserScript== |
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
{"lastUpload":"2022-01-29T01:08:36.192Z","extensionVersion":"v3.4.3"} |