search for: greasemonkey

Displaying 8 results from an estimated 8 matches for "greasemonkey".

2007 May 21
2
Announcing - AstJax click2call Firefox greasemonkey script - click and dial phone numbers in any webpage
Hi there, Just to announce that I've improved upon a greasemonkey script which allows users to dial any number (in the given regex format) by turning it into a clickable hyperlink. The script uses greasemonkey's ajax callback to a simple php controller script, so that the click does not navigate away from the current page. It requires an Asterisk Manager co...
2009 Aug 10
1
Greasemonkey question
Hello all, Sorry about going a bit off-topic (the question is not really Linux-related) but here it goes nonetheless: 1) How does one create a webpage with a Greasemonkey script that is installable? 2) Why does it happen that a Firefox installation in a user's account (i.e., the configuration which amongst other things contains Greasemonkey scripts) would all of a sudden lose them? Thanks. Boris.
2005 Oct 12
2
AJAX and disapear javascript tags
...(e.g. looks like that <div><script>js code</script> <ul></ul></div>) but haven''t. I can see the server response and everything is ok, (the AJAX data pack is ok, have js code in div), i can see the data just moment before browser is getting it (thanks for greasemonkey!) and still everything is ok, but when browser is changing that div on my site the js code is gone! What I''m doing wrong? or this is not a good way and i shouldn''t doo like that? I cant make it alone so thanks for any help Gregor -------------------------------------------------...
2006 Mar 07
2
grep page source
hi all, any one know how to grep page source by rails? i.e. i wanna grep html source from http://www.ruby-forum.com/ by ruby code. regards -- Posted via http://www.ruby-forum.com/.
2006 Aug 24
3
Mousehole stuff
Hey everyone, I''m using mousehole for the first time today (love the artwork, btw) and I seem to be having problems with Camping and Markaby. When I go to the Apps page I get: Camping Problem! MouseHole::Controllers::RApps.GET TypeError /Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t convert String into Array:bla bla bla... The line in question
2005 Aug 05
4
Dev Tools
What tools does everyone use to develop? Are there any tools to see what is going to and coming back from and Ajax call that can be plugged into firefox? -- Eric Fleming efleming@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050805/55f7e02e/attachment.html
2006 Jul 10
4
Detecting the close of a browser
Hi, I noticed that www.meebo.com has the ability that when you close the browser during a session, it prompts you , are you sure you want to close? How does it do this? I would like to use such an ability , so that if the user preempts a close on the browser, I can kill all threads I have running for that user. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Feb 02
4
ajax insertion into a form
After an ajax insertion in the dom, it seems the browser don''t refresh its knowledge of the page. The source of the page is identical after the insertion, whereas the display is correct. The ajax insertion is used to add an input field. The added fields are ignored by the submission of the form. Isn''t it possible to do that, or maybe there''s a problem in my code