diff --git a/pageUpdater.js b/pageUpdater.js index a316983..b8551bd 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -184,7 +184,7 @@ async function updateCommits() { var commits = siteResponse.substring(0, siteResponse.indexOf("Commits")) commits = commits.substring(commits.lastIndexOf("") + 3, commits.lastIndexOf("")) - // ^ this works for Forgejo (codeberg) + // ^ this works for Forgejo (basically everything i use that isnt Github E.G. Codeberg) // commits = commits.substring(commits.lastIndexOf(">") + 1) // ^ This works for Github (fuck you Github)