Skip to content
View anantoghosh's full-sized avatar

Block or report anantoghosh

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 Loading

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

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

    TypeScript 76 5

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

    A super tiny <1KB, dependency-free, highly customizable React utility to turn any pattern in your text into clickable links or custom components. Instantly linkify URLs, emails, twitter handles, ha…

    TypeScript 60 4

  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()