Jump to content

Tool:Steve-adder

From Wikitech
Toolforge tools
browser adder
Website steve-adder
Description browser version summation
Keywords browser, pageviews
Author(s) Legoktmtalk
Maintainer(s) (View all)
Source code https://gitlab.com/legoktm/steve-adder
License GNU Affero General Public License 3.0 or later
Issues Tool talk:steve-adder

steve-adder is a tool that makes it easy to calculate what percent of page views specific browser versions compose. The main goal is to help inform on-wiki CSS editors (and possibly developers) the impact of using newer features that don't work on older browsers. It was originally requested in T309759.

Setup

The web interface and data parser is written in plain HTML and JavaScript; the data file is fetched on the fly from analytics.wikimedia.org, though new data is only available every week. It was previously written in Rust.