ブックマークレット javascript:Array.prototype.forEach.call(document.getElementsByClassName('add-favorite'), function(e) { var ev=document.createEvent('MouseEvent'); ev.initMouseEvent('click', true, true,window,0,0,0,0,0,false,false,false,false,0,null); e.dispatchEvent(ev) }); void(0); これでいけた Firefox, Safari では動くと思う あーインターバル入れたほうがいいですね。 javascript:Array.prototype.forEach.call(document.getElementsByClassName