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
// ==UserScript== | |
// @name Wii Shop Channel Polyfill | |
// @version 2024-02-03 | |
// @description Mocks WSC APIs normally provided by the channel itself | |
// @author Sards | |
// @match https://oss-auth.shop.wii.com/* | |
// @match * | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=wii.com | |
// @run-at document-start | |
// @grant none |
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
import glob | |
import os | |
import shutil | |
try: | |
shutil.rmtree("./export") | |
except Exception: | |
pass | |
os.mkdir("./export") |
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
echo "Hello World" | |
exit |
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
[ | |
{ | |
"date": "6.03.2023", | |
"items": [ | |
"Ezogelin Γ§orba", | |
"Etli kuru fasulye", | |
"Tereyagli brokoli", | |
"PirinΓ§ pilavi", | |
"Osmanli tulumba", | |
"Salat bar/meyve" |
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
const f = [new BigNumber("1"), new BigNumber("1")]; | |
let i = 2; | |
function factorial(n) { | |
if (typeof f[n] != 'undefined') | |
return f[n]; | |
var result = f[i - 1]; | |
for (; i <= n; i++) | |
f[i] = result = result.multiply(i.toString()); | |
return result; |
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
// ==UserScript== | |
// @name LearningApps | |
// @version 1.1 | |
// @description Solve ma homework! | |
// @author Sardonyx78 | |
// @include https://learningapps.org/* | |
// @grant none | |
// ==/UserScript== | |
(function () { |
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
(function () { | |
'use strict'; | |
function randomInRange(min, max) { | |
return (Math.floor((Math.random() * (max - min) + 1) + min)); | |
} | |
return function () { | |
const i = document.querySelectorAll("iframe"); | |
console.log() |
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
Show hidden characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "es2019", | |
"types": [ | |
"node" | |
], | |
"strict": true, | |
"moduleResolution": "node", | |
"declaration": false, |
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
// Just execute this script on console on a board | |
Array.from(document.getElementsByClassName("hCL")).filter(x => !x.src.startsWith("https://i.pinimg.com/75x75_RS")).forEach(x => { | |
const btn = document.createElement("button") | |
btn.onclick = () => window.open(x.src.split("/236x/").join("/originals/")) | |
btn.innerHTML = "Download" | |
btn.style = "height: 25px; width: auto; position: absolute; z-index: 100;" | |
x.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.prepend(btn) | |
}) |
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
--[[ | |
ββββ βββ ββββββ ββ ββββββββββ ββββββ ββββββ ββββββ βββββββββ ββββ β βββββββ ββββββ ββββββ | |
βββββββ ββββββ ββββ ββ βββββ ββββ βββββββ βββββββ ββββββ β βββ βββ βββββ ββ ββ β ββββ βββββ β βββ β βββ | |
ββββ ββββββ βββ βββ β ββββββ βββ ββββββ βββββββ ββββββ βββ β βββββ ββββββββ ββ ββββββ ββββββ βββ βββ β | |
ββββββ βββββββββ ββββ βββββββ ββ ββββ ββββ ββββββ ββββββββββ ββββ βββββββββ βββββββββ ββββ β βββββββ | |
βββ βββ ββ βββββ βββββ βββββ βββββββββ β ββββββββ βββββββββββ ββββ ββββ ββββββββ βββββββββββ βββββββββββ ββββ | |
ββββββββ ββ βββββ ββ β ββ ββ ββ βββ β β ββββββ β ββββββ β ββ ββββ β β ββ β ββ β β βββ β ββ ββ ββ ββ ββββ | |
βββ β β ββ β β β β ββ ββ β β β β β ββ β β ββ ββ β ββ β β ββ ββ β ββ β β β β β β ββ β ββ | |
β β β β β β ββ β β β β β β β β β β β β ββ β β β β β β β β β β β β ββ β | |
β β ββ β β β β |
NewerOlder