aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/SkipNoticeComponent.tsx
AgeCommit message (Expand)Author
2024-06-23Support server side rendered adsAjay
2024-06-22Fix submission menu after video ends and unskip button after video endsAjay
2024-01-05Fix unsubmitted segments not savingAjay
2023-12-23Move unsubmitted segments to local storage to remove limitsAjay
2023-12-22Make unskipping by keybind easier for multiple segment notices by focusing by...Ajay
2023-12-22Add timestamp to multi segment vote boxAjay
2023-12-22Allow dragging around noticesAjay
2023-08-01Remove maze utils symlinkAjay
2023-07-28Add category color to skip noticeAjay
2023-06-30Remove maze utils from npm depsAjay
2023-05-08Add auto-config import to clickbait extension, move more funcs to shared libAjay
2023-02-18Fix missing userid generation call swapsAjay
2022-10-20add noFallThrough, inplicitReturn, update packagesMichael C
2022-06-03Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chaptersAjay
2022-05-31Fix blank skip notice title when unskippingAjay
2022-05-17Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chaptersAjay
2022-04-23Fix @typescript-eslint/no-unused-vars lint warningsAlec Rust
2022-04-22Make it show skip right away instead of unskip on mute segmentsAjay
2022-04-22Keep skip notice open for full duration of mute segmentsAjay
2022-04-22Add skip button to mute segment noticesAjay
2022-04-21Don't show never show when already hiddenAjay
2022-04-21Enter unskip with skip notice hiddenAjay
2022-02-26Add functions for importing/exporting segmentsAjay
2022-02-06Save downvotes and segment hides in local storageAjay
2022-02-06Add local storage options to configAjay
2022-02-06Move segment times from encoded array to normal js objectAjay
2022-02-06Hide segments when voting from the popupAjay
2022-01-24fix merge issueAjay
2022-01-24Merge branch 'master' into settingsAjay Ramachandran
2022-01-21Use new Poi action type fetch methodAjay
2022-01-08Merge remote-tracking branch 'origin/master' into settingsÁron Hegymegi-Kiss
2022-01-08multikey shortcutsÁron Hegymegi-Kiss
2022-01-05Add vote buttons to pill that open on clickAjay
2021-12-29Don't change countdown speed with playback speedAjay
2021-12-28Merge pull request #1091 from AronHK/audio-notificationAjay Ramachandran
2021-12-22Fix skip notice deleting segments causing issuesAjay
2021-12-11move audio notification to content.tsHegymegi Kiss Áron
2021-10-21Make bigger buttons on mobile skip buttonAjay Ramachandran
2021-10-15Code style fixes and react errorsAjay Ramachandran
2021-10-15Merge branch 'copySegment' of https://github.com/florianzahn/sponsorblock int...Ajay Ramachandran
2021-10-15Remove extra segment lookup and use lockbyhash lookupAjay Ramachandran
2021-10-14fix loading text not displaying upon votingFlorianZahn
2021-10-14SkipNotice countdown now updates again on config updateFlorianZahn
2021-10-13Move config values and close noticeAjay Ramachandran
2021-10-14Fixed logic mistake if undovotes are ever implementedFlorianZahn
2021-10-11Added colored text if a category is locked for submitting and changing categoryFlorianZahn
2021-10-10Vip warning added when downvoting. sry that it is in the same branch, but thi...FlorianZahn
2021-10-10Changed heigt of 2nd notice. Minor changes. Upvoting lets downvoted segment r...FlorianZahn
2021-10-09Lit fixesFlorianZahn
2021-10-09SkipNotice now remembers what has already been voted. Also nicer highlighting...FlorianZahn