Skip to content

Instantly share code, notes, and snippets.

View raymond-1227's full-sized avatar
:octocat:
your average githuber

Raymond Hsu raymond-1227

:octocat:
your average githuber
View GitHub Profile
@flandolf
flandolf / fakeminer.js
Last active June 3, 2022 07:29
btc miner scam
/*
* requires colors. npm i colors
* exposing stupid tiktok scammers smh
*/
var colors = require('colors');
// modify chance of getting a hit (fake)
var freq = 0.0001;
//name of miner
var name = "dumpyminer"
//amount of decimal places to round up to
@winuxue
winuxue / puppeteer-ubuntu-1804.md
Created May 22, 2019 01:15
Solution for common dependences issues using puppeteer in ubuntu 18.04 (Bionic)

puppeteer dependeces in ubuntu 18.04 (Bionic)

error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

sudo apt-get install libnss3

error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

sudo apt-get install libxss1
@kevenbauke
kevenbauke / wkwebview_links_externally.swift
Last active June 21, 2022 17:13
WKWebView open links in Safari