maRk (72)

U-フレット の機能Box をPC画面で横並びにしないためのもの

(()=>{const funcbox=document.querySelector("div.settings");funcbox.classList.remove('settings')})();

インスタグラムのハッシュタグを Twitter のハッシュタグリンクにする

(()=>{const check_domain=document.domain==="www.instagram.com"?1:0;if(!check_domain)return;let co...
maRk はてブロ This2021-04-07

閲覧ページをもとにはてなブログを作成

(()=>{const editURL="https://blog.hatena.ne.jp/my/edit";let selectTxt=window.getSelection().toStr...

エントリーリストで下方スクロール後でも、新着・人気を切り替える

((d,l)=>{if(!d.documentElement.dataset.pageScope==="EntryList")return;const re=/^https\:\/\/b\.ha...

make eid notation

(d=>{if(!d.documentElement.hasAttribute('data-entry-eid'))return;const Header=d.getElementById('i...

料金案内 > 通信量照会

(()=>{if(!document.URL===/^https:\/\/my.uqwimax.jp\/member/)return;const PKT_ELM=document.querySe...

Get Hatena.Bookmark.entry.eid の ./entry/EID URLを作る

(d=>{if(!d.documentElement.hasAttribute('data-entry-eid'))return;const HBEntry='https://b.hatena....

inspired by http://let.hatelabo.jp/mame-tanuki/let/gYC-xpP0iY7WfA

(function(d){if(!d.documentElement.hasAttribute('data-entry-eid'))return;const SearchForm=d.query...
maRk KADEN to B!2018-03-29

Convert COMMENT URL to Hatena Bookmark

((d,dd)=>{if(dd!=="kadenkaigi.com")return;const cmtURI=d.querySelectorAll(".link-comment-btn[href...

スマートフォン用。spamらしき新着の誤タップ防止対策に

(function(){var l=window.location;if(!l.hostname=='b.hatena.ne.jp'&&!document.documentElement.dat...

(alt|title)属性に対応。(割とでっち上げ)staff.hatenablog.com/entry/2017/02/24/152000

(()=>{const _d=document;if(!_d.querySelector('body#hatena-fotolife-foto'))return;const fotolink=_...

s/どれみ/cde/g

(()=>{if(location.href.indexOf('http://karaoke-labo.gungun.net/hamorifu/')!==0)return;const _S=v=...
maRk joke bookmarklet2017-01-30

選択文字を仕事の流儀ぽく表示(音はでません)

(function(d,w){const box=d.createElement('div');box.id='echoText';box.style.position='absolute';b...

(blog.hatenablog.com/entry/2016/10/27/114000)

(()=>{const date=new Date("2016-11-06 23:59:50");const LIMIT=Math.floor(date.getTime()/864e5);con...

長いURLをコピーとかでなくページ上でみたかったので

(()=>alert(location.href))();
maRk Kazu Ate Game2016-03-16

my bookmarklet

(()=>{var ANS=parseInt(Math.random()*20)+1;var GAME=GAME||{start:true,score:0,life:7,hint:val=>{i...

export supplemental

(d=>{const CONTENT=d.querySelector('pre.code-raw')?d.querySelector('pre.code-raw').textContent:''...

for validation success. good luck

(()=>{var isAMP=function(v){return v.attributes['amp']?1:0};var getAMP=function(sel){return docum...

SEO tool(??)

(function(){var meta_robots=document.querySelector('meta[name="robots"]');var msg;if(!meta_robots...

鬱陶しいメニュー開閉補助 スマートフォン用

(function(){if(location.hostname!=='b.hatena.ne.jp'||!/hatena-bookmark-touch/.test(document.query...
1 2 3 4