81971 Bookmarklets! Create

Hatena::Let でブックマークレットをかんたんに作成・公開しよう!

このブックマークレット実行後に画像をタップすると別タブで画像だけが開かれます。iPhoneのSafariで動...

javascript:(function(){var imgs=document.querySelectorAll("article a img");for(i=0;i<imgs.length;...

Google の検索結果ページで実行すると、英語の検索結果のみ検索します。

(function(){var url=new URL(location.href);url.searchParams.set("lr","lang_en");location.href=url...

ログインした状態で実行してね

(function(){var settings=JSON.parse(document.querySelector('#initial-state').textContent).setting...
noromanba Zalgolf2017-05-21

glitch text w/ Zalgo Scrambled Text

{'use strict';const combiningChar=()=>Array.from(Array(Math.trunc(Math.random()*30)),(()=>String....

はてなハイクで 2017-5-9 くらいから 不意に IDページに飛ばされちゃう件の無理やり対応(Haiku! すると...

(function(){var d_=document;if(d_.location.href.indexOf("http://h.hatena.ne.jp/")==0){Ten.XHR=new...

はてなハイクで 2017-5-9 くらいから 不意に IDページに飛ばされちゃう件のやっつけ対応(投稿内容の一...

(function(){const d_=document;if(d_.location.href.indexOf("http://h.hatena.ne.jp/")==0){let ta=d_...

タグの入力ミスらしき部分を削除します。細かい表示の崩れはこの際気にしません。

void $.get(location.href,(function(h){$('.mainArticle').html(h.replace(/^[\s\S]*<div class="mainA...
noromanba now2017-05-19

show Unix/POSIX/epoch time

(function(){'use strict';var now=function(){if(Math.trunc){return Math.trunc(Date.now()/1e3)}if(D...
t_trace solveSafari2017-05-18

solving rightmost column height problem on Mastodon v1.3.3 under Safari

(function(){$(".mastodon-column-container").css("height","100vh")})();
escitus no title2017-05-17

var unix=Math.floor((new Date).getTime()/1e3);window.prompt("現在のUNIX時間",unix);

twithitterでチームアイコンにTwitterへのリンクを貼る

(function(){var a=window.location.href.split("/"),b=document.createElement("a");b.setAttribute("h...

適当

(function sayNext({target:c},target=new SpeechSynthesisUtterance(((document.querySelector('.masto...
a-kuma3 day of Haiku2017-05-10

insert day to timestamp @ Haiku

(()=>{function insert_day(target){const w="日月火水木金土";const re=new RegExp(String.raw`^(\d{4}...
coconuts18 Page2LinkMD2017-05-08

Generates current active page to markdown link format. Makes guthub repo_top/issue/pr links to a ...

(function(){var githubRegexp=/^https?:\/\/github.com.*/g;var githubRepoRegexp=/^https?:\/\/github...
noromanba wildignore2017-05-07

passthrough wildcard w/ metadata

alert`0`;

my bookmarklet

web;void();
noromanba hearthpwn2ja2017-05-06

translate deck info to japanese on hearthpwn.com

(function(){'use strict';var deck_name=document.body.querySelector(['#content .deck-title.tip'])....

yesterday とか相対表示されてる部分を年月日表示にします。

[...document.querySelectorAll('time')].forEach((n=>{n.firstChild.textContent=n.parentNode.title||...

個別銘柄チャートのページから、関連するサイトへ飛ぶことができます。modal window方式。

$((function(){var titleText=document.title.match(/(.*)【(\w*)】/i),company=titleText[1].replace('...
noromanba 2txt2017-04-29

show page text for copy

(function(){'use strict';var html=document.documentElement||document.querySelector('html');var he...
<< 18 19 20 21 22 23 24 25 26 27