mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-15 16:07:06 +03:00
Changes by blabdude - added a note to userID that is it is case sensitive
@@ -441,6 +441,7 @@ __________________________________________________________________
|
||||
```js
|
||||
{
|
||||
username: string, // search string for username
|
||||
// case sensitive
|
||||
// minimum for non-exact search is 3 characters, maximum is 64 characters
|
||||
exact: Boolean // if explicitly set to true, searches for exact username
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user