Skip to content

Instantly share code, notes, and snippets.

@LHSimon
LHSimon / netrunnerRedirect.html
Created April 20, 2015 23:39
This is designed to redirect to a random Netrunner card from http://netrunnerbd.com. I threw it together to work with the New Tab Redirect Chrome extension (https://chrome.google.com/webstore/detail/new-tab-redirect/icpgjfneehieebagbmdbhnlpiopdcmna?hl=en). It could all be done a lot better, but this was quick and it's done :-)
<html>
<head>
<script type="text/javascript">
var baseUrl = 'http://netrunnerdb.com/en/card/';
var maxSetId = 8;
var cardsCoreSet = 119;
var cardsBigBox = 55;
var cardsCycle = 120;