This file contains hidden or 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
<div data-item-id="t:v34Ff35NtNx3QnF5gHZXWB3yxXX1mX4pLJDS4iHJ" | |
style="touch-action: pan-x pan-y; position: absolute; top: 0px; width: 100%; height: 85px;"> | |
<div class="swipe-backing" style="top: 0px; bottom: 0px; position: absolute;"></div> | |
<div style="transform: translate3d(0px, 0px, 0px);"> | |
<div class="list-item list-tabular-item " style="height: 85px;"> | |
<div class="list-column list-column-Item" style="flex: 1 1 0%;"> | |
<div style="display: flex; align-items: flex-start;"> | |
<div class="icons-column"> | |
<div class="thread-icon thread-icon-none thread-icon-star-on-hover" title="Star"></div> | |
<div class="thread-injected-icons injected-region-visible" |
This file contains hidden or 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
BRIGHT_COLOR='\e[35m' | |
NORMAL_COLOR='\e[0m' | |
export PS1="\n\[$BRIGHT_COLOR\]\W ➤ \[$NORMAL_COLOR\]" | |
export CLICOLOR=1 |
This file contains hidden or 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
// Log into Wikipedia and paste this into your custom CSS. | |
// This can be found at: Preferences -> Appearance -> Custom CSS | |
// It will limit articles to a more readable width on larger screens. | |
#firstHeading, #bodyContent { | |
max-width: 780px; | |
margin-left: auto; | |
margin-right: auto; | |
position: relative; | |
} |