Skip to content
View VidFerris's full-sized avatar

Block or report VidFerris

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. FaviconDoom FaviconDoom Public

    Doom, rendered into a browser favicon.

    HTML 56 7

  2. MatMapper MatMapper Public

    A MATLAB toolbox implementing the Mapper algorithm for Topological Data Analysis (TDA).

    MATLAB 1

  3. TickTickStylesheet TickTickStylesheet Public

    Custom CSS stylesheet for TickTick to make everything more compact and better suited to my custom setup.

    CSS 9

  4. Stylesheets Stylesheets Public

    A collection of CSS and JS injections I use to customise various web apps, with a focus on functionality and informational density.

    CSS 1

  5. Python code to download curated Beat... Python code to download curated Beat Saber maps from Beat Saver, recording seen hashes to prevent redownloading.
    1
    import requests
    2
    import json
    3
    import os
    4
    import zipfile
    5
    import re
  6. Infinite scroll of random pages on W... Infinite scroll of random pages on Wiktionary and Wikiquote by creating iframes below the current scroll position as needed.
    1
    // ==UserScript==
    2
    // @name         Wiktionary/Wikiquote Infinite Scroll (No Repeats)
    3
    // @namespace    http://tampermonkey.net/
    4
    // @version      1.1
    5
    // @description  Infinite scroll for Wiktionary and Wikiquote that avoids repeat random pages within the last year.