Recommended Posts

Ripped from description on the Maxthon forum. abc@home is the author of the plugin and this one is a killer, I tell ya!

Source

Description as follows:

Plugin Manager 4.00 is the ultimate Plugin/Userscripts manager. Webpage customisation can't be easiler! :D

Auto run functions in plugin dropdown menu

In addition to the default function of 300+ maxthon script type toolbar plugins available in the Plugin Site, users can also auto run any function available in the dropdown menu of these plugins. eg:

- with the MyStyle plugin, users can automatically apply any of the 7 available styles to specific websites;

- with the Continuous Reload plugin, users can automatically start auto refresh in specific websites with any of the 10 available refresh rates.

- with the Ultra Translator, users can automatically translate specific websites from any of the 9 available lanugages to English, and vice versa.

...and much more for users to explore.

By default, setup/help and similar functions are excluded since they are obviously not suitable for auto run. If users are not sure if a particular function is suitable for auto run, they may enquire relevant plugin authors.

Support for user scripts/bookmarklets

Inspired by the dicussion of Greasemonkey for Maxthon?, Plugin Manager 4.00 can auto run any IE compatible javascript/bookmarklets. There are abundant of js/bookmarklet resources available in the internet for various tasks, eg: Dynamic Drive and Bookmarklets.com. With Plugin Manager 4.00, any of these javascripts/bookmarklets can be automatically run in specific websites without converting to Maxthon Plugins.

For javascripts, simply copy to the UserScripts folder. For bookmarklets, users have to "convert" them to javascripts - right click the bookmarklet's link and copy the shortcut, paste the shortcut in Notepad or any text editor, save the file to the UserScripts folder, and name the file with extension ".js". (Note:some bookmarklets may contain escaped characters, users may need to convert each instance of "%22" to a double quotes ", and each "%20" to an empty space) Plugin Manager can detect the javascripts and list them out for users to select.

WARNINGS: Like any program/plugin/extension, javascripts/bookmarklets can also be malicious. So use only javascripts/bookmarklets you trust and use at your own risks.

Support for Wildcard/Regular Expression

It's amazing that so many users praise the support of regular expression in a firefox extension. While regular expression is useful in matching, and often replacing complicated text patterns, it is way overkilled for matching urls. Anyway it is pretty simple to implement, Plugin Manager 4.00 now supports literal regular expression as well as traditional wildcards "*" & "?" in matching urls.

eg, to match http://s.abc.com, http://s1.abc.com, http://s2.abc.com, ... any of the following entries can be used:

1. ".abc.com" - no wildcard/regular expression is used, all urls containing ".abc.com" will be matched; or

2. "s*.abc.com" - wildcard "*" is used, all urls containing "s", followed by any number of characters/punctuation marks, and then followed by ".abc.com" will be matched; or

3. "/s\d*\.abc\.com/" - literal regular expression (ignore case flag "i" is automatically added), all urls containg "s", followed by any number of digits (only), and then followed by ".abc.com" will be matched.

Each entry can use only one method, but different methods can be used for different entries in the same Execution/Exception List. Note: Wildcard/regular expression matching requires more cpu processing. So use only when necessary.

Improved Efficiency

Unlike previous versions, Plugin Manager 4.00 does not embed imported scripts in its default url matching script. Imported scripts are separately stored in the Imports folder. Only relevant imported scripts will be loaded and run when the url of a page is matched.

That is no matter how many maxthon plugins/userscripts are to be auto started, only a small url matching script of 1.6K will be loaded and run on every page unless matches are found. This avoids any unnecessary overhead cpu/memory usage.

Higher Security

Plugin Manager 4.00 will automatically remove the security id it uses once it finishes running the plugins/userscripts. Any security id used by the plugins auto run by Plugin Manager will also be removed as well. This practically eliminates any chance of the security id being used by remote webpages.

post-3488-1113396356.gif

post-3488-1113396364_thumb.jpg

Link to comment
https://www.neowin.net/forum/topic/308212-best-maxthon-plugin-ever/
Share on other sites

What this means, in very very simple words is that you can have plugins or custom javascript run on custom pages. So lets say you want to use a different font on neowin.net ONLY, just use the myStyle plugin and set it to autorun on neowin. All other pages will not autorun the plugin.

It could also, as an other example, be used to remove all flash media on any server you want. Just use the Disable Page Annoyances plugin and set it to remove flash on the sites you don't want it on.

  • 4 weeks later...

Version 5 is out

Plugin Manager 5.00

Description

Plugin Manager can auto start any Maxthon script type toolbar plugins (including plugin functions in plugins' drop down menu) and IE compatible javascripts/bookmarklets. It can also import plugin/script functions to its drop down menu.

post-3488-1115364867.gif

WARNINGS: Like any program/plugin/extension, javascript/bookmarklets can also be malicious. So use only javascript/bookmarklets which you trust, and use at your own risks.

Features

- toolbar button of auto started and imported plugins can be hidden for saving spaces;

- plugin/script names and orders can be changed;

- supports wildcards "*" & "?" and literal format of regular expression in matching urls;

- contains 38 tested userscripts, mostly based on bookmarklets found in http://subsimple.com/bookmarklets/ & http://www.squarefree.com/bookmarklets/

How to Use

Auto Started

Organise auto started plugins/user scripts.

Plugin Menu

Organise imported plugins/user scripts in the plugin menu;

Execution

Plugin Manager will auto start the plugin/user script in sites included in the Execution List only.

Exception

Plugin Manager will auto start the plugin/user script in all sites not included in the Exception List.

Hide Button

Hide the button of the plugin from toolbar (require restart).

Select Maxthon Plugins/User Scripts or Other Functions

List all activated script type toolbar plugins (and available functions in the drop-down menus) and user scripts stored in the "UserScript" folder. Users can open the "Edit Lists" dialog, the "Add Sites" dialog, or "Add divider" to the plugin menu when configuring imported plugins/scripts.

Advanced Options

2 options that would improve effectiveness/security of plugins, but may cause problems and therefore disabled by default. Users may ignore these options.

1. Also Frames - Also auto start plugins/user scripts in frames of pages. Some plugins/scripts may form indefinite loop when auto started in frames.

2. Clear ID - Remove security id held by auto started plugins after run. Some plugins may not work properly with the security id removed.

Remove

Remove selected plugins/scripts/divider from Plugin Manager. Any Execution/Exception Lists will not be removed and can be reused in the future.

Up/Down

Move selected plugins/scripts/divider up/down in the order of execution (from top to bottom), or order in the plugin menu. Some plugins/scripts may conflict with each others and changing the execution order can solve some of the problems.

Rename

Change the name of selected plugins/scripts or modify the divider.

OK

Save changes and exit.

Cancel

Exit without saving changes.

Apply

Save changes without exit.

Add Sites

Add host/url/keyword to checked Execution/Exception List(s).

post-3488-1115364877_thumb.jpg

Edit Lists

Edit Execution/Exception Lists.

For plugin/user script to be auto started in specific websites, go to the relevant websites and select "Add Sites" from the drop down menu to add those sites to the Execution List.

Changes:

- can import plugins/scripts and run manually from the drop down menu;

- can hide the toolbar button of plugins auto started or imported in the drop down menu;

- can run plugins/scripts in secured pages without the mixed contents security warning (except any caused by the auto started plugins);

- can rename plugins/scripts without restriction on special characters;

- more friendly interface - info tooltips, apply button, support for shift/ctrl click selection etc;

Note

1. Maxthon is required;

2. This plugin does not work on gmail purposely to avoid login problems.

3. Whether a plugin/userscript is suitable for auto start is determined by the that plugin/user script, check with relevant author in case of doubt.

4. Plugins auto started or imported by Plugin Manager must NOT be uninstalled or deactivated, but they can hidden to save space.

Download

I'm right with you carpediem :yes:

This is one of the best plugins ever made, if not the best. It makes browsing so easy and smooth. It controls every plugin, when you want it and how you want it used. After using Plugin Manager, you cant ever imagine never using it.

It doesnt "affect" me, I'm just saying, version inflating to make a product look more stable and feature-rich just isn't right.  :crazy:

585893264[/snapback]

It's not like this plugin was released recently or it has had a couple of updates. It's about a year old it's been updates probably 20+ times. The past 4 or so updates have completely changed the plugins function, thus each official update went threw a lot of testing versions before they were officially released

"users can automatically apply any of the 7 available styles to specific websites": Opera has had styles built-in for ages

"with the Continuous Reload plugin, users can automatically start auto refresh in specific websites with any of the 10 available refresh rates" : same

"with the Ultra Translator, users can automatically translate specific websites from any of the 9 available lanugages to English, and vice versa" : Opera has had hotclick since (I believe) version 6.x

So tell us, where can we find this plugin for Opera? (This plugin was out way before Opera 8 and even 7.6 beta too, mind you).

585916779[/snapback]

Also, Opera did not begin with version 7.6 beta.

Edit: Just so you know, I was referring to the features listed ^ there. After rereading the original post, I see that the plugin itself does not create these features, so my comments are not really aimed at the plugin itself, just the list of features given in the first post.

Edited by Altered State of Consciousness
"users can automatically apply any of the 7 available styles to specific websites": Opera has had styles built-in for ages

"with the Continuous Reload plugin, users can automatically start auto refresh in specific websites with any of the 10 available refresh rates" : same

"with the Ultra Translator, users can automatically translate specific websites from any of the 9 available lanugages to English, and vice versa" : Opera has had hotclick since (I believe) version 6.x

Also, Opera did not begin with version 7.6 beta.

Edit: Just so you know, I was referring to the features listed ^ there. After rereading the original post, I see that the plugin itself does not create these features, so my comments are not really aimed at the plugin itself, just the list of features given in the first post.

585920963[/snapback]

So Opera would NOT have this feature then. Glad we got that cleared.

So Opera would NOT have this feature then. Glad we got that cleared.

585926686[/snapback]

Yes, Opera has these features. They are just not handled by plug-ins. They are all built-in (since, I believe, at least very early ver. 7 Opera releases, possibly 6.x)

"HotClick" as Opera has called it for some time now.

You get the point, all of this has been in Opera for many versions, and in fact Opera had them all first, if I remember correctly. :)

No, having it first isn't THAT important, but competetition is fun!

I won't post any more crap in this thread! :D

post-110103-1116302557.png

It doesnt "affect" me, I'm just saying, version inflating to make a product look more stable and feature-rich just isn't right.  :crazy:

585893264[/snapback]

The official version number is beta 0 of build 0 of preview 5 of version 0.1, or 0.1.5.0.0 for short. I thought you know this! lol

Yes, Opera has these features. They are just not handled by plug-ins. They are all built-in (since, I believe, at least very early ver. 7 Opera releases, possibly 6.x)

585931196[/snapback]

You probably miss the point. The idea of this plugin is to allow users to run other plugins automatically on per page/site basis.

The MyStyle/Language Translation/Continuous Reload plugins are merely 3 of 300+ compatible maxthon plugins. They have been available for some time, what's new is the way how they can be used now. With this plugin, maxthon users can:

- automatically apply custom stylesheet A to site A, custom stylesheet B to site B, ...

- automatically translate site A from French, site B from Dutch, ...

- automatically set page A to reload every 30 s, page B to reload every 2 minutes, ...

OK opera supports custom stylesheet, language translation, and auto reload, but does opera supports doing these automatically on per page/site basis? ;) And let's not forget the other 300+ plugins.

Yeah, I noticed a while ago, after rereading the original post, that I had completely misunderstood the plugins function, and stated so in one of my posts. Here it is again, to clarify:

I was referring to the features listed.. After rereading the original post, I see that the plugin itself does not create these features, so my comments are not really aimed at the plugin itself, just the list of features given in the first post.

I admit, I originally opened my mouth before fully understanding what the post was about.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Umm, read my answer again! If you have something to add or contribute, feel free. Otherwise my point was that you apparently dont want faster updates... so you want slower updates by process of elimination. If you have something to contribute, meaningful answers are better.
    • These features described above are good, but far from what developers will like the most. The main feature that developers will care and love the most it's called "Bring Your Own Models". It gives us the ability to connect to LOCAL AI models running on Ollama. The feature it's located on GitHub Copilot tab -> On the model picker where you can select "manage models" instead of paid models and then it will show you the "Bring your own models" window where you can now select Ollama and the endpoint of your local server. So if you have a beefy spec machine you can now use your own model 100% local inside Visual Studio 2026 18.7.0
    • Microsoft Teams is getting a controversial location tracking feature that users may hate by Usama Jawad Image generated with Microsoft Copilot Earlier this year, Microsoft planned to roll out a controversial location tracking feature in Teams, but following customer feedback, it decided to delay its release. The bad news is that the company has decided to launch it later this year, but it's based on roughly the same design that was shared earlier, which means that many users still have good reason to worry. Basically, Microsoft Places and Teams have received workplace check-ins via Wi-Fi. The idea is that if an employee arrives at the office and connects to their enterprise network, their profile status indicator will show them as being present in the office. For example, if you arrive at work, open Teams on your PC, and connect to the "Studio B" company Wi-Fi network, your Teams profile will indicate that you are present in "Studio B", as shown below: Microsoft says that this feature is basically a replacement for physical workplace check-in peripherals, it reduces the need to manually update your status, and it also enables co-workers to know that you're at work so that they can coordinate in-person meetings with you. IT admins can enable this workplace check-in capability at a tenant level, and users have the ability to control whether they want to enable it or not. Of course, all of that sounds great on paper, but naturally, many Teams customers may still have concerns, as they did before. This is because it enables your reporting manager and other members of the organization to track if you are at the office, when you arrive at the office, and where you are right now. This could be problematic for people who work in what they consider to be flexible work environments or hybrid setups, and this kind of location tracking could be considered an invasion of privacy. Microsoft has tried to alleviate some of these concerns by letting users know that they can manually set their location easily, which essentially overrides workplace check-in if they feel uncomfortable with it. However, that doesn't really solve the problem because your organization could enforce a workplace policy that mandates that this feature remains enabled. The Redmond tech giant has also assured users that this capability does not store historical data and is only a real-time indicator of location. Finally, it only generates a signal when you connect to a corporate network, which means that if you are working from home and connect your PC to your personal Wi-Fi, it won't broadcast your location to your employer; you will simply be shown as "Remote". Microsoft has encouraged IT admins to prepare for this change and begin informing users so they know what to expect once it begins rolling out later this year.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      157
    4. 4
      Steven P.
      82
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!