30 December, 2014

UserJS: Change plain url text to a clickable link

Change plain url text to a clickable link on a webpage.

03 July, 2014

AutoHotkey Scripts: Take quick screenshots (Snipping Tool) using "Gdip.ahk" library


 I often need to compare some things;  taking a quick screenshot is very useful for this purpose. Windows "Snipping Tool" is OK, but it doesn't run in multiple instances and it's somewhat bothersome to use.
I needed something quick.

29 June, 2014

UserJS: YouTube Video Download Button


 This script  makes a download button for videos on YouTube. It also shows available qualities.

UserJS: Force video playback quality and disable autoplay on YouTube


This script forces the chosen quality and disables the autoplay feature for videos on YouTube.com

UserJS: Disable autoplay on LiveLeak.com. Move controls bar under the video


I made this script to disable autoplay feature for videos on LiveLeak.com
The script also stops the absurd and annoying behavior of putting the controls bar on top of the video thus obscuring the video itself.

10 June, 2014

AutoHotkey Scripts: "Quick Notes"


I had to make my own script for notes, since Opera browser is going to the dogs and old version 12 won't be usable forever.
So I made my "Quick Notes" script.

● Script for AutoHotkey_L. Save file in Unicode.
● Eight notes/tabs with customizable names stored in separate files with backup.
● Borderless movable window.
● Always on top button.
● Switch small/bigger window.
● Letter and word count on any key press or button press (plus reverse text).
● No taskbar button. Press F1 or click on the script's tray icon to bring window to the front.

/on Windows 8 there is some discrepancy with icon numbering (wmploc.dll); so  icon "onTop" (Icon17) should be changed to Icon13 ;  icon "GoSettings" (Icon25) should be changed to Icon18  /

Download Quick Notes by Drozdman.ahk    ( Windows 8 version )
Compiled executable file: Quick Notes by Drozdman.exe

On AutoHotkey forum