DEV Community

shushugah
shushugah

Posted on • Updated on

Gitlab 'hacks'

Ever wanted to look 'productive' on Gitlab? Paste this into your console. What are your favourite git related hacks? 😜

colors = [`rgb(172, 213, 242)`,
`rgb(127, 168, 201)`,
`rgb(82, 123, 160)`,
`rgb(37, 78, 119)`]

$(".user-contrib-cell").each(function(){ $(this).attr("fill", colors[Math.floor(Math.random()*colors.length)])})

Enter fullscreen mode Exit fullscreen mode

See image below for results!

Graph of pixels representing coding activity on Gitlab homepage, with varying shades of blue. The darker, the more productive.

Why choose a platform when you can have both? 💩

Github productivity chart, however with Gitlab and Github mishmash of blue and green tiles

Thanks to lukeshiru for their vanilla javascript solutions + GitHub script!

Comment Not Found

Top comments (2)

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Lol

Make that screenshot your linkedin banner

Collapse
 
shushugah profile image
shushugah

Good catch! I changed variables and forgot to update my copy/paste last minute!