探検


Firefox userChrome.js greasemonkeyスクリプトスレ35 [無断転載禁止]©2ch.net

レス数が1000を超えています。これ以上書き込みはできません。
2017/09/22(金) 06:42:08.13ID:d/1l6jXY0
■前スレ
Firefox userChrome.js greasemonkeyスクリプトスレ34
http://egg.2ch.net/test/read.cgi/software/1484165263/

■拡張機能
greasemonkey
http://www.greasespot.net/
Scriptish
https://addons.mozilla.org/ja/firefox/addon/scriptish/
Userscripts.org (旧:http://userscripts.org/ のミラーサイト)
https://userscripts-mirror.org/
OpenUserJS.org
https://openuserjs.org/
Greasy Fork
https://greasyfork.org/

"alta88's userChromeJS"
http://userchromejs.mozdev.org/index.html
"alta88's userChromeJS" 本体ミラーサイト
http://mirror.umd.edu/mozdev/userchromejs/
http://ftp.heanet.ie/mirrors/mozdev/userchromejs/
userChromeJS フォーラム
http://forums.mozillazine.org/viewtopic.php?f=48&;t=1006795

"zeniko's userChrome.js"
http://mozilla.zeniko.ch/userchrome.js.html
userChrome.js フォーラム
http://forums.mozillazine.org/viewtopic.php?t=397735
http://forums.mozillazine.org/viewtopic.php?t=556229
userChrome.js用スクリプト - wiki@nothing
http://wiki.nothing.sh/2710.html
2017/12/07(木) 16:26:31.13ID:6sMv+BKM0
  σ < おいらの希望をかなえてくれるのはまだですか?
 (V)
  ||
2017/12/07(木) 18:39:14.52ID:ibxaQNCz0
次スレ立てます
996995
垢版 |
2017/12/07(木) 18:41:50.40ID:ibxaQNCz0
Firefox userChrome.js greasemonkeyスクリプトスレ36
https://egg.5ch.net/test/read.cgi/software/1512639644/

立てました
2017/12/07(木) 18:46:45.38ID:68bNNugN0
>>987を再利用して再起動ボタンとショートカットキー作ったからお裾分け

//Control+Shift+Alt+Rで再起動
var restartKey = document.createElement("key")
document.getElementById("mainKeyset").appendChild(restartKey);
restartKey.id = "restart-key";
restartKey.setAttribute("key", "R");
restartKey.setAttribute("oncommand", "restart();");
restartKey.setAttribute("modifiers", "control shift alt");

//最小化ボタンの横に再起動ボタン追加
//タイトルバー非表示で使用
var restartButton = document.createElement("toolbarbutton")
document.getElementById("titlebar-buttonbox").insertBefore(restartButton, document.getElementById("titlebar-min"));
restartButton.id = "restart-button";
restartButton.className = "titlebar-button";
restartButton.setAttribute("oncommand", "restart();");
restartButton.setAttribute("label", "\ud83d\udc3f");
restartButton.setAttribute("tooltiptext", "Restart");
restartButton.setAttribute("style", "font-size:20px; padding:0 10px;");

function restart() {
let cancelQuit = Cc["@mozilla.org/supports-PRBool;1"].createInstance(Ci.nsISupportsPRBool);
Services.obs.notifyObservers(cancelQuit, "quit-application-requested", "restart");
if (cancelQuit.data) return;
Services.startup.quit(Ci.nsIAppStartup.eAttemptQuit | Ci.nsIAppStartup.eRestartNotSameProfile);
}
2017/12/07(木) 18:51:39.49ID:gOO0/5GQ0
いや 俺が
2017/12/07(木) 18:57:00.89ID:9Ndwl/F40
999
2017/12/07(木) 18:58:23.91ID:9Ndwl/F40
1000
10011001
垢版 |
Over 1000Thread
このスレッドは1000を超えました。
新しいスレッドを立ててください。
SLOT Results
🎰🎰🎰 Excellent!! 0
🎴🎴🎴 Gratz!! 0
🌸🌸🌸 OPPAI Ban!! 0
💣💣💣 Backingum!! 0
Win!! 1
Points 2 pts.

life time: 76日 12時間 16分 16秒
レス数が1000を超えています。これ以上書き込みはできません。

ニューススポーツなんでも実況