As a developer, I've struggled to use devtools without the always-on feature. Devtool does not offer an always on top feature for modern browsers, As a result, I have just created a script file to add that feature to DevTools
--Direct Method--
- Run application.exe file in source
- Then select the devtool and enter 'ctrl + space'
- That make the devtool always on top
--Manual Method--
- Convert the application.ahk file in source file.
- To Convert .ahk to exe file, install AutoHotKey application from (https://www.autohotkey.com/download/).
- Open Command Prompt.Enter the following command to move to the compiler tool in the AutoHotKey installation folder (cd C:\Program Files\AutoHotkey\Compiler).
- Then use this command, Ahk2Exe.exe /in "--location-of-ahk-file.ahk".
- Then Run the converted .exe file.