dotjs userscript for visualizing package.json files (if present) underneath the tree view.
Very useful for navigating Node.JS projects
| <style> | |
| .fade-right { | |
| -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(0.75, rgba(0,0,0,1)), to(rgba(0,0,0,0))); | |
| mask: url(#fade_right_svg_mask); | |
| } | |
| #mask_demo { | |
| background: #d0d0d0; | |
| height: 100px; | |
| width: 500px; | |
| padding: 10px; |
dotjs userscript for visualizing package.json files (if present) underneath the tree view.
Very useful for navigating Node.JS projects
| /** | |
| # eq.js: minimalistic equation evaluator. | |
| eq(str, vars) | |
| Features: | |
| - evaluate variables in the `vars` object | |
| - `str` can use any `Math` function or property: round, ceil, max, E |
| /* | |
| Copyright (c) 2011 Ivo Wetzel. | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |