Skip to content

Add specific features to Dev.to, such as humanize-duration

Notifications You must be signed in to change notification settings

patarapolw/better-dev.to

Repository files navigation

better-dev.to

Add specific features to Dev.to, such as humanize-duration

https://dev.to/patarapolw/showing-comments-publish-date-isn-t-good-2ifh

humanize-duration

How to install

  • Clone this project, or visit releases
  • yarn && yarn build
  • Go to Chrome / Chromium browser, and visit chrome://extensions
  • Load Unpacked, and select this folder

What files are really required

The only required files in production are

  • manifest.json
  • dist/**/*.js
  • web_modules/app.nomodule.js (Plan use snowpack if things get more complex.)