fmsmskkk / fms

Добрый день,
Подскажите, что делать с этим скриптом, установить не получается, выдаёт ошибку на строке @match.

Re: @dmitri22:

(Russian translation courtesy of Microsoft Bing Translator):

Good afternoon
Tell me what to do with this script, install fails, issues an error on line @match.

With glob pattern matching @match should include ://.

So the line of:

// @match *guvm.mvd.ru/services/appointment

... at minimum needs to be written as...

// @match *://guvm.mvd.ru/services/appointment

... according to those specifications.

See also:


(Russian translation courtesy of Microsoft Bing Translator):

С glob шаблоны @match должна включать ://.

Таким образом линии:

// @match *guvm.mvd.ru/services/appointment

> ... на минимум должны быть написаны как...

> ``` js
// @match *://guvm.mvd.ru/services/appointment

... по словам этих спецификаций.

Смотрите также: