diff --git a/.js/github.com.js b/.js/github.com.js index ff8d68a..5e7f719 100644 --- a/.js/github.com.js +++ b/.js/github.com.js @@ -47,7 +47,7 @@ let repoUrl = $("div.repohead-details-container > h1.public > strong[itemprop=na if (!location.hostname.startsWith("gist")) { let lastItem = $(".header-nav[role=navigation] > .header-nav-item:last"); - if (lastItem.find("a.header-nav-link").text() != "Explore") { + if (lastItem.prev().find("a.header-nav-link").text() != "Explore") { let exploreItem = $("
  • "); exploreItem.addClass("header-nav-item"); let exploreLink = $("");