This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Code taken from https://community.notepad-plus-plus.org/topic/16965/bookmarks-list-window?_=1685007314263 | |
# Writen by Eko palypse | |
# Edited by CanYouJustWorkPlease | |
# Changed bookmarker_id = 1<<24 to bookmarker_id = 1<<20 according to this post: | |
# https://community.notepad-plus-plus.org/post/82616 | |
# Value was changed because the script wouldn't work with Notepad++ v8.5.3 (32-bit) | |
# Script can be run by using https://github.com/bruderstein/PythonScript , a python plugin for Notepad++ | |
# A better alternative to this script is https://github.com/Dook1/Bookmarks-Dook | |
# This line clears any existing console output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Taken from: | |
https://www.autohotkey.com/boards/viewtopic.php?f=88&t=72424 | |
Modded by CanYouJUstWorkPlease for Notepad++ Dark Mode (3F3F3F - bckg color) | |
Steps to install: | |
https://www.autohotkey.com/boards/viewtopic.php?f=88&t=50 | |
--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ a="!! IMPORTANT - "; if (document.title==""){ document.title=a+document.URL; }else{ document.title=a+document.title; } })() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ a="!! VERY IMPORTANT - "; if (document.title==""){ document.title=a+document.URL; }else{ document.title=a+document.title; } })() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;~ You have to have installed Dark Reader Chrome extension, then take a snapshot of the extension's icon | |
;~ and save it on your PC. | |
;~ For it to work, you have to calculate the new values, as they are likely to differ from mine. | |
;~ Use Windows Spy, the AutoHotkey feature, to help in calculating the new values, coordinates. | |
;~ To use it, left click the star for adding a bookmark. As the panel opens, the cursor will jump at the | |
;~ start of the text. | |
;~ As an alternative, you can use CTRL + D hotkeys to achive the same, as their functionality | |
;~ was overriden with a new one. Also, this alternative is more reliable than the one with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;~ All GTA San Andreas PC Cheats as Hotkeys | |
;~ Based on Arion's script: https://autohotkey.com/board/topic/12829-grand-theft-auto-san-andreas/#post_id_522501 | |
;~ Cheates taken from: https://www.pcgamer.com/gta-san-andreas-cheat-pc/ | |
;~ To use this script, as an example, press number 8 key on the horizontal numbered keys on the | |
;~ keyboard to get Infinite ammo. | |
;~ Pay attention to each group of cheats, as they come along with a comment on top | |
;~ describing what keys or what keys combination to use. |
NewerOlder