81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
(function(){function handler(e){e.target.parentNode.removeChild(e.target);document.removeEventLis...
.packed.jsを匿名関数で囲ってdataURI化して遷移
var xhr=new XMLHttpRequest;xhr.open('GET',location.href+'.packed.js');xhr.onload=function(){locat...
(function(images){d=window.open().document;for(i=0;i<images.length;++i){x=is[i];if(x.height<100)c...
(function(images){d=window.open().document;for(i=0;i<images.length;++i){x=is[i];if(x.height<100)c...
(function(images){for(i=0;i<images.length;++i){img=images[i];if((link=img.parentElement)&&link.hr...
maximum-scaleを消したいだけ
document.querySelector("meta[name=viewport]").setAttribute('content','width=device-width');
思い付きでやったら思いの外肌色になって?こずりました。
(()=>{const fSize=12;const pSize=fSize-2;const oStep=20;const opacity=Array.from(Array(oStep),((x...
Neo's-eyes simulator
(()=>{'use strict';const canvas=document.createElement('canvas');canvas.width=window.screen.width...
選択文字を仕事の流儀ぽく表示(音はでません)
(function(d,w){const box=d.createElement('div');box.id='echoText';box.style.position='absolute';b...
Linkisを齧まされたページから本来のページに移動します。
(function(){var u=LinkData.longUrl;if(u.match(/^(https?:\/\/.+)$/)){location.href=u}})();
C4 blink
(function(){'use strict';var slice=Array.prototype.slice;var divs=slice.call(document.body.queryS...
prompt Scrapbox link syntax
(function(){'use strict';var title=document.title.trim();var text='['+title+' '+location.href+']'...
toggle contentEditable
document.documentElement.contentEditable=!document.documentElement.isContentEditable;
my bookmarklet
var divs=[];divs=document.getElementsByClassName('content');var body=document.getElementsByTagNam...
my bookmarklet
(function(){console.log("start");var all=document.createElement('div');all.innerHTML='<h2>油少な...
my bookmarklet
(function(){let q=document.createElement('canvas');document.body.appendChild(q);let s=window.scre...
引用ツイートを最初の一つだけ表示してあとは葬ります。
(function(){const u={};Array.prototype.forEach.call(document.querySelectorAll('div.tweet_quote'),...
(function(){document.body.contentEditable=document.body.contentEditable==='false'?'true':'false'}...