Last active
January 1, 2019 09:18
-
-
Save A-312/4cc871da3bba772ca94d9bda9d0321ad to your computer and use it in GitHub Desktop.
Ajoute les miniatures pour un dossier remplit d'image (à utiliser dans la console du navigateur).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.values(document.getElementsByClassName("js-navigation-open")).forEach((a) => a.innerHTML += `<img src="${(a.href||"").replace("github.com", "raw.githubusercontent.com").replace("blob/", "")}">`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment