Skip to content

70-10/nativefier-aws-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nativefier-aws-console

Usage

Settings username and password

inject.js

(window.onload = function() {
  setTimeout(function () {
    document.getElementById("username").value="<YOUR USER NAME>";
    document.getElementById("password").value="<YOUR PASSWORD>";
    document.getElementById("signin_form").submit();
  }, 1000);
})();

Build

$ nativefier --name "AWS Console" --icon ./aws.icns --inject ./inject.js https://<AWS-account-ID-or-alias>.signin.aws.amazon.com/console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published