Skip to content
View anantoghosh's full-sized avatar
Block or Report

Block or report anantoghosh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anantoghosh/README.md
Hello World, I'm Ananto Ghosh

Pinned

  1. gatsby-plugin-purgecss gatsby-plugin-purgecss Public

    Gatsby plugin for purgecss. Removes unused css/sass/less/stylus. Supports tailwind, bootstrap, bulma etc.

    TypeScript 75 5

  2. react-linkify-it react-linkify-it Public

    A tiny react package that turns urls (with i18n and emoji support), emails, jira tickets, twitter handles, anything you want! in your text clickable (aka linkify).

    TypeScript 43 3

  3. eslint-config-good-code eslint-config-good-code Public

    A strict eslint configuration for typescript projects promoting good and maintainable coding practices.

    JavaScript 3

  4. new-in-ecma-javascript-cheatsheet new-in-ecma-javascript-cheatsheet Public

    ECMAScript cheatsheet

    HTML 2

  5. Clean Confluence page for saving/pri... Clean Confluence page for saving/printing
    1
    /**
    2
     * Clean Confluence page for saving/printing
    3
     * Compared to save as pdf feature in confluence, this maintains the exact visual style.
    4
     * Save this in Sources -> Snippets
    5
     */
  6. Print Coursera Reading Pages Print Coursera Reading Pages
    1
    document.querySelector('.rc-PageHeader')?.remove()
    2
    document.querySelector('.rc-ItemFeedback')?.remove()
    3
    document.querySelector('.ItemPageLayout_navToggle')?.remove()
    4
    document.querySelector('.rc-ReadingCompleteButton')?.remove()
    5
    document.querySelector('.ItemPageLayout_content_navigation')?.remove()