1 Star 0 Fork 7

smartleon / GM

forked from 鲁鲁修 / GM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

GM scripts for Firefox and Chrome

原创 & 修改的GM脚本 / GM scripts written or adapted by me

个人主页 / Personal Home Page : https://lkytal.github.io/

安装链接 / Install links

点击下面的链接安装GM脚本 / Click links bellow to install

部分文件说明 / Details

PopupSearch.user.js

在选中的文字上弹出搜索/翻译等快捷操作按钮

Popup search/translate(etc) button for selected texts

Function

GM的"用户脚本设置"下的"Popup Search设置"打开选项选择需要的项目

Set Set

Update Log

  • 4.2.0 : Won't trigger within search area.
  • 4.1.6 : Respect tab setting for user engines
  • 4.1.5 : Ensure right click copy
  • 4.1.3 : Update icon and jquery
  • 4.1.2 : Fix false popup in chrome
  • 4.1.1 : Fixup incorrect customization
  • 4.1.0 : New: customization
  • 4.0.8 : Retry when translate timeout
  • 4.0.7 : False popup in textbox in chrome
  • 4.0.6 : Fix userEngine Error
  • 4.0.5 : Back to google translation
  • 4.0.4 : Fixed open as link
  • 4.0.3 : Add DouBan engine
  • 4.0.2 : Fixed open as link and style in v2ex
  • 4.0.1 : Better performance
  • 4.0.0 : New setting UI with many new engines
  • 3.5.0 : Setting enhance
  • 3.4.0 : Fix hidden problem
  • 3.3.3 : Better position locating
  • 3.3.1 : update jquery
  • 3.3.0 : Position problem in chrome
  • 3.2.9 : Update to jquery v3
  • 3.2.8 : Fix multi tabs
  • 3.2.7 : Update to jQuery 3.1.0
  • 3.2.6 : Auto copying in chrome
  • 3.2.5 : Translation fixup for large texts
  • 3.2.4 : Multiline fixup
  • 3.2.3 : fix popup position
  • 3.2.2 : Multiline fixup
  • 3.2.1 : fix translation
  • 3.2.0 : transform to YouDao
  • 3.1.7 : Ip fix
  • 3.1.6 : Ip Updated
  • 3.1.5 : no jquery conflicts
  • 3.1.4 : fix Background mode for chrome
  • 3.1.3 : Background mode
  • 3.1.2 : fix translation
  • 3.1.0 : iframe support
  • 3.0.5 : TaoBao fix
  • 3.0.4 : mouseup event
  • 3.0.3 : css fix
  • 3.0.2 : new setting box
  • 3.0.0 : UI redesigned
  • 2.9.7 : Google Page
  • 2.9.5 : Setting window
  • 2.9.1 : In site search fix
  • 2.9.0 : In site search
  • 2.8.5 : Translate sync
  • 2.8.4 : cleanup
  • 2.8.2 : better css style
  • 2.8.1 : Multiply translate address
  • 2.8.0 : More translation methods
  • 2.7.5 : Exclude test page
  • 2.7.4 : Fix up
  • 2.7.3 : UI improve
  • 2.7.2 : Update Method change
  • 2.7.1 : Meta info added
  • 2.7.0 : Switch to git
  • 2.6.8 : New setting window
  • 2.6.7 : New style code
  • 2.6.6 : Clean up codes
  • 2.6.5 : Update translation
  • 2.6.4 : promote css
  • 2.6.3 : 完全重写了翻译功能, 提升稳定
  • 2.6.2 : Add failsafe translation
  • 2.6.1 : Fix Popup size
  • 2.6.0 : Update Jquery

linkMix.user.js

相比于大部分文字链接化的脚步,加入了如下改善

  1. 识别大部分不以http开头的链接
  2. 不会把相连的中文错误识别为链接的一部分
  3. 支持AutoPage, SuperPreload等

注意 : 为了提高执行速度, 去除了对邮箱地址和ftp链接的识别

Advances

  1. Support links that does not start with “http”
  2. Support AutoPage, SuperPreload (etc)
  3. Support Unicode characters

Notice: Will NOT handle email address and ftp links in order to speed up execution.

Update Log

  • 2.8.0 : Support timeout
  • 2.7.2 : Update icon and links
  • 2.7.0 : Exclude 163.com
  • 2.6.9 : exclude rule
  • 2.6.8 : exclude www.google.
  • 2.6.7 : Fix for ZhiHu
  • 2.6.5 : Meta update
  • 2.6.4 : Ext tag
  • 2.6.3 : '/' as end char
  • 2.6.1 : observer
  • 2.5.1 : Fix
  • 2.5.0 : 修复了一个低级错误导致的http前缀重复...
  • 2.4.4 : 分段加载提高效率
  • 2.4.3 : Fix RegExp
  • 2.4.2 : New Mode to replace link, better performance
  • 2.4.1 : Update regexp, "use strict" mode to enhance performance
  • 2.4.0 : Fix scan error on ending chapter
  • 2.3.9 : 更新meta内容
  • 2.3.8 : 迁移到 greasyfork
  • 2.3.7 : 更新正则表达式
  • 2.3.6 : 更新正则表达式
  • 2.3.5 : 恢复对微博的支持
  • 2.3.4 : 修复偶尔不能识别https的问题
  • 2.3.3 : 排除微博
  • 2.3.2 : Bug fix
  • 2.3.1 : Bug fix
  • 2.3.0 : 大幅修改了选择器代码
  • 2.2.5 : 排除code标签
  • 2.2.4 : 新增部分域名后缀
  • 2.2.3 : 优化正则表达式
  • 2.2.2 : 修复因为延迟可能错过某些链接的问题
  • 2.2.1 : 修正正则表达式
  • 2.2.0 : 改用CoffeeScript生成
  • 2.1.4 : 修复识别错误
  • 2.1.3 : Little Fix
  • 2.1.2 : 混合分析以提高效率
  • 2.1.1 : 改变延迟参数
  • 2.1.0 : 彻底重写了代码... 应该几乎不会有什么卡顿了
  • 2.0.9 : 降低卡顿
  • 2.0.8 : 修复bug
  • 2.0.7 : 优化正则表达式
  • 2.0.6 : 提高执行效率
  • 2.0.5 : 修复中文识别
  • 2.0.4 : 修复自动翻页

Tieba_Enhance.user.js

百度贴吧增强. 贴吧小尾巴+最近表情+坟贴检测功能 暂时在chrome下工作尚有瑕疵,请等待更新.

设置按钮:

Set

修改小尾巴之后记得点击"保存当前尾巴"按钮!

设置窗口

Win

Update Log

  • 6.2.0 : Add tail correctly
  • 6.1.5 : Update icon and jquery
  • 6.1.1 : Random Tail
  • 6.1.0 : Fixed all known issues
  • 6.0.5 : Soft checking
  • 6.0.3 : Code merge
  • 6.0.2 : Cleanup
  • 6.0.1 : Update for date checking
  • 6.0.0 : Remove recent ico
  • 5.9.7 : Fix eval
  • 5.9.5 : Fix tail trigger
  • 5.9.5 : fix tail box may not shown
  • 5.9.4 : Html code cleanup
  • 5.9.3 : Fix for new navtab
  • 5.9.2 : clearLink fix
  • 5.9.0 : New backend
  • 5.8.7 : fix up
  • 5.8.6 : coffee script
  • 5.8.5 : Fix recent img
  • 5.8.4 : Fix jquery
  • 5.8.2 : Clear tieba link function
  • 5.8.1 : Minify storage
  • 5.8.0 : Switch to git
  • 5.7.8 : Update to suite new tieba
  • 5.7.7 : Meta info added
  • 5.7.6 : 修复样式
  • 5.7.5 : Clear Link
  • 5.7.4 : 新的提醒样式
  • 5.7.3 : 时间兼容处理延迟
  • 5.7.2 : 新版的时间兼容处理
  • 5.7.1 : 新版的时间处理
  • 5.7.0 : little fix

空文件

简介

GreaseMonkey Scripts 展开 收起
JavaScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/hyz301/GM.git
git@gitee.com:hyz301/GM.git
hyz301
GM
GM
master

搜索帮助