aspe:keyoxide.org:DDYZB255KE2RUCGDNLI6XEHJLY
🏳️🌈
Important
I'm looking for a job! Interested in hiring me? Visit cv.hloth.dev to review my resume & CV.
- Find your Session app data location. On macOS it's usually
~/Library/Application Support/Session
, unless you specified--user-data-dir
option during launch which will change the app's data directory to whatever you specified. - You need to copy two directories:
sql
andattachments.noindex
— just copy them somewhere on your computer
You can download icons as of 5th April, 2025 in attached zip file. Download Apple Maps POI icons as zip archive

- Go to
https://duckduckgo.com/local.js?get_mk_token=1
- Make a GET request to
https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.78.158&poi=1
withAuthorization: [previous response]
header - From that response, parse json and find "accessKey" in it. It should look like this:
1743879209_3285637747132202088_/_gViGKMuzZNzmDskrn2ovwl0pl9XMsGcon7VsPG9kfmg=
- Finally grab icons from their cdn using GET requests to https://cdn.apple-mapkit.com and access key in query
[16th February 2024]
API reference for ons.sessionbots.directory:
- No Authorization required
- No rate limits other than Cloudflare's
- Data is fetched directly from local SQL databse
- HTTPS-only (with http->https 301 redirect)
- Always returns either JSON (from API) or HTML (from Cloudflare)
- Base URL is https://ons.sessionbots.directory/api/
- Always returns {"ok":true} with other properties or {"ok":false,"error":"string"}
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
<html> | |
<head> | |
<title>Navigation test</title> | |
<script src="./data.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script> | |
<style> | |
body { | |
margin: 0; | |
padding: 0; | |
} |
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
// OPEN https://tapochek.net/viewforum.php?f=910&start=0 FIRST | |
// THEN RUN THIS SCRIPT: | |
async function start() { | |
const result = [] | |
async function parsePage(url) { | |
const response = await fetch(url) | |
if (!response.ok) { |
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
<div class="flex flex-col items-start gap-8 p-8"> | |
<!-- Checkbox --> | |
<div class="flex items-center gap-1.5"> | |
<div class="relative"> | |
<input type="checkbox" class="peer absolute z-[10] h-[12px] w-[12px] opacity-0" id="my_checkbox_1" /> | |
<div class="h-[12px] w-[12px] rounded-[2px] bg-gradient-to-b from-[#808080] to-[#434343] p-px shadow-[0px_1px_1px_1px_#2B2B2B] peer-active:from-[#6B6B6B] peer-active:to-[#5E5E5E]"></div> | |
<div class="top-px left-px absolute z-[5] h-[10px] w-[10px] bg-gradient-to-b from-[#606060] to-[#3D3D3D] peer-active:from-[#525252] peer-active:to-[#5C5C5C]"></div> | |
<img src="data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.06066' y1='13.9393' x2='14.0607' y2='19.9393' stroke='white' stroke-width='3'/%3E%3Cline x1='11.9765' y1='19.9034' x2='26.9765' y2='5.90342' stroke='white' stroke-width='3'/%3E%3C/svg%3E" width="14" height="14" class="absolute -top-px -left-px hidden h-[14px] min-h |
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
import crypto from 'node:crypto' | |
// вместо 4 подставьте предполагаемую длину пароля | |
const passwordLength = 4 | |
// подставьте строку из localStorage -> DecryptTestMessage | |
const encryptedText = 'U2FsdGVkX19qOI7LCQdLXzD9HpujeJl7mNCrTNMrVzqWCKd7IcjTdg==' | |
function decrypt(password: Buffer) { | |
let bytes = Buffer.concat([password, salt]) |
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
if(window.location.href !== 'https://ks.psuti.ru/about/teachers.html') throw new Error('Перейдите на страницу https://ks.psuti.ru/about/teachers.html') | |
const table = document.querySelector('form[action="https://ks.psuti.ru/about/teachers.html"') | |
const limitField = table.querySelector('select[name="limit"]') | |
if(limitField.options[limitField.selectedIndex].text !== 'Все') throw new Error('Выберете "Все" в "Количество строк"') | |
const teachers = Array.from(table.querySelectorAll('tbody > tr > td:last-child > a')).slice(1) | |
const getTeacherInfo = (url) => { |
hello gays
today we have a list of things to do to develop a widget for macos to ring samsung phones like on smartthings find
since no one developed it yet and I don't want to do that I'm just gonna leave it there for anyone and wait for anyone to develop it or tell me it exists
UPDATE: I actually was so bored I developed and published it: https://github.com/VityaSchel/samsung-pinger
NewerOlder