Skip to content
View lbrooney's full-sized avatar
💭
feeling dumb
💭
feeling dumb
Block or Report

Block or report lbrooney

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. A simple userscript that clicks the ... A simple userscript that clicks the continue watching button on YouTube. Other solutions were overcomplicated or used intervals
    1
    // ==UserScript==
    2
    // @name        YouTube Continue Watching
    3
    // @description A simple userscript that clicks the continue watching button on YouTube. Other solutions were overcomplicated or used intervals
    4
    // @namespace   https://roon.dev
    5
    // @license     MIT
  2. keiyoushi/extensions-source keiyoushi/extensions-source Public

    Source code of extensions for Tachiyomi/Mihon and variants.

    Kotlin 1.5k 351

  3. audiobookshelf install/update script... audiobookshelf install/update script for TrueNAS
    1
    #!/bin/sh
    2
    
                  
    3
    # Function to display messages in green color
    4
    green_echo() {
    5
        echo -e "\033[0;32m$1\033[0m"