首页 > TAG信息列表 > UserScript

解决禁止复制以及添加额外版权信息的油猴脚本

// ==UserScript== // @name solveCopy // @namespace http://tampermonkey.net/ // @version 1.0 // @description 复制文字带版权信息小尾巴 // @author brgihtspark // @match https://*.zhihu.com/* // @match https://*.acwing.com/* /

油猴脚本,自动关闭页面弹窗

    // ==UserScript== // @name 自动关闭oa的聊天弹窗按钮 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://oa.zhixueyun.com/* // @grant none /

向 webview 添加 userScript

向 webview 添加 userScript 添加前,网页代码如下: <!DOCTYPE html> <html> <!--<script type="text/javascript">--> <!-- function echo(str) {--> <!-- console.log(str);--> <!-- window.webkit.messageHandl

tampermonkey,某学习网站的净化脚本

// ==UserScript== // @name 删除多余元素 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match 你看不见我!!! // @grant none // @noframes // ==/UserScri

让油猴脚本只执行一次

让油猴脚本只执行一次 脚本循环执行的是 (function(){})(); 中 {} 里的内容,所以在这个函数外定义一个计数变量,函数执行时修改这个计数变量即可。 代码如下: // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @versi

评教小工具

代码 使用油猴插件进行添加即可使用 // ==UserScript== // @name 评教小工具 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author nihilwater // @match http://jwxt.upc.edu.c

知乎不登录无法浏览信息的油猴脚本解决方案(2020年12月1日 可用)

// ==UserScript== // @name 知乎净化 // @namespace http://nzxy.kim/ // @version 0.1 // @description 知乎登录问题 // @author You // @match *.zhihu.com/* // @grant none // ==/UserScript== (function() { 'use strict';