A browser extension highlighting Bootstrap deprecated classes in websites.
You can install the extension directly from Firefox Add-ons, Chrome Web Store, or Microsoft Edge Add-ons.
First, run npm run build to build the dist folder containing all the extension files.
For Firefox, cd dist/firefox, and then run:
web-ext run --devtoolsto launch the extension in Firefox with DevTools.web-ext run -u https://getbootstrap.com/docs/4.6to launch the extension in Firefox with the Bootstrap 4 docsweb-ext buildto build the extension for distribution that will be available in thedist/firefox/web-ext-artifacts/folder as a zip file.
For Chrome:
- please follow Load an unpacked extension instructions and load the
dist/chromefolder. cd dist/chrome, and then runweb-ext buildto build the extension for distribution that will be available in thedist/chrome/web-ext-artifacts/folder as a zip file.
For Microsoft Edge:
- please follow Sideload an extension instructions and load the
dist/edgefolder. cd dist/edge, and then runweb-ext buildto build the extension for distribution that will be available in thedist/edge/web-ext-artifacts/folder as a zip file.
Data is generated by running npm run generate:data and is stored in the data folder:
bootstrap-{$version}-deprecated-classescontains the list of deprecated classes for the given Bootstrap version which is compared to the latest Bootstrap version.bootstrap-{$version}.jsoncontains the list of classes for the given Bootstrap version.
Please note that the data for the current Bootstrap version is generated manually. The deprecated classes can't be automatically detected.
Licensed under the MIT License.
See LICENSE for more information.