mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
@@ -633,8 +633,6 @@ 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