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 QQ链接直跳 | |
| // @namespace https://www.lokova.org | |
| // @version 1.0 | |
| // @description 自动从QQ中转链接提取目标URL并直接跳转 | |
| // @author @IlyaTheSawmill | |
| // @match https://c.pc.qq.com/* | |
| // @match https://c.qq.com/* | |
| // @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
| import java.awt.event.*; | |
| import javax.swing.*; | |
| import java.io.*; | |
| public class Msgbox { | |
| private Msgbox() { | |
| throw new AssertionError("No Msgbox instances for you!"); | |
| } |