Firefox userChrome.js greasemonkeyスクリプトスレ35at SOFTWARE
Firefox userChrome.js greasemonkeyスクリプトスレ35 - 暇つぶし2ch1025:981
17/12/06 19:35:02.01 DB8yt/C30.net
Firefox 52 ESRでほぼ動作しなくなっていると思われるScriptish、Custom Buttons²と、リンク切れのJavaScript Actionsを外して、Tampermonkey、Violentmonkeyと、拙作のuserChromeESを追加してみました
あとuserChrome.jsの部分と他のリンクも微修正しましたが、いかがでしょうか

1026:名無しさん@お腹いっぱい。
17/12/06 19:42:36.50 bcr3ca2k0.net
>>981
やっつけのアイコンがいくつもあったので作り直さねば

1027:名無しさん@お腹いっぱい。
17/12/06 22:57:26.71 TCGB3jPQ0.net
100の人か乙ゥ!(´・ω・`)

1028:名無しさん@お腹いっぱい。
17/12/06 23:34:10.48 Ut+eyxWr0.net
URLリンク(github.com)
ロケーションバー内にツールバーを配置できるものですが、これって Firefox57以降では使えないんですか?実際には幾つかのアイコンやアドオンの中にも
配置されるものもあるしで、出来そうな気もしますが、更新を待った方が良いですかね

1029:名無しさん@お腹いっぱい。
17/12/06 23:37:19.90 rrEBhGvc0.net
>>972
なんか哀れだから適当にそれっぽいの作ったよ
気に入らないところあったら自分で手直しして使って
使い方はタイトルバーは非表示で
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";;

1030:名無しさん@お腹いっぱい。
17/12/07 01:51:54.90 1Tl50XR00.net
>>985
こんなんで良いと思う
TamperとかViolentってテンプレ入ってなかったの気づかなかったわ
テンプレ改訂乙

1031:名無しさん@お腹いっぱい。
17/12/07 01:56:30.37 6VvC1Wo/0.net
>>981
アイコン付くと楽しいね

1032:名無しさん@お腹いっぱい。
17/12/07 02:04:47.18 tOdZVnpR0.net
>>985

usi (User|Unified Script Injector)
も入ってると尚いいね

1033:名無しさん@お腹いっぱい。
17/12/07 06:14:53.25 DuW1Maqz0.net
wikiはショートURLだと消された時に見失う可能性があるからやめた方がいい
URLリンク(wiki.nothing.sh)

1034:次スレテンプレ案 >>1 修正
17/12/07 07:52:45.43 ibxaQNCz0.net
■前スレ
Firefox userChrome.js greasemonkeyスクリプトスレ35
スレリンク(software板)
■拡張機能
Greasemonkey
URLリンク(addons.mozilla.org)
Tampermonkey
URLリンク(addons.mozilla.org)
Violentmonkey
URLリンク(addons.mozilla.org)
usi (User|Unified Script Injector)
URLリンク(addons.mozilla.org)
Userscripts.orgのミラーサイト (ミラー元の URLリンク(userscripts.org) は閉鎖)
URLリンク(userscripts-mirror.org)
OpenUserJS.org
URLリンク(openuserjs.org)
Greasy Fork
URLリンク(greasyfork.org)
userChrome.js用スクリプト - wiki@nothing 【Firefox57以降におけるuserChrome.js用スクリプト利用方法はこちらを参照】
URLリンク(wiki.nothing.sh)
"alta88's userChromeJS"
URLリンク(userchromejs.mozdev.org)
userChromeJS フォーラム
URLリンク(forums.mozillazine.org)
"zeniko's userChrome.js"
URLリンク(mozilla.zeniko.ch)
userChrome.js フォーラム
URLリンク(forums.mozillazine.org)
URLリンク(forums.mozillazine.org)

1035:名無しさん@お腹いっぱい。
17/12/07 15:24:19.61 B8Q35kEm0.net
wheelscroll-to-change-search-engine.uc.js
これホイール中はポップアップしないように誰か改造してくれー

1036:名無しさん@お腹いっぱい。
17/12/07 16:26:31.13 6sMv


1037:+BKM0.net



1038:名無しさん@お腹いっぱい。
17/12/07 18:39:14.52 ibxaQNCz0.net
次スレ立てます

1039:995
17/12/07 18:41:50.40 ibxaQNCz0.net
Firefox userChrome.js greasemonkeyスクリプトスレ36
スレリンク(software板)
立てました

1040:名無しさん@お腹いっぱい。
17/12/07 18:46:45.38 68bNNugN0.net
>>989を再利用して再起動ボタンとショートカットキー作ったからお裾分け
//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);
}

1041:名無しさん@お腹いっぱい。
17/12/07 18:51:39.49 gOO0/5GQ0.net
いや 俺が

1042:名無しさん@お腹いっぱい。
17/12/07 18:57:00.89 9Ndwl/F40.net
999

1043:名無しさん@お腹いっぱい。
17/12/07 18:58:23.91 9Ndwl/F40.net
1000

1044:1001
Over 1000 Thread.net
このスレッドは1000を超えました。
新しいスレッドを立ててください。
SLOT Results
🎰🎰🎰 Excellent!! 0
🎴🎴🎴 Gratz!! 0
🌸🌸🌸 OPPAI Ban!! 0
💣💣💣 Backingum!! 0
Win!! 1
Points 2 pts.

life time: 76日 12時間 16分 16秒

1045:過去ログ ★
[過去ログ]
■ このスレッドは過去ログ倉庫に格納されています


最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch