Skip to content

Instantly share code, notes, and snippets.

View CanYouJustWorkPlease's full-sized avatar

CanYouJustWorkPlease

View GitHub Profile
# 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
@CanYouJustWorkPlease
CanYouJustWorkPlease / AutoHotkey v1-v2 Syntax Highlighting_Dark_theme_mod.xml
Last active December 31, 2022 12:37
Autohotkey syntax highlighter for Dark mode Notepad++
<!--
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
-->
// ==UserScript==
// @name Auto click Youtube mobile "Tap to unmute" button
// @namespace http://m.youtube.com/
// @version 0.1
// @description -
// @author CanYouJustWorkPlease
// @match https://m.youtube.com/*
// @icon https://www.youtube.com/favicon.ico
// @run-at document-end
// @grant none
@CanYouJustWorkPlease
CanYouJustWorkPlease / Control buttons for naturalreaders.com.user.js
Last active December 1, 2020 18:37
Use Numped + to skip forward, Numepad - to rewind and Numpad Enter to play/pause
// ==UserScript==
// @name Control buttons for naturalreaders.com
// @author CanYouJustWorkPlease
// @version 0.1
// @description try to take over the world!
// @match *://*.naturalreaders.com/*
// @grant none
// @require http://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==
@CanYouJustWorkPlease
CanYouJustWorkPlease / Context menu scroll for explorer and Everything (non-grouped version, without using groupadd).ahk
Last active October 29, 2023 13:15
Windows explorer context menu mouse wheel scroll for Windows 7, 8, 8.1, 10, 11
toggle = 0
#MaxThreadsPerHotkey 2
#NoEnv
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
#KeyHistory 0
ListLines Off
Process, Priority, , A
SetBatchLines, -1
SetKeyDelay, -1, -1
javascript:(function(){ a="!! IMPORTANT - "; if (document.title==""){ document.title=a+document.URL; }else{ document.title=a+document.title; } })()
javascript:(function(){ a="!! VERY IMPORTANT - "; if (document.title==""){ document.title=a+document.URL; }else{ document.title=a+document.title; } })()
@CanYouJustWorkPlease
CanYouJustWorkPlease / Jump to the start of bookmark text for Chrome stable.ahk
Created November 30, 2020 12:16
Jumps to the start of bookmark text for Chrome stable in the quick bookmark adding panel
;~ 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
;~ 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.
@CanYouJustWorkPlease
CanYouJustWorkPlease / Control buttons naturalreaders.ahk
Last active November 30, 2020 11:43
Take control of the media buttons on naturalreaders.com by using Q, W, E and Enter(numpad) keys for MS Edge
SetTitleMatchMode, 2
#IfWinActive, Free Text to ahk_exe msedge.exe
;~ Makes the text label under Play, Forward and Backward buttons disappear by moving the mouse just a little.
;~ You have to tweak the values to make it work for yourself. Make use of Windows Spy feature of AutoHotkey to
;~ find out the coordinates.
;~ Use Q, W, E and Enter(numpad) keys to use the media buttons on naturalreaders.com