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

Block or report afiestas

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

Pinned

  1. git-decent git-decent Public

    Go

  2. libkscreen libkscreen Public

    libkscreen clone from oficial repo

    C++

  3. gluetun-sync gluetun-sync Public

    Gluetun-Sync is an open-source utility designed to automatically update your services when the NAT port changes in Gluetun VPN

    Go 2

  4. Delete all twitter content from an a... Delete all twitter content from an account
    1
    async function waitForElement(selector) {
    2
        return new Promise(resolve => {
    3
            const observer = new MutationObserver(mutations => {
    4
                mutations.forEach(mutation => {
    5
                    Array.from(mutation.addedNodes).forEach(addedNode => {