>>731 userChrome.js ver0.8用スクリプト(空のリストアイテムを一個追加してるだけ) // ==UserScript== // @name fixListboxIssueForGreasemonkeyManageWindow.uc.js // @namespace pc11.2ch.net/test/read.cgi/software/1202053734/ // @description Temporary fix Bug 354527 ? Incompatible add-ons list during install : scroll bar for list is not working properly // @include chrome://greasemonkey/content/manage.xul // ==/UserScript== var listbox = document.getElementById("lstScripts"); listbox.appendItem(' ')