It is always uncomfortable to see the disgusting URLs of Baidu search results, so it took some time to write a chrome extension and automatically correct these links.Firefox extension has not been written yet.
Main function: remove the jump from the baidu search result link and open the result URL directly.
Will the link http://www.baidu.com/link like this? Url = l7mhgjqjj4zbbpc8ydf8...
Restore to real l
The yellow border generated when the form item focus is canceled: input, button,Select, Textarea {outline: None} cancel the function of dragging and changing the size of textarea: textarea {resize: None}CancelTextarea's drop-down box (or scroll bar) under IE)Textarea {overflow: hidden ;}Combined:
: Focus {outline: none;}/* cancel the dotted box of the hyperlink and the yellow border of the form item */
Textarea {resize: none; overflow: hidden;}/* clear the drop-down box and drag to change the
1. Chrome users all know that when the focus of the mouse is on the input and textarea elements, chrome adds a yellow border to them by default, which is not a feature of chrome, it is the effect of CSS, the outline attribute.You can use the following CSSCodeRemove the borders of all elements:
*: Focus{Outline:None;}
Use the following code to
I believe that many people have upgraded to Chrome 35,chrome35 use their own aura instead of GTK +, and also a bit more annoying things, such as some of the window has a black edge, will be in the status bar to display the chrome icon, looks like the system icon is very uncoordinated ah, Black edge may be due to aura caused by the belief will be resolved in the future, but the status bar icon, if you do not
In Chrome under Mac, there is a default border-radius for select elements, and of course there are cases where fillets are not required, so it is necessary to remove them. The more commonly used methods are:{ -webkit-appearance: none; -webkit-border-radius: 0px;}But this method has a drawback, because to the browser default style is all killed, so the right side of the original up and down arrows a
How to remove the default style automatically added by the browser when the form is automatically filled in the chrome browser?
1. The cause of this problem is that the background image is added to the input form when the account logon page is written. When the background image is automatically filled, the background is highlighted with a pale yellow background.
This is because I mistakenly set it directly
Many of my friends have this problem: when chrome browser forms are automatically filled, the default style will be automatically added. How can I remove the default style? Let's take a look at how small series are removed. If you need to learn it together, I. The reason for this problem is that the background image is added to the input form when the account logon page is written. When it is automatically
Reference blog from http://segmentfault.com/q/1010000000671971Chrome browser How to remove the default style that is automatically added by the browser when the form is automatically populated.first, the cause of the problem-is that when the account login page, the input form added a background image, when automatically filled, rubbing a piece of pale yellow background .The reason is that I hastily set it directly input inside the element, and the pro
In Chrome or chromeplus, the underline of the hyperlink is too close to the text, very ugly, the following CSS to remove the underline:ChromeFound itC:usersadministratorappdatalocalgooglechromeuser Datadefaultuser Stylesheetscustom.cssFile defaults are empty, join:A{text-decoration:none!important}Save reboot ChromeChromeplusFound itChromeplus installation directory Chromeplususerdatadefaultuser stylesheetsc
The Google Chrome login page remembers the password and the next login is automatically populated with a yellow background.Google Chrome is set up as follows:Input:-webkit-autofill, Textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb (+, 255, 189);
background-image:
c Olor: rgb (0, 0, 0);
Remove
(function () {
var Clone = $ (this). Clone (True, true);
$ (this). After (clone). Remove ();}
);
}
First determine if it is chrome, if it is, then traverse the Input:-webkit-autofill element, and then through the value, append, remove and other operations to achieve. This method has no effect!!
So finally I do not use the icon as the input form bac
Sometimes you want to print a Web page, but because the web page is designed for you not to print it, there will be a lot of ink that you don't need and will waste the printer.
Print friendly can help you with this chrome extension. You can use it to generate a new webpage before printing, which can easily remove unnecessary images, advertisements, and text areas. In fact, you don't have to do it yourself,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.