mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Fix broken shadow ban check
This commit is contained in:
@@ -633,6 +633,8 @@ function sponsorsLookup(id: string) {
|
||||
getRequest.then(async (response: FetchResponse) => {
|
||||
if (response?.ok) {
|
||||
let getResult = JSON.parse(response.responseText);
|
||||
console.log(getResult);
|
||||
alert(getResult.length);
|
||||
if (Config.config.hashPrefix) {
|
||||
getResult = getResult.filter((video) => video.videoID === id);
|
||||
if (getResult.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user