Skip to content

Commit 65ee637

Browse files
committed
update go to any commit github
1 parent 726a60b commit 65ee637

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

popup/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const tabs = [
193193
},
194194
{
195195
...CATEGORY.github,
196-
scripts: [s.github_goToFirstCommit, s.githubdev, s.github1s],
196+
scripts: [s.github_goToAnyCommit, s.githubdev, s.github1s],
197197
},
198198
{
199199
...CATEGORY.automation,

scripts/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import insta_getAllImagesInNewFeed from "./insta_getAllImagesInNewFeed.js";
2525
import insta_getAllImagesInUserProfile from "./insta_getAllImagesInUserProfile.js";
2626
import pictureInPicture from "./pictureInPicture.js";
2727
import youtube_toggleLight from "./youtube_toggleLight.js";
28-
import github_goToFirstCommit from "./github_goToFirstCommit.js";
28+
import github_goToAnyCommit from "./github_goToAnyCommit.js";
2929
import github1s from "./github1s.js";
3030
import doutube_enableDownloadVideo from "./doutube_enableDownloadVideo.js";
3131
import doutube_downloadWatchingVideo from "./doutube_downloadWatchingVideo.js";
@@ -193,7 +193,7 @@ const allScripts = {
193193
insta_getAllImagesInUserProfile,
194194
pictureInPicture: addBadge(pictureInPicture, BADGES.hot),
195195
youtube_toggleLight,
196-
github_goToFirstCommit: addBadge(github_goToFirstCommit, BADGES.hot),
196+
github_goToAnyCommit: addBadge(github_goToAnyCommit, BADGES.hot),
197197
github1s,
198198
doutube_enableDownloadVideo,
199199
doutube_downloadWatchingVideo,

0 commit comments

Comments
 (0)