Skip to content

itz-me-nvs/devtool-alwaysOn-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Devtool AlwaysOnTop

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

How to use

--Direct Method--

  1. Run application.exe file in source
  2. Then select the devtool and enter 'ctrl + space'
  3. That make the devtool always on top

--Manual Method--

  1. Convert the application.ahk file in source file.
  2. To Convert .ahk to exe file, install AutoHotKey application from (https://www.autohotkey.com/download/).
  3. Open Command Prompt.Enter the following command to move to the compiler tool in the AutoHotKey installation folder (cd C:\Program Files\AutoHotkey\Compiler).
  4. Then use this command, Ahk2Exe.exe /in "--location-of-ahk-file.ahk".
  5. Then Run the converted .exe file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published