Skip to content

Instantly share code, notes, and snippets.

@a-kuma3
a-kuma3 / tinybox.js
Created November 28, 2017 02:08
Tinybox2
TINY={};
TINY.box=function(){
var j,m,b,g,v,p=0;
return{
show:function(o){
v={opacity:70,close:1,animate:1,fixed:1,mask:1,maskid:'',boxid:'',topsplit:2,url:0,post:0,height:0,width:0,html:0,iframe:0};
for(s in o){v[s]=o[s]}
if(!p){
j=document.createElement('div'); j.className='tbox';
@a-kuma3
a-kuma3 / rikunabi.js
Created October 22, 2017 14:44
リクナビ検索
@a-kuma3
a-kuma3 / q1508143393.js
Last active October 22, 2017 04:09
q1508143393
(() => {
const d_ = document;
const title_list = {
"company_name": "企業名",
"url": "URL",
"employment_pattern": "雇用形態",
"work_location": "勤務地",
"salary": "給与",
"phone_no": "電話番号",
"mail_address": "メールアドレス",
This file has been truncated, but you can view the full file.
! function(e) {
function t(n) {
if (r[n]) return r[n].exports;
var i = r[n] = {
i: n,
l: !1,
exports: {}
};
return e[n].call(i.exports, i, i.exports, t), i.l = !0, i.exports
}
@a-kuma3
a-kuma3 / hatenablog-css-for-recipe.css
Created March 22, 2017 23:46
レシピ用のCSS @Hatena Blog
/*
2017-02-02 for Recipe (not Rich Snippet)
2017-03-23 外部 CSS - スマホ用
*/
.recipe .ingredients > li {
position: relative;
}
.recipe .ingredients li::before {
content: "";
display: block;
@a-kuma3
a-kuma3 / hljs_akuma3.css
Last active January 27, 2017 15:38
for fc2
pre.hljs-container {
white-space: pre;
}
pre > code.hljs {
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}
.hljs-line-numbers {
border-right: 1px solid gray;
padding-left: 1em;
}
alert('abc');