greasemonkey « hyperlink « Javascript HTML CSS Q&A

Home
Javascript HTML CSS Q&A
1.animation
2.audio
3.background
4.browser
5.button
6.canvas
7.checkbox
8.Cookie
9.Development
10.DIV
11.dom
12.dropdown
13.editor
14.element
15.Event
16.Firefox
17.flash
18.font
19.Form
20.frame
21.hide
22.hyperlink
23.IE
24.iframe
25.image
26.innerHTML
27.json
28.layout
29.Library
30.localStorage
31.Menu
32.mobile
33.onclick
34.popup
35.Render
36.scroll
37.scrollbar
38.svg
39.tab
40.table
41.tag
42.text
43.TextArea
44.TextBox
45.validation
46.video
47.window
48.xml
Javascript HTML CSS Q&A » hyperlink » greasemonkey 

1. Call href from JavaScript    stackoverflow.com

This is the same question as THIS ONE, I can't answer that anymore, so I'm re-posting it with my account.
Sorry for the mess. I need a Greasemonkey script that on a ...

2. How to distinguish a link whether it will trigger file downloading or jumping into anywhere else , such as a new URL    stackoverflow.com

I get a idea writing a greasemonkey user javascript that can detect which is the exactly real download link rather than an advertisement link or something else . Actually, I find ...

3. Adding keylistener and using javascript to click a link in Greasemonkey    stackoverflow.com

I want to create a greasy monkey script , which will add a shortcut key for logout action in one mail site. Currently the logout link "?logout&hl=en" which have an id=":r5". I ...

4. How do you make Greasemonkey Click a link that has specified text?    stackoverflow.com

Alright basically i want to click a link that changes but always has the same text name. Heres an example of what the code might be

<a href="unlock.php?confirm=MD5hashere">Click Here</a>

5. How do I make Greasemonkey click a link that has specific Text?    stackoverflow.com

So far I have this,

// ==UserScript==
// @name           Random Creature LevelUP for Avadopts
// @namespace      Xaric
// @description  ...

6. How can I detect visited and unvisited links on a page?    stackoverflow.com

My aim is to detect the unvisited links on a webpage and then create a greasemonkey script to click on those links. By unvisited links here I mean the links which ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.