實在是睡不著,來整理一些資料...
不知道「User Scripts - The Chromium Projects」這份是否 outdated 了,但至少發現在 Google Chrome 裡面推薦用 @match
設定 url,不過原先的 @include
還是可以用:
Support for Greasemonkey-style @include patterns is also implemented for compatibility, but @match is preferred.
在 Greasemonkey 的「Metadata Block - GreaseSpot」說明中則是用 @include
設定,直到 0.9.8 (2011/08/01 release) 以及之後的版本才同時支援 @include
與 @match
。
之後改寫 script 的時候再更新好了...