Skip to content

Instantly share code, notes, and snippets.

@A-312
Last active January 1, 2019 09:18
Show Gist options
  • Save A-312/4cc871da3bba772ca94d9bda9d0321ad to your computer and use it in GitHub Desktop.
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).
Object.values(document.getElementsByClassName("js-navigation-open")).forEach((a) => a.innerHTML += `<img src="${(a.href||"").replace("github.com", "raw.githubusercontent.com").replace("blob/", "")}">`);
@A-312
Copy link
Author

A-312 commented Dec 31, 2018

image

@A-312
Copy link
Author

A-312 commented Dec 31, 2018

Sans :

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment