This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
185.165.123.70:80 | |
185.165.123.70:443 | |
185.165.123.97:80 | |
185.165.123.97:443 | |
151.236.114.7:80 | |
151.236.114.7:443 | |
151.236.114.6:80 | |
151.236.114.6:443 | |
91.232.93.70:80 | |
91.232.93.70:443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ELF Header: | |
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 | |
Class: ELF64 | |
Data: 2's complement, little endian | |
Version: 1 (current) | |
OS/ABI: UNIX - System V | |
ABI Version: 0 | |
Type: EXEC (Executable file) | |
Machine: Advanced Micro Devices X86-64 | |
Version: 0x1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
glibc: | |
b_malloc_sparse (0) | |
time: 0.031724926, virt: 39012, res: 38992, dirty: 38980 | |
b_malloc_bubble (0) | |
time: 0.026215022, virt: 39384, res: 39252, dirty: 39240 | |
b_malloc_tiny1 (0) | |
time: 0.000832856, virt: 708, res: 584, dirty: 572 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Force system monospace | |
@namespace github.com/openstyles/stylus | |
@version 0.1.0 | |
@description Overrides font-family for source code with default system monospaced font | |
@author Artur Sinila <[email protected]> | |
==/UserStyle== */ | |
code, code *, .blob-code-inner, .highlight pre { | |
font-family: "monospace" !important; |