Skip to content

// ==UserScript== // @name AWS VPN - Close Window // @namespace Violentmonkey Scripts // @match http://127.0.0.1:35001/ // @grant window.close // @version 1.0 // @author Nicholas Hawkes // @description Close the tab when successful AWS VPN is on // @homepage https://gist.github.com/hawkesnc/ddfdb6f35ad23e8f4a00439bcaddaaa6 // ==/UserScript== setInterval(() => { window.close() }, 1000) #9048

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions