Skip to content

Instantly share code, notes, and snippets.

View minerva.user.css
/* ==UserStyle==
@name Minerva Themed
@version 0.0.9
@license unlicense
@description Better Minerva
@author yun <zy.kumo@gmail.com> (https://github.com/octo-kumo)
@preprocessor less
@namespace https://github.com/octo-kumo
@homepageURL https://gist.github.com/octo-kumo/bef6b10f7f12b8bf7c93f17327013a6f
@octo-kumo
octo-kumo / inject.js
Created December 11, 2022 12:55
mini-ielts empty select fix script
View inject.js
document.querySelectorAll(".exam-section select").forEach(function insertOptions(el) {
for (let i = 0; i < 10; i++) {
var opt = document.createElement('option');
opt.value = String.fromCharCode(65 + i);
opt.innerHTML = String.fromCharCode(65 + i);
el.appendChild(opt);
}
})
View Images.md

40001

image

40002

image

40003

image

40004

image

40005

image

View big_a.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View cool_svg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View logo_light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View discord-exploding-spoilers-text.js
!function(A,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(A=A||self).html2canvas=e()}(this,function(){"use strict";
var r=function(A,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)e.hasOwnProperty(t)&&(A[t]=e[t])})(A,e)};function A(A,e){function t(){this.constructor=A}r(A,e),A.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var K=function(){return(K=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++)for(var n in e=arguments[t])Object.prototype.hasOwnProperty.call(e,n)&&(A[n]=e[n]);return A}).apply(this,arguments)};function a(B,s,o,i){return new(o||(o=Promise))(function(A,e){function t(A){try{n(i.next(A))}catch(A){e(A)}}function r(A){try{n(i.throw(A))}catch(A){e(A)}}function n(e){e.done?A(e.value):new o(function(A){A(e.value)}).then(t,r)}n((i=i.apply(B,s||[])).next())})}function S(t,r){var n,B,s,A,o={label:0,sent:functi