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

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Ocenaudio 3.19.3 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.3 changelog: Fixes issues with MP4 files with more than 8 channels Fixes incorrect VBR detection for some CBR MP3 files Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      186
    3. 3
      PsYcHoKiLLa
      144
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!