81983 Bookmarklets! Create

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

unarist 録画2020-02-12

画面をwebmで録画するやつ

(function(){'use strict';if(!navigator.mediaDevices){alert(location.protocol==='http:'?'httpsでな...

AmazonのURLを短くするやつ

var asin=document.getElementById('ASIN').value;location.href='http://amazon.jp/dp/'+asin;

(()=>{if(location.href.match(/read\.amazon\.co\.jp\/\?asin=(.*)(?:&|$)/)){location.href='https://...

https://teratail.com/questions/233570 からインスパイア。

void(async()=>{const $id=document.getElementById.bind(document);const $qs=(s,c=document)=>{const ...
takoyaking46 view_pswd2020-01-06

show hidden password http://qiita.com/AQRiL_1132/items/10d6934da27b171a1e2e

(function(){if(typeof this.tgt==='undefined')this.tgt=document.querySelectorAll('input[type="pass...
noromanba +DL2019-12-31

links to downloadable; e.g. txt/html

(()=>{'use strict';[...document.querySelectorAll(['a[href]:not([download])'])].forEach((link=>{li...
yeswasi DarkMode2019-12-22

DarkMode.

iiyamakanata no title2019-12-17

javascript:void function(){var i,c,x,h;for(i=0;x=document.links[i];++i){h="#"+x.href;x.appendChi...
com0806 ポケ徹検索2019-12-01

ポケモン徹底攻略のサイト内検索のショートカット

// Copyright (C) http://nurucom-archives.hp.infoseek.co.jp/digital/
EscapeSJIS=function(str){ret...
hogashi find00082019-10-15

find a 0008

const matched=document.querySelector('html').innerHTML.match(/.{0,10}\u0008.{0,10}/);if(matched&&...

[タイトル URL]という形式でページのタイトルとURLをalertします

(function(){const content="["+document.title+" "+location.href+"]";alert(content)})();
hogashi TweetNowBrowsing2019-09-29

Tweets NowBrowsing

const url=window.location.href;const title=document.title;const text=encodeURIComponent(` / "${ti...

SCP財団をより見やすくします

var a=document.getElementById('page-content');a.style.fontSize='16px';a.style.fontFamily='Yu Goth...
noromanba mirror2019-08-23

flip mirror-reversed images; e.g. selfie

(()=>{'use strict';document.body.appendChild(Object.assign(document.createElement('style'),{textC...

(function(){const imgs=document.getElementsByTagName('img');for(let i=0;i<imgs.length;i++){if(!im...

SCP財団をより見やすくします

var a=document.getElementById('page-content');a.style.fontSize='16px';a.style.fontFamily='Yu Goth...

(仮)Wizball の詳細ページを保存用に、ちょっといじる

(async _=>{if(location.hostname!="m.wizball.io"){alert("Please use at m.wizball.io !");return}con...

ゆとシート2 for SW2.5 にキャラクター保管所のキャラシをコンバートするツール。キャラクター保管所の...

var v2y=raw=>{insertHistory(raw);insertSimpleInfo(raw);insertItemsData(raw);insertWeapons(raw);in...
ririo08 bookmarklet2019-07-29

my bookmarklet

javascript:(function(){classCount=document.getElementsByClassName('gameListRow').length;var a=Mat...

長年日記を過去から読みたい人向け。はてなブログ(独自ドメイン可)で「http(s)://~/entries/yyyy/mm/...

javascript:(function(){var url=location.href.match(/(https?:\/\/[^\/]+\/entries\/)(\d{4})(\/\d\d\...
<< 5 6 7 8 9 10 11 12 13 14