Skip to content

Instantly share code, notes, and snippets.

View Efreak's full-sized avatar
😴
😪😴🥱😌💤

Efreak Efreak

😴
😪😴🥱😌💤
View GitHub Profile
@Efreak
Efreak / _bookerly.css
Created July 2, 2020 23:25
Bookerly font-face rules
@font-face {
font-family: 'Bookerly';
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.eot'); /* IE9 Compat Modes */
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.woff') format('woff'), /* Pretty Modern Browsers */
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
@Efreak
Efreak / Chrome Incognito Handler.reg
Last active June 9, 2021 03:54
Registers Google Chrome with windows (again) as a URL and filetype handler--but in incognito mode. If you choose 'Google Chrome Incognito' as a file/url handler, then your files/urls will open in incognito mode. You may wish to adjust the paths listed below if you don't have chrome installed in the standard location, or if you use dev or canary …
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ChromeIncognitoHTML]
@="Chrome Incognito HTML Document"
"AppUserModelId"="ChromeIncognito"
[HKEY_CLASSES_ROOT\ChromeIncognitoHTML\Application]
"AppUserModelId"="ChromeIncognito"
"ApplicationIcon"="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe,0"
"ApplicationName"="Google Chrome Incognito"
@Efreak
Efreak / wishlist.md
Created September 2, 2020 18:22
Keyboard/mouse wishlist

My wishlist for a customized keyboard are basically

  • full 24 function keys [1]
  • two altgr/windows/meta/whatever keys (old windows 95 keyboards used to advertise this, then it went away)
  • either 1 or 2 context menu keys
  • analog volume control (wheel, not buttons)
  • no full 1-inch border around the top/sides
  • history back/forward buttons next to the arrow keys
  • I don't care about mechanical keys, they're too loud.
  • as a nice touch, include blank keys/caps for some of the function keys, to make them easier to relabel.
@Efreak
Efreak / Feeds.md
Last active August 12, 2020 20:25
OPDS feeds

OPDS feeds

For use in your OPDS client

The first link is the website; the second link is a link to the feed that you can copy; the third link is an opds:// link that may open in your client, and the last link is to the opds validator.

Working Feeds

These feeds are valid (and working, so far as I can tell). That doesn't mean I'm checking them, though.

Website http://feed opds://feed validate
@Efreak
Efreak / GOUDOS.eot
Last active July 24, 2020 19:16
Webfonts for use elsewhere
This file has been truncated, but you can view the full file.
@Efreak
Efreak / Neko.txt
Created June 16, 2020 09:26
Neko logcat
06-16 02:15:03.773 D/BaseController:30(13924): Attach view for RecentsController@f2e0bdd
06-16 02:15:03.774 D/BaseController:30(13924): Attach view for RecentsController@f2e0bdd
06-16 02:15:06.464 E/ResourceType(13924): Style contains key with bad entry: 0x0101056c
06-16 02:15:06.464 E/ResourceType(13924): Style contains key with bad entry: 0x0101058c
06-16 02:15:06.464 E/ResourceType(13924): Style contains key with bad entry: 0x01010605
06-16 02:15:06.486 E/ResourceType(13924): Style contains key with bad entry: 0x0101056c
06-16 02:15:06.486 E/ResourceType(13924): Style contains key with bad entry: 0x0101058c
06-16 02:15:06.486 E/ResourceType(13924): Style contains key with bad entry: 0x01010605
06-16 02:15:06.492 E/ResourceType(13924): Style contains key with bad entry: 0x0101056c
06-16 02:15:06.492 E/ResourceType(13924): Style contains key with bad entry: 0x0101058c
@Efreak
Efreak / tapasfilters.user.js
Created September 26, 2019 22:15
Tapas comic filters: Click on a genre in a tapas page listing to hide all results of that genre. Click on a comic name to hide just that comic.
// ==UserScript==
// @name Tapas comic filters
// @namespace https://github.com/efreak
// @version 1
// @description Click on a genre in a tapas page listing to hide all results of that genre. Click on a comic name to hide just that comic.
// @author Efreak
// @match https://tapas.io/comics*
// @grant none
// ==/UserScript==
@Efreak
Efreak / apksigner
Last active December 27, 2019 23:44
apksigner 0.9
#!/usr/bin/env bash
java -Xmx1024M -jar apksigner.jar $@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #dafaff
*.background: #1f1726
*.cursorColor: #dd00ff
!
! Black
*.color0: #000507