Skip to content

Instantly share code, notes, and snippets.

View anon5r's full-sized avatar
🏠
Working from home

anon anon5r

🏠
Working from home
View GitHub Profile
@anon5r
anon5r / sdvx6-startup.md
Last active September 11, 2023 00:01
コナステ版 SOUND VOLTEX EXCEED GEAR起動フロー
@anon5r
anon5r / LaunchGame.json
Last active January 27, 2022 11:28
Launch KONASTE Game by Power Automate
SET username TO $'''YOUR=ACCOUNT'''
SET Password TO $'''YOUR=PASSWORD'''
SET GameURL TO $'''https://p.eagate.573.jp/game/konasteapp/API/login/login.html?game_id=sdvx'''
WebAutomation.LaunchChrome.LaunchChrome Url: GameURL WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False Timeout: 60 BrowserInstance=> Browser
IF (WebAutomation.IfWebPageContains.WebPageContainsElement BrowserInstance: Browser Control: appmask['Login screen']['KONAMI ID ログイン']) THEN
WebAutomation.PopulateTextField.PopulateTextField BrowserInstance: Browser Control: appmask['Login screen']['Username form'] Text: username EmulateTyping: True UnfocusAfterPopulate: False Mode: WebAutomation.PopulateTextMode.Replace
WebAutomation.PopulateTextField.PopulateTextField BrowserInstance: Browser Control: appmask['Login screen']['Password form'] Text: Password EmulateTyping: True UnfocusAfterPopulate: False Mode: WebAutomation.PopulateTextMode.Replace
WebAutomation.Click.Click BrowserInstance: Browser Con
@anon5r
anon5r / auto-approve.yml
Created February 20, 2025 11:36
Auto PR approve bot
name: Auto approve
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
approve: