Giter Club home page Giter Club logo

violentmonkey-mx's Introduction

Violentmonkey for Maxthon

Violentmonkey for Maxthon provides a solution for Maxthon users to install and manage user scripts easily.

Note: Some of the GM_* functions may not work due to the API limitations of Maxthon.

For more information, click here.

Development

$ yarn
$ yarn dev

Build

$ yarn
$ yarn build
# Then pack with the official packaging tool

violentmonkey-mx's People

Contributors

arrest-anarchy avatar piter432 avatar r3gi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

violentmonkey-mx's Issues

2.6.脚本无法同步

RT,更新到2.6.4以后,用暴力候的同步从来没有同步成功过,无论是同步到onedrive还是dropbox,从来没成功过,不知道原因!求助!

脚本排序bug

傲五正式版

bug:
123

改进:

  1. 界面字体太小+难看
  2. 工具栏那的图标有隐藏的开关?

动画令人头晕

希望有得关闭
一来个人觉得不好看、令人头晕;二来也不知道会否影响系统性能和占用系统资源及磁盘空间

切换账户导致无法加载数据库的BUG

===== 问题现象 =====
A、B账户都装有暴力猴插件,且安装了脚本,A切换到B,B账号的暴力猴脚本数据可以正常读取,再切换到A时,A账户的暴力猴数据无法读取,需要重启浏览器。

===== 傲游开发的解析 =====
关于暴力猴插件,插件的安装是按照用户来区分,存放在不同的localstorage目录下。
但是暴力猴内部安装的JavaScript脚本是使用WebSQL存储在数据库中的,这个WebSQL的数据库不是按照用户来区分存储在不同的路径下。
所以这个问题是WebSQL问题,非localstorage问题。 只有WebSQL数据库存储也按照用户来区分存储才能解决这个问题。
WebSQL不再作为标准被更新,已经被IndexedDB取代。所以这个问题暂时也不必修改,当暴力猴插件中JavaScript使用indexeddb来存储之后,可以尝试indexeddb按照用户来区分存储。

希望这个问题能够解决

加入编辑器部分样式修改功能

希望能加入编辑器部分样式的修改设置

例如:注释颜色,字体类型,字体大小等

每次更新插件,都要重新解包打包一遍插件,挺麻烦的

您好,被自动更新到2.6.4了,图标变灰色,选项没反应

我是傲游4,一直用2.6.3好好的,但昨天开始自动被更新到2.6.4了。
现象是:图标变灰色,左键点击是空白的,右键点选项没反应。
我下载了以前的2.6.3重新安装,但浏览器重启后又被更新到2.6.4了。
不知作者有没有时间再修改下?
或者能否把Mx插件那边的2.6.4删除呢?我想这样就不会自动更新了吧。
感谢!感谢!

尽管没有运行任何脚本 开启插件 网页报错

url:https://github.com/
建议加排除选项。

信息:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src assets-cdn.github.com collector-cdn.github.com".
injected.js:1
s injected.js:1
(anonymous function) injected.js:1
(anonymous function) injected.js:1

Czech lang not working

Hi,
I have just updated to the newest version, which includes czech translation, but the user interface is still in english. I am not sure, if MX can load the localization, maybe the lang file must be named "cs-cz" as main MX czech language file ("cs-cz.ini")??
Thanks

Number of running scripts on the badge is not shown

来点比较认真的。。。

What's the problem?

rt. As you see;D

How to reproduce it?

  1. do nothing by simply running scripts

Environment

  • Maxthon version: 5.1.0.1700
  • Violentmonkey version: 2.7.1
  • OS: 6.1 x64

其实。。。

其实,自行打包的旧/新版猴能用吗?不能又何解?

PS
#50是我的,milestone[doge]

"@include" doesn't bind script to domain

Having any script that has string like // @include *example.com/* doesn't force that script to run only on example.com, but rather it runs across all websites.
Here's an example script:

// ==UserScript==
// @name Test script
// @include *example.com/*
// ==/UserScript==
alert(location.hostname)

The above script will run on any domain and not only example.com.

求2.6.3打包后的文件,

升级到2.6.4以后暴力候不能用 ,发现只有2.6.3的源码,不知道怎么打包,求2.6.3打包后的文件!

Promise is not supported in Maxthon 4.4

What's the problem?

傲游4.4.8用2.7.1造成Super_preloaderPlus_one脚本失效

How to reproduce it?

Environment

  • Maxthon version:4.4.8
  • Violentmonkey version:2.7.1
  • OS:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.