Skip to content

Instantly share code, notes, and snippets.

@Presac
Presac / GetAllHerochallengesContinents_fromAPI.html
Created August 5, 2017 14:17
Get the heropoints from all continents in Guild Wars 2
<html>
<head>
<title></title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript">
// This variable will hold data about all continents
@Presac
Presac / gw2Hero.html
Last active August 5, 2017 14:43
Get heropoint data about characters in Guild Wars 2
<html>
<head>
<style>
table {
border-collapse: collapse;
}
th,
td {