Firefox userChrome.js greasemonkeyスクリプトスレ32©5ch.io
■ このスレッドは過去ログ倉庫に格納されています
0361名無しさん@お腹いっぱい。
2016/04/04(月) 01:30:40.26ID:TJ/ZQocw0var input = content.document.evaluate("//input[not(@type) or @type='' or @type='text']", content.document, null, 9, null).singleNodeValue;
if(input){
input.setSelectionRange(input.value.length, input.value.length);
input.focus();
}
■ このスレッドは過去ログ倉庫に格納されています