Skip to content

Instantly share code, notes, and snippets.

我曾问过一位朋友:“云朵,为什么在天上?”
人们都知道,云朵是飘在天上的。
它们洁白无暇,仿佛纯真的孩童,享受着自由自在,无忧无虑的一天天。以至于书中的天堂里,都全是云朵。
可,云朵啊,为什么要飘在天上呢?
为什么不想被引力束缚?为什么不沉入地面?为什么不像我们这样身躯似灌铅般沉重?
朋友的目光停留在那轮红日上,给出了他的答案。
/* ==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
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);
}
})

40001

image

40002

image

40003

image

40004

image

40005

image

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
!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