Skip to content
View manueldevjour's full-sized avatar
:shipit:
:shipit:

Block or report manueldevjour

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
manueldevjour/README.md

Hi, I'm Manuel Cerezo

  • 😎 I'm a 28yo guy from Spain.

  • 🔭 Currently living in Barcelona, Spain

  • 👯 I’m looking to collaborate on frontend projects, so if you need help and think I'm your guy, hit me up. 👇🏻


Metrics

Metrics


Pinned Loading

  1. Obsidian Web Clipper Bookmarklet to ... Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
    1
    javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{
    2
        default: Turndown
    3
    }, {
    4
        default: Readability
    5
    }]) => {