// ==UserScript== // @name Add the "Explore" button to GitHub // @author Leandro Poblet (tw: DoctorMalboro) // @description Adds the now missing "Explore" button to github left item bar // @namespace add-explore-to-github // @include http*://github.com/* // @version 0.1 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/10586/Add%20the%20%22Explore%22%20button%20to%20GitHub.user.js // @updateURL https://update.greasyfork.icu/scripts/10586/Add%20the%20%22Explore%22%20button%20to%20GitHub.meta.js // ==/UserScript== var items = document.getElementsByClassName('header-nav left'); var item = items.item(0); item.innerHTML += '