update userscripts

checked the relevance of userscripts, moved two unsupported ones to the appropriate section
This commit is contained in:
el-termikael 2020-10-16 11:06:01 +03:00
parent 9dff1c3512
commit aac763b9a5
2 changed files with 4 additions and 14 deletions

View File

@ -109,7 +109,6 @@ Here is a [mailto link](mailto:devteam@adguard.com?Subject=Userscript%20author%2
```
@name
@icon
@description
@version
@downloadURL
@ -124,12 +123,6 @@ Here is a [mailto link](mailto:devteam@adguard.com?Subject=Userscript%20author%2
@namespace
```
##### Partially supported properties
```
@run-at - document-idle option is not supported.
```
##### Unsupported properties
These properties will be simply ignored by Adguard.
@ -137,6 +130,8 @@ These properties will be simply ignored by Adguard.
```
@unwrap
@noframes - Adguard won't execute a userscript inside of any iframe.
@icon
@run-at
```

View File

@ -99,7 +99,6 @@ visible: true
```
@name
@icon
@description
@version
@downloadURL
@ -114,12 +113,6 @@ visible: true
@namespace
```
##### Частично поддерживаемые свойства
```
@run-at - опция document-idle не поддерживается.
```
##### Неподдерживаемые свойства
AdGuard проигнорирует эти свойства.
@ -127,6 +120,8 @@ AdGuard проигнорирует эти свойства.
```
@unwrap
@noframes - AdGuard не будет выполнять пользовательский скрипт внутри любого iframe.
@icon
@run-at
```