81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
open chatting window/tab
(()=>{'use strict';const url=new URL(location.href);const id=url.searchParams.get('v')||url.pathn...
メディア(画像・動画)付きツイートをスタンプ風に引用(=メディアのみ引用)してツイート(個別ツイー...
(async()=>{'use strict';const tweet_urlobj=new URL(location.href),matches=tweet_urlobj.pathname.m...
閲覧しているパーマリンクを起点にしたトゥートの一覧を表示します。
location.href=location.href.replace(/(\d+)$/,(s=>'with_replies?max_id='+(BigInt(s)+1n)));
my bookmarklet
let path;let pattern;var fetchPath=function(callback){path=prompt('PATH入力してください');pattern...
(()=>{document.querySelectorAll('.p-rich_text_list').forEach((x=>x.classList.remove('p-rich_text_...
インスタグラムのハッシュタグを Twitter のハッシュタグリンクにする
(()=>{const check_domain=document.domain==="www.instagram.com"?1:0;if(!check_domain)return;let co...
閲覧ページをもとにはてなブログを作成
(()=>{const editURL="https://blog.hatena.ne.jp/my/edit";let selectTxt=window.getSelection().toStr...
my bookmarklet
(()=>{fetch('https://gist.githubusercontent.com/wktk/102e630b819aa251738738666c9246c9/raw/af550d7...
my bookmarklet
var firstLoadFlag=true;function IsHanEisu(str){str=str==null?"":str;if(str.match(/^[A-Za-z0-9]*$/...
http://let.hatelabo.jp/pacochi/let/ipfNhb7UgqAA がブックマークできなかった
void 16n;
管理画面から複数の絵文字を登録できるようにします。
(async()=>{const delay=2e3;const authenticityToken=document.querySelector('meta[name="csrf-token"...
ラジオボタンのやつ
[...new Set(Array.from(document.querySelectorAll('input[type="radio"]')).map((elem=>elem.name)))]...
try to take over the world!
var listArray=document.querySelectorAll('.skin-entryBody *[style]');for(var i=0;i<listArray.lengt...
viewport の横幅を変える
(function(){let a=prompt('viewport width=');if(a==""||a==null){}else{document.getElementsByName('...
指定されているMS UI Gothicを無効にする。
(function(){var s=document.createElement('style');s.setAttribute('type','text/css');s.innerHTML='...
try to take over the world!
var reg=/[\u3040-\u30ff]/;var tmp3=[];for(var k=0;k<$("#entryBody a").length;k++){var tmp2=$("#en...
今後は https://greasyfork.org/ja/scripts/417287-twfleetcapture 参照(Twitterユーザープロフィール...
(()=>{'use strict';const fetch_api=api_url=>fetch(api_url,{method:'GET',headers:{authorization:'B...
http://let.hatelabo.jp/pacochi/let/ipfOgsHcgqAA が直っていたので
alert(`\nhttp://let.hatelabo.jp/\n/* CSS 書いた時に勝手にスペースが省略されて違う意味合いになって...
try to take over the world!
document.onkeydown=pressFunction;document.onkeyup=releaseFunction;var keyStatus={};function press...
プルリクできればいいんだけど…… とりあえずフォーク。
['contextmenu','selectstart','copy'].forEach((ev=>window.addEventListener(ev,(e=>e.stopPropagatio...