Not seeing the square links with javascript disabled

What’s next?

disabled javascript

Removed:

.hidee,
.wrap a {
  display: none;
}

Replaced With:

.hidee,
.pausee {
  display: none;
}

enabled javascript


I never removed

.hidee,
.wrap a {
  display: none;
}

In codes

2
https://jsfiddle.net/ffvkbLjw/402/

3
https://jsfiddle.net/vqtxmoqt/244/

4
https://jsfiddle.net/vqtxmoqt/213/