conwnet/github1s

Update the bookmarklet to support all sites gitlab1s, bitbucket1s, npmjs1s

xcv58 opened this issue · 0 comments

xcv58 commented

javascript: window.location.href = window.location.href.replace(/github(1s)?.com/, function(match, p1) { return p1 ? 'github.com' : 'github1s.com' })