Skip to content

Instantly share code, notes, and snippets.

@TakamiChie
Created November 30, 2022 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakamiChie/256eb1e867d2d11f749c88aeb985c8f4 to your computer and use it in GitHub Desktop.
Save TakamiChie/256eb1e867d2d11f749c88aeb985c8f4 to your computer and use it in GitHub Desktop.
Power Automateフローエディタのコントロール部分を全削除してスクリーンショットを撮れるようにする
/**
フローエディタで開発者コンソールを開き以下のコードを貼り付ける。
するとコントロール部分がすべて削除されるので、ScreenPressoなどでページ全体のスクリーンショットを撮ればOK
*/
document.querySelector("header").remove()
document.querySelector("react-action-heading").remove()
document.querySelector(".ba-Sidebar").remove()
document.querySelector(".fl-chatbot-button").remove()
document.querySelector(".manage-flow-section").style.display = "block";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment