Chrome 4.0 supports GreaseMonkey scripts

Chrome 4.0 supports GreaseMonkey scripts

GreaseMokey (Chinese people call it Grease Monkey Script) was previously just a plug-in for Firefox. It can be used to add some simple and useful small plug-ins to expand the functionality and experience of your browser. It is generally written in HTML+JavaScript and has the characteristics of being small and flexible.

The very good news is that the latest Chrome 4.0 version now supports GreaseMonkey scripts . Of course, the Chrome 5.0 dev version also supports it. If you are using these two versions of Chrome (including PC and Mac versions), you can immediately visit http://userscripts.org to obtain more than 40,000 scripts.

If you don't know much about GreaseMonkey, you can check out the introduction on Wikipedia , or check out 8 Excellent Grease Monkey Scripts Recommended by Keshiba and Crazy Software's Top Ten Grease Monkey Scripts Recommended . Of course, there are many excellent GreaseMonkey scripts. If you come across a good one, be sure to share it with us.

In addition, GreaseMonkey can be managed just as easily as ordinary Chrome extensions, and can be disabled and uninstalled in the Chrome extension panel ( chrome://extensions/ ).

<<:  Web front-end development course What are the web front-end development tools

>>:  CSS to achieve the sticky effect of two balls intersecting sample code

Recommend

Solution for Baidu site search not supporting https (tested)

Recently, https has been enabled on the mobile ph...

Html/Css (the first must-read guide for beginners)

1. Understanding the meaning of web standards-Why...

Quickly master the use of Docker to build a development environment

As the platform continues to grow, the project...

Summary of Linux command methods to view used commands

There are many commands used in the system, so ho...

HTML meta viewport attribute description

What is a Viewport Mobile browsers place web page...

Example code for Html layered box-shadow effect

First, let’s take a look at the picture: Today we...

Example code for achieving hollowing effect with pure CSS

I have recently studied the hollowing effect. bac...

How to implement DIV's blur function

Use anti-shake to make DIV disappear when the mou...

Detailed tutorial on running Tomcat in debug mode in IDEA Maven project

1. Add the following dependencies in pom.xml <...

Layim in javascript to find friends and groups

Currently, layui officials have not provided the ...

React sample code to implement login form

As a Vue user, it's time to expand React. Fro...

jQuery simulates picker to achieve sliding selection effect

This article shares the specific code of jQuery t...

Causes and solutions for MySQL deadlock

The database, like the operating system, is a sha...

HTML simple web form creation example introduction

<input> is used to collect user information ...