Skip to content

Instantly share code, notes, and snippets.

@benaston
Created November 4, 2014 13:48
Show Gist options
  • Save benaston/7f9e84aeb63962d33010 to your computer and use it in GitHub Desktop.
Save benaston/7f9e84aeb63962d33010 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<style>
a {
line-height: 2rem;
}
</style>
</head>
<body>
<ul>
<li>OUTRIGHTS
<a href="javascript:void((function() { document.cookie='isOutrightProductEnabled=1; expires=Thu, 18 Dec 2035 12:00:00 GMT'; return false; }()))">ENABLE</a>
<a href="javascript:void((function() { document.cookie='isOutrightProductEnabled=1; expires=Thu, 18 Dec 2000 12:00:00 GMT'; return false; }()))">DISABLE</a>
</li>
<li>ORDERS
<a href="javascript:void((function() { document.cookie='isOrderPlacingEnabled=1; expires=Thu, 18 Dec 2035 12:00:00 GMT'; return false; }()))">ENABLE</a>
<a href="javascript:void((function() { document.cookie='isOrderPlacingEnabled=1; expires=Thu, 18 Dec 2000 12:00:00 GMT'; return false; }()))">DISABLE</a>
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment