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
// ==UserScript== | |
// @name HideCommentsOnPinterest | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description title is descriptive | |
// @author nuark | |
// @match https://pinterest.com/pin/* | |
// @match https://*.pinterest.com/pin/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=pinterest.com | |
// @grant none |
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
// ==UserScript== | |
// @name MirrorBg | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description make mirror background on any site (very simple so some arent really working) | |
// @author nuark | |
// @match https://*/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=stackoverflow.com | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Xuita | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description etot ebaniy script delaet kakuuto huinu i ochen neeffectivno, no mne pohui, ya ego napisal za 30 sekund, literaly dolshe seichas sizhu i pishoo etot ebaniy comentariy | |
// @author nuark | |
// @match https://abiturient.sfu-kras.ru/entrants-lists-rating* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=sfu-kras.ru | |
// @grant none | |
// ==/UserScript== |
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
let count = 5; | |
let magn = 200; | |
let levels = 8; | |
function setup() { | |
createCanvas(600, 600); | |
strokeWeight(1); | |
stroke(255, 204, 0); | |
noFill(); | |
} |
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
SetDefaultMouseSpeed, 0 | |
SetBatchLines, -1 | |
ListLines, Off | |
$LButton:: | |
While, GetKeyState("LButton", "P") | |
Click | |
Return | |
Numpad5::Suspend |
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
#!/usr/bin/env python3 | |
from http.server import BaseHTTPRequestHandler, HTTPServer | |
import logging | |
import json | |
import youtube_dl | |
import asyncio | |
downloading_queue = asyncio.Queue(maxsize=1000) | |
ydl = youtube_dl.YoutubeDL({'outtmpl': '%(id)s.%(ext)s'}) | |
is_stopping = False |
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
Function Get-Folder($initialDirectory="", $Description="Select a folder") { | |
[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") | Out-Null | |
$foldername = New-Object System.Windows.Forms.FolderBrowserDialog | |
$foldername.Description = $Description | |
$foldername.rootfolder = "MyComputer" | |
$foldername.SelectedPath = $initialDirectory | |
if($foldername.ShowDialog() -eq "OK") { | |
$folder += $foldername.SelectedPath |
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
// ==UserScript== | |
// @name PonyClicker Bot | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description yes | |
// @author kirasunnight && nuark | |
// @match https://erikmcclure.com/PonyClicker/ponyclicker.html | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name ECrash | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description New eCourses crash screen | |
// @author Nuark | |
// @match https://e.sfu-kras.ru/* | |
// @grant none | |
// ==/UserScript== |
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
[...document.querySelectorAll(".audio_row__performer_title")] | |
.map(e => | |
[".audio_row__performers", ".audio_row__title_inner"] | |
.map(sel => e.querySelector(sel).textContent.trim()) | |
.join(" - ") | |
) | |
.join("\n"); | |
// You have to preload all your list | |
// Then just paste in console and execute |
NewerOlder