Software Alternatives & Reviews

Hypertext Magic help needed

Bing Amazon
  1. 1
    Bing helps you turn information into action, making it faster and easier to go from searching to doing.
    The full code could look like this Assuming an HTML page with this Javascript is this : Var search = document.getElementById("searchEngineId"); Var href = search.getAttribute("href"); Var redirect = href.replace('bing', 'google'); Window.location.href = redirect Now you have to take those 4 lines and turn into a bookmarklet here Https://mrcoles.com/bookmarklet/.

    #Search Engine #Internet Search #Mapping And GIS 337 social mentions

  2. 2
    Online shopping from the earth's biggest selection of books, magazines, music, DVDs, videos, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & much more
    Assuming you have an HTML with 2 tags like this -- we grab the second one: Javascript Var aHrefs = document.getElementsByTagName('a') Var secondOne = aHrefs.item(1); // start counting from 0 Var href = secondOne.getAttribute("href"); Var redirect = href.replace('amazon', 'google'); If(confirm("redirect to " + redirect)) { Window.location.href = redirect }.

    #eCommerce #eCommerce Platform #Online Shopping 2896 social mentions

Discuss: Hypertext Magic help needed

Log in or Post with