Greasemonkey modifying Web page URLs

Source: Internet
Author: User

1 //==userscript==2 //@name jshe_modifyfunction3 //@namespace Jshe4 //@include http://localhost/*5 //@version 16 //@grant None7 //==/userscript==8 9 alert ("Hello2");Ten  One function embed () { A var cells =document.getelementsbytagname ("a"); -for (var i = 0; i<cells. Length; i++) -     { the var href= Cells[i].getattribute ("href"); -         cells[i].setattribute ("href", href + "/dummy"); -     } - } +  -  + var script= document.createelement (' script '); A Script.type= "Text/javascript";  at //script.innerhtml= "("+ embed + ") ()"; - script.innerhtml= Embed+ "\nembed ();"; - document.getelementsbytagname (' body ') [0].appendchild (script); -  - alert ("Hello3");
View Code

Greasemonkey modifying Web page URLs

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.