Skip to content

Instantly share code, notes, and snippets.

View ngshaohui's full-sized avatar

Shao Hui ngshaohui

  • Singapore
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);
}
}