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

Block or report anthonylrivera

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 Loading

  1. Finding/Fixing Unintended Body Overflow Finding/Fixing Unintended Body Overflow
    1
    // Courtesy of CSS Tricks : https://css-tricks.com/findingfixing-unintended-body-overflow/
    2
    
                  
    3
    var docWidth = document.documentElement.offsetWidth;
    4
    
                  
    5
    [].forEach.call(
  2. alr-sveltekit alr-sveltekit Public

    Svelte-Kit Portfolio

  3. anthonylrivera.github.io anthonylrivera.github.io Public

    HTML

  4. instant-custom-fields instant-custom-fields Public

    WordPress plugin that allows instant embedding of custom fields in Post & Page Content.

    PHP

  5. nuke-spotify-playlists nuke-spotify-playlists Public

    This tool will delete all your Spotify Playlists. For those who just need to start over.

    PHP

  6. List all hooked WordPress functions List all hooked WordPress functions
    1
    <?php
    2
    
                  
    3
    function list_hooked_functions($tag=false){
    4
     global $wp_filter;
    5
     if ($tag) {