Skip to content

Instantly share code, notes, and snippets.

@mably
mably / placepaintbot4.js
Created April 2, 2017 19:47 — forked from mbarkhau/placepaintbot4.js
placepaintbot4.js
// ==UserScript==
// @name PlacePaintBot
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Domination of Place!
// @author mbarkhau
// @match https://www.reddit.com/place?webview=true
// @grant none
// ==/UserScript==
@mably
mably / ppcdwstest.html
Last active August 29, 2015 14:18 — forked from davecgh/btcdwstest.html
Ppcd WebSocket Test on testnet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Ppcd WebSocket Test</title>
<script language="javascript" type="text/javascript">
var wsUri = 'wss://127.0.0.1:9902/ws';
var rpcUser = "rpcuser";
var rpcPass = "rpcpass";