Skip to content

Instantly share code, notes, and snippets.

View sippsolutions's full-sized avatar
:octocat:

Simon Sippert sippsolutions

:octocat:
View GitHub Profile
@sippsolutions
sippsolutions / bumble-chatlog-export.js
Created December 6, 2022 15:38
Bumble Chatlog Export (paste in Browser Console while being on an individual Chat Page)
(function () {
function l(u, i) {
var d = document;
if (!d.getElementById(i)) {
var s = d.createElement('script');
s.src = u;
s.id = i;
d.body.appendChild(s);
}
}