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
// https://stucis.ttu.edu.tw/academic/ascoresbj.php | |
var regex = /^(\u62B5|\(?-?[0-9]{1,3}\)?)$/ | |
var totalPoints = 0; | |
var totalCredit = 0; | |
var nums = [].slice.call(document.querySelectorAll('td')) | |
.filter(function(e){ return regex.test(e.textContent); }) | |
.map(function(num, idx ,arr){ | |
var b = Number(num.innerHTML); | |
if (idx % 2 === 1) { | |
var a = Number(arr[idx-1].innerHTML); |
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
--withborder | |
--center FJU NISRA | |
--center Bash Intro | |
--author Denny Huang | |
--date today |
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 啪啪啪研習所無限看2.1 | |
// @namespace https://knowlet.me/ | |
// @version 0.2 | |
// @description 繞過前端付費會員驗證 | |
// @author knowlet | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js | |
// @match https://jav101.com/play/* | |
// ==/UserScript== |
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 KissComic | |
// @namespace https://knowlet.me/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author knowlet | |
// @match http://www.930mh.com/manhua/* | |
// @grant none | |
// ==/UserScript== |
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 AD News | |
// @namespace https://knowlet.me | |
// @version 0.1 | |
// @description try to eat some apple! | |
// @author knowlet | |
// @match https://*.appledaily.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
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 動漫伊甸看看 | |
// @namespace https://knwolet.me | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author knowlet | |
// @match http://dmeden.net/comichtml/*/1.html* | |
// @grant none | |
// ==/UserScript== |
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
// mips-linux-gnu-gcc -Wall -fPIC -shared apmib.c -o apmib-ld.so | |
#include<stdio.h> | |
#include<stdlib.h> | |
#define MIB_IP_ADDR 170 | |
#define MIB_HW_VER 0x250 | |
#define MIB_CAPTCHA 0x2C1 | |
int apmib_init(void) { | |
// Fake it! | |
return 1; |
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 研伝說動漫看看 | |
// @namespace https://knowlet.me | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author knowlet | |
// @match https://www.c4story.com/* | |
// @run-at document-end | |
// @grant none | |
// ==/UserScript== |
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 Free GP+ | |
// @namespace knowlet.me | |
// @version 0.1 | |
// @description unlimited gp+ video preview. | |
// @author You | |
// @match https://garageplay.tw/vod/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=garageplay.tw | |
// @grant unsafeWindow | |
// @run-at document-end |
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 無限爆漿 | |
// @namespace https://knowlet.me | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author knowlet | |
// @match https://www.fans17.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=www.fans17.com | |
// @grant none | |
// ==/UserScript== |