Userstyle to set tab sizes on GitHub
GitHub Tab Size by hazar77310
Details
Authorhazar77310
LicenseCC-BY-SA-4.0
Categorygithub
Created
Updated
Size736 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GitHub Tab Size
@version 1.0.4
@description Userstyle to set tab sizes on GitHub
@namespace github.com/StylishThemes
@author StylishThemes <https://github.com/StylishThemes>
@homepageURL https://github.com/StylishThemes/GitHub-tab-size
@supportURL https://github.com/StylishThemes/GitHub-tab-size/issues
@license CC-BY-SA-4.0
@advanced text tab-size "Tab Size" 2
@preprocessor stylus
==/UserStyle== */
@-moz-document url("https://github.com/hazar77310/hazarbelala_3_08062021.git"), url("https://github.com/hazar77310/hazarbelala_3_08062021.git") {
pre, .highlight, .diff-table, .tab-size {
tab-size: tab-size !important;
-moz-tab-size: tab-size !important;
}
}