Advertisement
LooseStool

githubIndent.js -- because '8' as a default is too damn high

Mar 5th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Hey #Developers! Added to https://pastebin.com/u/LooseStool
  2. // githubIndent.js -- because '8' as a default is too damn high (especially for Python code)
  3.  
  4. javascript:void function githubIndent(n){ document.querySelectorAll("table.tab-size").forEach( function(el) { el.setAttribute( "data-tab-size", n || 8 ); } ); }(4); // because '8' as a default is too damn high (especially for Python code)
  5.  
  6. // https://pastebin.com/qv0Ns5rF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement