Skip to content

Instantly share code, notes, and snippets.

@monjeyer
monjeyer / script.js
Created May 25, 2019 15:33 — forked from QuantBits/script.js
BitMex USD Converter - For TemperMonkey
// ==UserScript==
// @name BitMex USD Converter
// @namespace https://bitmex.com/
// @version 0.11
// @description Get some sanity into your gambling.
// @author koinkraft
// @grant none
// @include https://bitmex.com/*
// @include https://www.bitmex.com/*
// @require https://code.jquery.com/jquery-2.1.4.min.js
@monjeyer
monjeyer / btc
Last active February 7, 2019 22:51 — forked from anonymous/btc
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<style>
body {padding:0; margin:0}
.container {display:flex; flex-wrap: wrap;}
.child {flex-grow: 1; width:50%; height:33.3vh;}
</style>
<div class='container'>
<div class='child'>
<script type="text/javascript">
new TradingView.widget({
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>ETH Top 9</title>
</head>
<body>
<html>
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>ETH Top 9</title>
</head>
<body>
<html>
@monjeyer
monjeyer / ethusd.html
Last active September 16, 2018 14:16
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>ETH Top 9</title>
</head>
<body>
<html>
<!DOCTYPE html>
<html>
<head>
<style>
#mainContainer{
display:flex; flex-wrap: wrap;}
#chart-one {
flex-grow: 1; width:50%; height:33.3vh;
}