I hereby claim:
- I am wnstn on github.
- I am wnstn (https://keybase.io/wnstn) on keybase.
- I have a public key whose fingerprint is 305A 7753 6A93 3113 79BB 11F5 C00B 7B7E 64EB 49D9
To claim this, I am signing this object:
| <script type="text/javascript" charset="utf-8"> | |
| FC.checkout.config.customShipping = { | |
| onLoad: true, // Set to false if you don't want shipping calculated when the checkout loads | |
| onLocationChange: true // Set to true if your shipping logic relies on updating whenever the shipping location for the order changes | |
| }; | |
| function calculateShipping() { | |
| var shippingCost = 0; | |
| /* BEGIN CUSTOM SHIPPING LOGIC */ |
| // OLD | |
| function canUseLocalStorage() { | |
| return typeof localStorage === 'object' && localStorage.setItem; | |
| }; | |
| // NEW | |
| function canUseLocalStorage() { | |
| var ls = "vox"; |
| // http://davidwalsh.name/vendor-prefix | |
| var prefix = (function () { | |
| var styles = window.getComputedStyle(document.documentElement, ''), | |
| pre = (Array.prototype.slice | |
| .call(styles) | |
| .join('') | |
| .match(/-(moz|webkit|ms)-/) || (styles.OLink === '' && ['', 'o']) | |
| )[1], | |
| dom = ('WebKit|Moz|MS|O').match(new RegExp('(' + pre + ')', 'i'))[1]; | |
| return { |
| function stepThrough() { | |
| var instructions = document.getElementsByTagName('pre')[0].textContent; | |
| var regexp = /[()]/g; | |
| var split = instructions.match(regexp); | |
| var floor = 1; | |
| var i = 0; | |
| do { | |
| floor = split[i] === "(" ? floor + 1 : floor - 1; | |
| i++; | |
| } while (floor > 0) |
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $reveal: nil; | |
| @media only screen and (min-width: 1025px) { | |
| // tests whether or not a reveal is true, if so it changes bg attachment to fixed | |
| @mixin testReveal($r: null) { |
| var gulp = require('gulp'); | |
| var browserSync = require('browser-sync').create(); | |
| var setupWatchers = function() { | |
| gulp.watch(['./app/views/**/*.erb', | |
| './app/assets/javascripts/**/*.js'], ['reload']); | |
| gulp.watch(['./app/assets/stylesheets/**/*.scss'], ['reloadCSS']) | |
| }; | |
| gulp.task('reload', function(){ |
I hereby claim:
To claim this, I am signing this object:
| <div id="google_ads_iframe_/172968584/verge/front_page_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/172968584/verge/front_page_3" title="3rd party ad content" name="google_ads_iframe_/172968584/verge/front_page_3" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" src="javascript:"<html><body style='background:transparent'></body></html>"" style="border: 0px; vertical-align: bottom;"></iframe></div> | |
| <html><head> | |
| <script type="text/javascript" async="" src="//assets.tapad.com/idsync-1.1.2.js"></script><script>var inDapIF=true;</script> | |
| <script src="https://s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_118.js" type="text/javascript" crossorigin="anonymous"></script><script src="//pixel.tapad.com/idsync/multi/urls?protocol=http&callback=__tapad_partners"></script><script type="text/javascript" charset="UTF-8" src="//pagead2.googlesyndication.com/pagead/js/lidar.js"></script></head><body marginwidth="0" marginheight="0"><s |
| __d("CROWAdDisapprovalReasonEnum", [], (function a(b, c, d, e, f, g) { | |
| f.exports = { | |
| UNKNOWN: 0, | |
| IRREGULAR_APP_INSTALL: 1, | |
| TEXT_OVERLAY: 2, | |
| ADULT_CONTENT: 3, | |
| ADULT_HEALTH: 4, | |
| ALCOHOL: 5, | |
| ANIMATED_IMAGE: 6, | |
| BEFORE_AND_AFTER: 7, |