■前スレ
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
Firefox userChrome.js greasemonkeyスクリプトスレ35 [無断転載禁止]©2ch.net
レス数が1000を超えています。これ以上書き込みはできません。
2017/09/22(金) 06:42:08.13ID:d/1l6jXY0
2017/12/06(水) 22:57:26.71ID:TCGB3jPQ0
100の人か乙ゥ!(´・ω・`)
2017/12/06(水) 23:34:10.48ID:Ut+eyxWr0
https://github.com/alice0775/userChrome.js/blob/master/000-addToolbarInsideLocationBar.uc.js
ロケーションバー内にツールバーを配置できるものですが、これって Firefox57以降では使えないんですか?実際には幾つかのアイコンやアドオンの中にも
配置されるものもあるしで、出来そうな気もしますが、更新を待った方が良いですかね
ロケーションバー内にツールバーを配置できるものですが、これって Firefox57以降では使えないんですか?実際には幾つかのアイコンやアドオンの中にも
配置されるものもあるしで、出来そうな気もしますが、更新を待った方が良いですかね
2017/12/06(水) 23:37:19.90ID:rrEBhGvc0
>>970
なんか哀れだから適当にそれっぽいの作ったよ
気に入らないところあったら自分で手直しして使って
使い方はタイトルバーは非表示で
document.getElementById("tab-view-deck").setAttribute("style","margin-top:29px;");
var titlebarLabel = document.createElement("label")
document.getElementById("titlebar-content").insertBefore(titlebarLabel,document.getElementById("titlebar-spacer"));
titlebarLabel.id = "titlebar-label";
titlebarLabel.setAttribute("value","\u7121\u80fd\u4e59\uff57\uff57\uff57\uff57\uff57\uff57\ud83d\udd95");
titlebarLabel.setAttribute("style","font-size:16px;");
var newButton = document.createElement("toolbarbutton")
document.getElementById("titlebar-buttonbox").insertBefore(newButton,document.getElementById("titlebar-min"));
newButton.id ="toolbox-hidden-button";
newButton.className = "titlebar-button";
newButton.setAttribute("label","\ud83d\udca9");
newButton.setAttribute("tooltiptext","\u3046\u3093\u3053\uff57\uff57\uff57\uff57\uff57\uff57\uff57");
newButton.setAttribute("style","font-size:20px;padding:0 16px 0 0;");
var navBox = document.getElementById("navigator-toolbox")
newButton.onclick = function() navBox.style.display = navBox.style.display == "none"?"":"none";;
なんか哀れだから適当にそれっぽいの作ったよ
気に入らないところあったら自分で手直しして使って
使い方はタイトルバーは非表示で
document.getElementById("tab-view-deck").setAttribute("style","margin-top:29px;");
var titlebarLabel = document.createElement("label")
document.getElementById("titlebar-content").insertBefore(titlebarLabel,document.getElementById("titlebar-spacer"));
titlebarLabel.id = "titlebar-label";
titlebarLabel.setAttribute("value","\u7121\u80fd\u4e59\uff57\uff57\uff57\uff57\uff57\uff57\ud83d\udd95");
titlebarLabel.setAttribute("style","font-size:16px;");
var newButton = document.createElement("toolbarbutton")
document.getElementById("titlebar-buttonbox").insertBefore(newButton,document.getElementById("titlebar-min"));
newButton.id ="toolbox-hidden-button";
newButton.className = "titlebar-button";
newButton.setAttribute("label","\ud83d\udca9");
newButton.setAttribute("tooltiptext","\u3046\u3093\u3053\uff57\uff57\uff57\uff57\uff57\uff57\uff57");
newButton.setAttribute("style","font-size:20px;padding:0 16px 0 0;");
var navBox = document.getElementById("navigator-toolbox")
newButton.onclick = function() navBox.style.display = navBox.style.display == "none"?"":"none";;
2017/12/07(木) 01:51:54.90ID:1Tl50XR00
2017/12/07(木) 01:56:30.37ID:6VvC1Wo/0
>>979
アイコン付くと楽しいね
アイコン付くと楽しいね
2017/12/07(木) 02:04:47.18ID:tOdZVnpR0
2017/12/07(木) 06:14:53.25ID:DuW1Maqz0
wikiはショートURLだと消された時に見失う可能性があるからやめた方がいい
http://wiki.nothing.sh/page/userChrome.js%CD%D1%A5%B9%A5%AF%A5%EA%A5%D7%A5%C8
http://wiki.nothing.sh/page/userChrome.js%CD%D1%A5%B9%A5%AF%A5%EA%A5%D7%A5%C8
2017/12/07(木) 07:52:45.43ID:ibxaQNCz0
■前スレ
Firefox userChrome.js greasemonkeyスクリプトスレ35
https://egg.5ch.net/test/read.cgi/software/1506030128/
■拡張機能
Greasemonkey
https://addons.mozilla.org/firefox/addon/greasemonkey/
Tampermonkey
https://addons.mozilla.org/firefox/addon/tampermonkey/
Violentmonkey
https://addons.mozilla.org/firefox/addon/violentmonkey/
usi (User|Unified Script Injector)
https://addons.mozilla.org/firefox/addon/userunified-script-injector/
Userscripts.orgのミラーサイト (ミラー元の http://userscripts.org/ は閉鎖)
https://userscripts-mirror.org/
OpenUserJS.org
https://openuserjs.org/
Greasy Fork
https://greasyfork.org/
userChrome.js用スクリプト - wiki@nothing 【Firefox57以降におけるuserChrome.js用スクリプト利用方法はこちらを参照】
http://wiki.nothing.sh/page/userChrome.js%CD%D1%A5%B9%A5%AF%A5%EA%A5%D7%A5%C8
"alta88's userChromeJS"
http://userchromejs.mozdev.org/
userChromeJS フォーラム
http://forums.mozillazine.org/viewtopic.php?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
Firefox userChrome.js greasemonkeyスクリプトスレ35
https://egg.5ch.net/test/read.cgi/software/1506030128/
■拡張機能
Greasemonkey
https://addons.mozilla.org/firefox/addon/greasemonkey/
Tampermonkey
https://addons.mozilla.org/firefox/addon/tampermonkey/
Violentmonkey
https://addons.mozilla.org/firefox/addon/violentmonkey/
usi (User|Unified Script Injector)
https://addons.mozilla.org/firefox/addon/userunified-script-injector/
Userscripts.orgのミラーサイト (ミラー元の http://userscripts.org/ は閉鎖)
https://userscripts-mirror.org/
OpenUserJS.org
https://openuserjs.org/
Greasy Fork
https://greasyfork.org/
userChrome.js用スクリプト - wiki@nothing 【Firefox57以降におけるuserChrome.js用スクリプト利用方法はこちらを参照】
http://wiki.nothing.sh/page/userChrome.js%CD%D1%A5%B9%A5%AF%A5%EA%A5%D7%A5%C8
"alta88's userChromeJS"
http://userchromejs.mozdev.org/
userChromeJS フォーラム
http://forums.mozillazine.org/viewtopic.php?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
2017/12/07(木) 15:24:19.61ID:B8Q35kEm0
wheelscroll-to-change-search-engine.uc.js
これホイール中はポップアップしないように誰か改造してくれー
これホイール中はポップアップしないように誰か改造してくれー
2017/12/07(木) 16:26:31.13ID:6sMv+BKM0
σ < おいらの希望をかなえてくれるのはまだですか?
(V)
||
(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/
立てました
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);
}
//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
1000名無しさん@お腹いっぱい。
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秒
新しいスレッドを立ててください。
SLOT Results
🎰🎰🎰 Excellent!! 0
🎴🎴🎴 Gratz!! 0
🌸🌸🌸 OPPAI Ban!! 0
💣💣💣 Backingum!! 0
Win!! 1
Points 2 pts.
life time: 76日 12時間 16分 16秒
レス数が1000を超えています。これ以上書き込みはできません。
ニュース
- 広島・菊池涼介が同僚選手に「ライターで炙ったフォークを押し当てた」加害証言 [Anonymous★]
- 兵庫県に“約8億円”相当の金塊が匿名で寄付される 斎藤知事「多大なるご厚意に深く敬意を表する」 [煮卵★]
- 【実況】ショートスリーパー堀大輔の7日間LIVE 本日最終日★37 [爆笑ゴリラ★]
- 牛肉に手が出なかった女性、消費税1%なら「控えていた外食に」…1万5000品目の値札を貼り替えるスーパー「従業員は疲弊」★2 [ぐれ★]
- 【芸能】やす子、「食事に困っている子いたら、食事を提供します」 東京近郊の子どもたちに呼びかけ [冬月記者★]
- 「就職氷河期世代向け国家公務員試験」今年度の申込者数は5116人 来年度以降にチャレンジする人が今すべきこと [煮卵★]
- 【高市速報】豆しば、ショートスリーパーにいっちょ噛み [856698234]
- 【高市朗報】雨が振りすぎて各地で毒キノコの「オオシロカラカサタケ」が大量発生。公園や河川敷で。 [667773354]
- 【動画】堀大輔さん死にそう スマホとアイコスを間違えるwwwwwwww [977790669]
- 【画像】ケンモジサン、①を選んでしまう🥔 [394133584]
- 【高市悲報】とんこれ石戸「左は頭がいいけど性格悪い、右は頭悪いけど性格いい😤性格いい方と仕事したいですよね」 [359965264]
- 高市早苗ブレーン「失われた30年は世界でも稀に見る大失敗。よほど基本的な経済政策を間違えなければ起きない」 [819729701]