Filtering select items.
Add filter to all select boxes in page.
You must input target URL list by regular expression in option page.
ex)
^https?://127\.0\.0\.1/
=> 127.0.0.1 with HTTP/HTTPS
redmine
=> All URL of includes 'redmine'
.
=> If you want enable to all URL, you must use almighty matcher, like '.', '.*' .