Skip to content

Instantly share code, notes, and snippets.

View AkshayHere's full-sized avatar
🎿
High Flying

Akshay Mohan AkshayHere

🎿
High Flying
View GitHub Profile
@Vivelin
Vivelin / Custom CSS.css
Created April 6, 2020 11:57
Tabliss custom CSS for a search box that looks like in the default Firefox new tab page
.Widgets .container {
width: 100%;
max-width: 768px;
}
.Widgets .container .Time {
max-width: 333px;
margin: 0 auto;
}
@JoeyBurzynski
JoeyBurzynski / 55-bytes-of-css.md
Last active July 20, 2024 05:29
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
@jonlabelle
jonlabelle / docker_compose_cheatsheet.md
Last active July 17, 2024 14:11
Docker Compose Cheatsheet
@alirobe
alirobe / reclaimWindows10.ps1
Last active July 3, 2024 09:36
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
###