Fix ArchWiki's awful styling

By @x86asm_

Full fix (JS)

const key = 'useskinversion';
const params = new URLSearchParams(window.location.search);
const version = params.get(key);
if (!version) {
  // replace makes redirect not reflected in the browser back history
  window. …

Setup printing in Arch for HP Printers (USB)

from @iceman

Learn how to setup printing services on Arch Linux for HP based printers connected via USB

This is mostly for hplip dependent printers, usually there’s a package for your printer either on aur or the official repositories. Check the wiki …