microsoft / microsoft/AdaptiveCards

// ==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)

Open
#9,048 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
2k
Forks
595
Avg merge
1d 19h
Merged PRs (30d)
1

Description

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue body contains an unrelated JavaScript userscript for closing an AWS VPN browser window and a link to an external SVG; it names no Adaptive Cards file, test, or entry point. Review the issue context before starting, since no requested repository change or completion criteria can be established from the payload.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript
Domain
cloud, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
1/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.