aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content.ts
AgeCommit message (Collapse)Author
2021-08-20Add tooltip about highlight featureAjay Ramachandran
2021-08-19Add keybind support to skip to highlightAjay Ramachandran
2021-08-18Added skip button in control bar instead of using skip noticeAjay Ramachandran
2021-08-17Don't show multiple skip notices after skipping highlightAjay Ramachandran
2021-08-17Make unskip work with highlight segmentAjay Ramachandran
2021-08-17Show skip notice when clicking poi segment in seek barAjay Ramachandran
2021-08-17Make highlight larger on preview barAjay Ramachandran
2021-08-17Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements
2021-08-03Update popup right away when refresh is pressedAjay Ramachandran
2021-08-03Add skipping all segments when a non music segment existsAjay Ramachandran
2021-08-01Send user agent when getting segmentsAjay Ramachandran
2021-07-31Submit user agentAjay Ramachandran
2021-07-31Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements
2021-07-29Fix type issueAjay Ramachandran
2021-07-29Fix popup on firefoxAjay Ramachandran
2021-07-29Add chat for warnings after votingAjay Ramachandran
2021-07-29Add basic chat box when getting a warningAjay Ramachandran
2021-07-27Don't affect inline popupAjay Ramachandran
2021-07-21Remove unlisted experimentAjay Ramachandran
2021-07-18Clear all skip notices when changing videosAjay Ramachandran
Closes https://github.com/ajayyy/SponsorBlock/issues/726
2021-07-15Add auto and manual skip at startAjay Ramachandran
2021-07-13Fix unused importAjay Ramachandran
2021-07-13Add animation to copy buttonAjay Ramachandran
Closes https://github.com/ajayyy/SponsorBlock/issues/796
2021-07-13Add animation to refresh segmentsAjay Ramachandran
Closes https://github.com/ajayyy/SponsorBlock/issues/839
2021-07-11Handle / in channel URLAjay Ramachandran
Fixes https://github.com/ajayyy/SponsorBlock/issues/766
2021-07-04Add refresh segments buttonAjay Ramachandran
2021-07-03Allow voting on segments right after submittingAjay Ramachandran
2021-06-30Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements # Conflicts: # src/components/SkipNoticeComponent.tsx # src/config.ts # src/content.ts
2021-06-27Add option to not auto-hide info buttonAjay Ramachandran
2021-06-26Submit video durationAjay Ramachandran
2021-06-24Merge branch 'master' into unlisted-hotfixAjay Ramachandran
2021-06-24Only show unlisted warning when there are no segmentsAjay Ramachandran
2021-06-24Merge branch 'master' into unlisted-hotfixAjay Ramachandran
2021-06-23Lower minimum view count2.1.0.2Ajay Ramachandran
2021-06-23Also send views, year and channelIDAjay Ramachandran
2021-06-23Add localisation to unlisted experiementAjay Ramachandran
2021-06-23Add initial unlisted detection for getting a list of unlisted videosAjay Ramachandran
A temporary measure which will be removed next month https://support.google.com/youtube/answer/9230970
2021-06-23Add more parameters to make get_video_info api work againAjay Ramachandran
(cherry picked from commit 930911e2b90d3b74a0358345f9109172dc8ff06b)
2021-06-20Add more parameters to make get_video_info api work againAjay Ramachandran
2021-06-20Make info button hide automaticallyAjay Ramachandran
2021-06-18Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements
2021-06-18Add preview categoryAjay Ramachandran
Closes https://github.com/ajayyy/SponsorBlock/issues/444 (cherry picked from commit a10d7c338cc5f486351bc350780ffb8377e69b5d)
2021-06-11Allow not counting time in private tabsAjay Ramachandran
Closes https://github.com/ajayyy/SponsorBlock/issues/703
2021-06-11Add type to getYouTubeVideoIDAjay Ramachandran
2021-06-11Make get_video_info work againAjay Ramachandran
Resolve https://github.com/ajayyy/SponsorBlock/issues/751 for now Potentially helps with https://github.com/ajayyy/SponsorBlock/issues/766 and https://github.com/ajayyy/SponsorBlock/issues/753
2021-06-11Add better hotkey detectionAjay Ramachandran
2021-06-09Use mutation listener on desktop tooAjay Ramachandran
2021-06-09Fix skipping on Firefox for AndroidAjay Ramachandran
Resolves https://github.com/ajayyy/SponsorBlock/issues/659 and https://github.com/ajayyy/SponsorBlock/issues/588
2021-06-08Changes to preview barAjay Ramachandran
2021-05-31Refresh segments when creating new segment to submitAjay Ramachandran