## 1 * `@connect *.website.com` -> `@connect website.com` * https://github.com/Tampermonkey/tampermonkey/issues/1593 ## 2 * `@match *://example.*/*` -> `@include *://example.*/*` * https://github.com/Tampermonkey/tampermonkey/issues/1864
1
@connect *.website.com->@connect website.com2
@match *://example.*/*->@include *://example.*/*