// ==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) #1830
Annotations
1 error and 3 warnings
Create new project card with issue
Cannot read properties of undefined (reading 'id')
|
The following actions uses node12 which is deprecated and will be forced to run on node16: qmacro/action-add-issue-to-project-column@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: qmacro/action-add-issue-to-project-column@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Create new project card with issue
Unexpected input(s) 'token', 'project', 'column', valid inputs are ['repo']
|
Loading