GitHub one-click sync fork

Sync your GitHub fork repo within one click

< Valutazione su GitHub one-click sync fork

Domanda/commento

§
Pubblicato: 23/11/2020
Modificato: 23/11/2020

@maple3142 Well, the problem is really simple. Github won't show $('.user-profile-link>strong') unless you click the View profile and more button, so it will say something like TypeError: Cannot read property 'textContent' of null

The good news is, I've just discovered a way to get your login-name. const currentUser = $('meta[name="octolytics-actor-login"]').content will make it. That's all.

Pubblica risposta

Accedi per pubblicare una risposta.