Skip to content
View sixra's full-sized avatar

Block or report sixra

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sixra/README.md

Ratko Simidzija

JavaScript Developer

Pinned Loading

  1. blakstrip blakstrip Public

    Two in-browser privacy tools: a PDF redactor that erases content instead of covering it, and a photo metadata stripper. Nothing is uploaded.

    TypeScript

  2. polite-tabs polite-tabs Public

    Unloads Firefox tabs you haven't touched in a while. No content scripts, no network access

    JavaScript

  3. polite-media polite-media Public

    Background video, image reveals and next-page image warming. Reveals on the frame that actually painted, plays only what is on screen, respects data and motion.

    TypeScript

  4. disable-workflows.sh disable-workflows.sh
    1
    #!/bin/bash
    2
    # GitHub Fork Workflow Disabler
    3
    # 
    4
    # Usage Examples:
    5
    #   curl -s https://gist.githubusercontent.com/sixra/a1d7a7ada1adee3300939a20b0c8aeb7/raw/ | bash
  5. sync-fork.sh sync-fork.sh
    1
    #!/bin/bash
    2
    # GitHub Fork Sync
    3
    # Usage: curl -s https://gist.githubusercontent.com/sixra/a5e899bce0fec4d7db4cc8a90a34c7cb/raw/ | bash
    4
    
                  
    5
    set -euo pipefail