HN user

fdgdd

38 karma
Posts0
Comments15
View on HN
No posts found.

It looks like this is just for Microsoft's Windows. I used to use TrackIR when I gamed on that. I missed that functionality when I moved to game on Linux. That is, until LookPilot (https://lookpilot.app/, it's on Steam, too) arrived. Webcam tracking is good because you don't need to wear a headset, but not so good in a dark room.

SSH Secret Menu 4 months ago

I don't know about it changing your characters, but you can search for a string verbatim by pressing ctrl-r at the start of the search pattern, like this:

  /<ctrl-r>~?

And here's the uBlock Origin version:

  news.ycombinator.com##tr[class="athing comtr"]:has(a[href="user?id=usernamehere"])

There's no need for extensions or userscript for this with Firefox. In ~/.mozilla/firefox/<profile>/chrome/userContent.css:

  @-moz-document domain("news.ycombinator.com") {
      .hnuser { font-size: 20px }
  }
You'll have to restart Firefox for it to come into effect.