Skip to content
View RobertKeyser's full-sized avatar
🐿️
🐿️

Block or report RobertKeyser

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. Bypass Cert Errors in Chromium-based... Bypass Cert Errors in Chromium-based Browsers
    1
    1. Go [here](https://source.chromium.org/chromium/chromium/src/+/master:components/security_interstitials/core/browser/resources/interstitial_large.js;l=15;drc=9a1a06b5e3b029b4814c78782dc0363bc12db058?originalUrl=https:%2F%2Fcs.chromium.org%2F#:~:text=const%20BYPASS_SEQUENCE)
    2
    2. Get the line that looks like this: `const BYPASS_SEQUENCE = window.atob('dGhpc2lzdW5zYWZl');`
    3
    3. Get a cert error, e.g. HSTS
    4
    4. Pull up developer tools (F12) and go to the console tab
    5
    5. Paste in everything that you got after the *=* back in step 2. (i.e. `window.atob('dGhpc2lzdW5zYWZl')`) 
  2. This script takes a backup of a sing... This script takes a backup of a single file and places it into a specified directory.
    1
    <#
    2
        .SYNOPSIS
    3
        Backs up a single file
    4
    5
        .DESCRIPTION