#tampermonkey My ongoing TamperMonkey scripts for Chrome.
@name: clean-misc-pages
@description: Add custom cleanup/styling for any website in the list, and strips down the look and html for each site, also adding Bootstrap 3 styling/conventions. Also adds some basic styling and nice looking fonts from Google.
@name: bootstrIp wikipedia
@description: Strip down the look and html for Wikipedia, and add Bootstrap 3 styling/conventions. Also adds some basic styling and nice looking fonts from Google.
@match: https://en.wikipedia.org/*
@name: table-to-json-button
@description: Uses https://github.com/lightswitch05/table-to-json to export all table data on a page, by the click of a button.
@name: toggle-columns
@description: Add event handlers for toggling off any column by clicking. Useful for copy-pasting large tables, or just hiding extraneous content.
@name: wikilist2json
@description: Convert wikipedia lists to json, using the h2 and uls provided on most articles.
@match: https://en.wikipedia.org/*