Skip to content

Instantly share code, notes, and snippets.

View helloint's full-sized avatar
💭
want to fly

Wayne Mao helloint

💭
want to fly
  • Endeavor Streaming / NeuLion
  • SH
View GitHub Profile
@helloint
helloint / github-csv-url-to-link.user.js
Last active July 5, 2024 02:37
Convert URLs from plain text to links
@helloint
helloint / smartedu-download-pdf.user.js
Last active July 10, 2024 11:52
Download PDF file from smartedu
// ==UserScript==
// @name Download PDF from smartedu
// @namespace https://helloint.com
// @version 0.2
// @description Download PDF file from basic.smartedu.cn by press keyboard 'ddd'
// @author Wayne Mao
// @match https://basic.smartedu.cn/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=web.app
// @grant none
// ==/UserScript==