Skip to content

Instantly share code, notes, and snippets.

@OperativeThunny
OperativeThunny / Create a new scheduled task with PowerShell.MD
Created November 22, 2023 18:43
This gist shows how to make a new scheduled task with powershell.

Author: @OperativeThunny This is part of a series of snippits I am uploading on my github gists for internet clout. License for this collection of snippits is AGPL. I am open to relicensing if AGPL is too restrictive, just contact me!

Copyright (C) 2023 @OperativeThunny

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or

@OperativeThunny
OperativeThunny / µBlock-scriptlets.js
Last active November 27, 2023 19:05
µBlock Origin userscripts
// from https://github.com/uBlock-user/uBO-Scriptlets/blob/master/scriptlets.js
// reference: https://www.xaloez.com/blog/UblockOriginScriptlets/index.html
// reference: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection
'use strict';
/// reddit.js
/// world ISOLATED
console.log("TESTING");
console.log("old reddit redirect scriptlet. redirecting www->old. This is the window location: " + window.location.href);
let href = window.location.href;