Skip to content

Commit

Permalink
calling exact date function
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavanaK223 committed Feb 18, 2025
1 parent 63d149f commit 1842e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js&css/web-accessible/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ ImprovedTube.ytElementsHandler = function (node) {
if (document.documentElement.dataset.pageType === 'video') {
this.howLongAgoTheVideoWasUploaded();
this.channelVideosCount();
this.exactUploadDate();
}
//} else if (name === 'YTD-MENU-RENDERER' && node.classList.contains('ytd-video-primary-info-renderer')) {
// if (document.documentElement.dataset.pageType === 'video') {
Expand Down Expand Up @@ -275,6 +276,7 @@ ImprovedTube.videoPageUpdate = function () {

ImprovedTube.howLongAgoTheVideoWasUploaded();
ImprovedTube.dayOfWeek();
ImprovedTube.exactUploadDate();
ImprovedTube.channelVideosCount();
ImprovedTube.upNextAutoplay();
ImprovedTube.playerAutofullscreen();
Expand Down

0 comments on commit 1842e78

Please sign in to comment.