This file contains 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
$("ytd-app").actionRouter_.triggerOptionalAction("yt-add-to-playlist-command", | |
{ | |
"clickTrackingParams": "CIwDEMfsBBgDIhMI5an4zq20hAMVJ8JCBR2nQQSL", | |
"addToPlaylistCommand": { | |
"openMiniplayer": false, | |
"openListPanel": true, | |
"videoId": "r-GN1ibonvE", | |
"listType": "PLAYLIST_EDIT_LIST_TYPE_QUEUE", | |
"onCreateListCommand": { | |
"clickTrackingParams": "CIwDEMfsBBgDIhMI5an4zq20hAMVJ8JCBR2nQQSL", |
This file contains 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
#include <windows.h> | |
#include <cstdio> | |
// credits: s3rb31 | |
#define STATUS_SUCCESS 0x00000000 | |
template<typename T> | |
T GetNTDLLProc(LPCSTR ProcName) | |
{ |
This file contains 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
set smoothscroll | |
"set numerichints | |
set typelinkhints | |
set cncpcompletion | |
let configpath = '/home/s3rb31/.cvimrc' | |
let hintcharacters = "asdfgqwertxcvb" | |
let blacklists = ["https://docs.google.com/*"] | |
let completionengines = ["google"] |