Skip to content

Instantly share code, notes, and snippets.

brand url
acehardware http://www.acehardware.com/
adidas http://www.adidas.com/
aeropostale http://www.aeropostale.com/
babiesrus http://www.babiesrus.com/
bathandbodyworks http://www.bathandbodyworks.com/
christopherandbanks http://www.christopherandbanks.com/
christopherandbanks http://www.christopherandbanks.com/
clubmonaco http://www.clubmonaco.com/
worldmarket http://www.worldmarket.com/
@daniellizik-sc
daniellizik-sc / afterpay.csv
Created January 24, 2017 14:51
afterpay links
brand url
Cue https://www.cue.cc/
Mimco https://www.mimco.com.au/
Country Road https://www.countryroad.com.au/
Princess Polly https://www.princesspolly.com/
City Beach http://www.citybeach.com.au/
Athletes Foot http://www.theathletesfoot.com.au/
General Pants 2 https://www.generalpants.com.au/
Showpo https://www.showpo.com/
Glue http://www.gluestore.com.au/
sponsor url
1010DATA https://1010data.com/
360pi http://360pi.com/
Adestra http://www.adestra.com/
AdGooroo is a Kantar Media company https://www.adgooroo.com/
Adlucent http://www.adlucent.com/
Adobe http://www.adobe.com/#
Affirm https://www.affirm.com/
Akamai https://www.akamai.com/
Alterian http://www.alterian.com/
@daniellizik-sc
daniellizik-sc / findScriptSources.es6.js
Created January 13, 2017 16:28
find script tag sources
((name) => {
const scripts = [...document.querySelectorAll('script')];
const matches = scripts.filter(s => s.src.indexOf(name) > -1);
const sources = matches.map(s => s.src);
if (matches.length < 1)
return alert(`no scripts found with name "${name}"`);
else if (matches.length > 1)
return alert(`multiple scripts found including this name ${JSON.stringify(sources, null, 2)}`);
@daniellizik-sc
daniellizik-sc / atom.cson
Created January 4, 2017 13:17
atom keybindings
'atom-text-editor':
'alt-left': 'pane:show-previous-item',
'alt-right': 'pane:show-next-item',
'ctrl-page-down': ' window:focus-pane-on-right',
'ctrl-page-up': ' window:focus-pane-on-left',
'ctrl-alt-left': 'pane:split-left-and-copy-active-item',
'ctrl-alt-right': 'pane:split-right-and-copy-active-item'
<!--
OSR Container: "#wrapper-sc"
Div containing email/submit: "#wrapper-sc .emailContainer-sc"
Email input box: "#wrapper-sc .emb-sc"
Hidden trends div: "#trendsHide-sc"
Trends: "#wrapper-sc .trendsShow-sc"
Close Button/s: "#wrapper-sc .close-sc"
Continue Button/s: "#wrapper-sc .cta-sc"
Send/Save Button/s: "#wrapper-sc .send-sc"
Email opt in checkbox: "#wrapper-sc .optin-sc"
@daniellizik-sc
daniellizik-sc / forceshow.js
Created November 22, 2016 20:19
forceshow
!function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}var o=n(1),i=r(o);new i.default(prompt("enter api key",""))},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),u=n(2),s=r(u),c=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o(this,t),this.apikey=e,this.eventConfig=n,this.osr=new s.default(this.apikey,this.eventConfig),this.init(
[
{
"matches": ["verical.com"],
"script": "_implementing/verical.dev.js",
"block": ["d16fk4ms6rqz1v.cloudfront.net/capture/verical.js"],
"devtools": ["logErr", "neverExceedLimit"]
},
{
meld.around(__sco, 'type', function(methodCall) {
var arg = methodCall.args[0];
var res = methodCall.proceed();
var stack = new Error().stack.replace('Error', '');
if (stack.indexOf('__sco.osr.show') > -1)
console.log(stack);
return res;
});
@daniellizik-sc
daniellizik-sc / trends.md
Last active September 29, 2016 17:48
trends api docs