I hereby claim:
- I am yahelc on github.
- I am yahel (https://keybase.io/yahel) on keybase.
- I have a public key whose fingerprint is 8C58 12D4 4B60 2BD6 0C6F F414 83E5 C482 EFA2 8610
To claim this, I am signing this object:
import requests | |
import json | |
import datetime | |
import time | |
SLACK_PERSONAL_TOKEN = '' | |
#only needed for deletion restoree | |
WEBSLACK_TOKEN = '' |
import requests | |
import json | |
import datetime | |
import time | |
SLACK_PERSONAL_TOKEN = '' | |
#only needed for deletion restoree | |
WEBSLACK_TOKEN = '' |
import requests | |
import json | |
import datetime | |
import time | |
SLACK_PERSONAL_TOKEN = '' | |
#only needed for deletion restoree | |
WEBSLACK_TOKEN = '' |
onInputData({ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2015-11-02T16:22:37.316Z", |
function deobfuscate_sp_recipientid(a) { | |
var b = a.length, | |
c = a.substring(b - | |
1); | |
a = a.substring(0, b - 2); | |
switch (parseInt(c, void 0)) { | |
case 1: | |
a += "*"; | |
break; | |
case 2: |
javascript:var c = document.querySelector("link[rel=canonical]") || location.pathname; if(c){ history.replaceState({},document.title, c); } |
$(".content-wrapper").hide(); | |
$("head").append("<style>#cboxTitle{ font-size: 20pt; white-space:pre; } #cboxLoadedContent{ display:inline; } #cboxCurrent, #cboxContent button{ display: none !important;} #employeedetails, #employeename{ visibility:hidden} #cboxContent h1, #cboxContent img { padding: 1em; } #cboxContent{padding:2em; }</style>"); | |
$("img").addClass("pic").each(function(){ return $(this).attr("href", this.src).attr("title", $(this).closest("article").clone().find('span,script,.phone').remove().end().text().replace(/ /g,"").trim()+"\nJoined "+ $(this).closest("article").data("startdate").replace(/\%/g,"")) }); | |
$(".pic").colorbox({transition: 'fade', rel:'pic', slideshow:true, width:"99%", height:"99%", opacity: 1, slideshowSpeed: 8000}); | |
$("#cboxContent").css({"background-color": "white"}); | |
I hereby claim:
To claim this, I am signing this object:
(function(){ | |
var get = (function() { | |
var map = {}; | |
location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m, k, v) { | |
map[k] = v; | |
}); | |
return map; | |
} ()); | |
function readCookie(a){return(RegExp("(?:^|; )"+a+"=([^;]*)").exec(document.cookie)||[]).pop();} |
jQuery.ajax({ | |
url: "https://BSD-CLIENT-DOMAIN.com/page/spud?jsonp=?", | |
dataType: "jsonp", | |
data: { | |
type: "getm", | |
field: "firstname,lastname,email,lastlogin,source" | |
}, | |
jsonp: "jsonp", | |
success: function(data){ | |
console.log(data ,data.source, data.email); |