Is there a replacement for Lazarus (form recovery extension for Safari)?

I used to use Lazarus to save form content (e.g., when a poorly designed site's page validation flushes all the content after finding something to nitpick).  After upgrading to Mavericks a few weeks ago, I noticed that Lazarus was no longer working.  The developers site (http://getlazarus.com ) is still active (though the "contact us" form fails to accept any submissions), but there doesn't appear to have been an update to the extension for over a year.
Is there any other extension/trick for saving Safari form content (and repopulating it when returning to a form/field)?

I, too, was sad to see Lazarus break.  It appears the developers abandoned it, and certainly aren't paying attention to Safari usage.
I've found this to be a passable alternative:  http://userscripts-mirror.org/scripts/show/42879
This can be installed via any Safari extension that can inject userscripts into webpages, like the old "NinjaKit" or the new "Javascript Blocker."

Similar Messages

  • My mail forms created by muse 2014.0.1.30 do not work. PHP 5.4 is enabled by hoster, so they should work. Can anyone help me, for these forms are crucial for my business.

    My mail forms created by muse 2014.0.1.30 do not work. PHP 5.4 is enabled by my hoster, so they should work. Can anyone help me, for these forms are crucial for my business. The forms confirm delivery, but the mails are not recieved. No spam filters enabled.
    Meanwhile, I was able to narrow the problem down: PHP seems not to accept a re-directed mail address as sender of the mail in some cases. So, it has nothing to do with the mail form itself.

    Hi Ingo,
    Please refer to this document, Troubleshooting Muse Form Widgets Used on Third-Party Servers
    Last section, "I've uploaded my new Muse form, and tried submitting it in the browser, but I never receive an email with the form data. What's wrong?"
    - Abhishek Maurya

  • Looking for a lightbox style extension for Quicktime Videos

    Hi guys,
    I am looking for a lightbox style extension for Quicktime Videos. I can't find anything on the net.
    Can anyone recomend something easy? Bare in mind I am not good with scripting.more of a designer.
    Thanks everyone.

    Sorry about all this, but it seems that playing videos in a lightbox window is the ultimate goal.
    I have tried the You tube video in my FF and it works O/k except that it does not auto-start. You are correct about not working in IE, (although the documentation says it does!).
    I have found another one that works in IE but the QuickTime part does not seem to work in FF, you can check this out yourself as it may be my settings.
    http://www.stickmanlabs.com/lightwindow/#demos
    (The note on website says that the theme they are using has an effect on compatibility, so this may also cause the problem in FF.)
    After much digging around various websites and forums, mootools had a problem working with IE and the recommendation is to download the new version of mootools from: http://mootools.net/download
    HTH
    PZ

  • Call for adobe form is going for dump for multiple users

    hi,
    i am calling an adobe form in a program i.e. for multiple users. now my problem is.....
    3 people are using same tcode to generate the adobe form output for different data. but when they click at a time on the button to generate the adobe output, then adobe form is coming for only one user and it is going for dump for other users.
    and this dump is coming because of exception "CX_FP_API_INTERNAL" in funtion module FP_FUNCTION_MODULE_NAME which i am using to get the function module name of the adobe form in my program.
    can u please give me some solution to rectify this issue....

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • Looking for a high-contrast extension for Safari for Windows

    First of all,what do we call them - extensions or plugins?
    Is there an extension for Safari for Windows for high-contrast? I can't find one anywhere. Windows 7 is set to a HC theme. IE just follows suit. Chrome detected this, ad offered to install a theme.
    Don't know why, but I still prefer Safari on my Win7 system. But really need HC. One that just inverts the colors would work, but one with several other options like the Chrome extension would be better.
    A Link! A Link! My kingdom for a Link!

    Apple has dropped support for Safari on Windows

  • Looking for Trim Trailing Space extension for JDeveloper 10

    I'm looking for the Trim Trailing Space extension version 10.1.3.2.0, for JDeveloper 10.1.3.5. I've tried the normal "Check for Updates", but the zip file that it tries to download doesn't exist. The version I'm looking for is listed on the download page here: http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/130355.xml, but the download link for it is broken. (I've also tried installing the latest version for JDeveloper 11, but it won't seem to install.)
    Does anyone know if older versions of the Trim Trailing Space extension are still available? If so, where can they be downloaded?
    Thanks,
    --Rob Roberts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Rob,
    I sent an email to Chris (the author of the extension) and he has now recreated the extension for the 10.1.3.5 version that you are looking for. He added it to his download page on the Google Code.
    Here is a link to the file:
    http://code.google.com/p/jdev-trimtrailingspaces/downloads/list?can=4&q=&colspec=Filename+Summary+Uploaded+Size+DownloadCount
    I'll work on getting the Update Center corrected as well, but this should get you going for now.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Support for dynamic forms using javascript for android tablet

    I have some complex multipage pdf forms with javascript functions and calculations made in Acrobat X Standard, I can open and use parts of the form in ezyPDF android app, however the javascript is not fully supported, does anyone know of any plug ins or work arounds to view my forms on an android tablet, my forma have to be stand alone as internet access is not always available.
    Regards Mike

    Get to know CF's structure / array notation. This comes in
    very handy when dealing with queries and form fields.
    - Form.myFieldName can also be referenced by
    Form["myFieldName"]
    - MyQuery.myField can also be referenced by
    MyQuery["myField"][rowNumber]
    Anything in the above example surrounded by quotation makes
    can be made dynamic by just adding in a cf variable surrounded by
    pound signs:
    get_dealer_completion["level_#level_id#"][1]

  • Is there any way to add adblock like extensions in safari on iPad other than downloading apps?

    I have been looking up for adblock extensions to use in safari on iPad because of all the ads popping up while surfing the web and watching videos, It is so annoying. Do any know of any way other than downloading other apps?

    If you do a search on iTunes, you will discover a bunch of them.
    Allan

  • Looking for an AIR Native Extension for iOS that will allow / disable access to certain apps

    I am looking to find and or create an ANE that will allow access and or disable access to certain apps such as internet, text, games, vine etc.  This url represents the closest app to what I am trying to achieve:  https://itunes.apple.com/us/app/parentkit/id600618138?ls=1&mt=8
    Is this possible with iOS7 new features / AIR / older iOS?
    As always any and all direction and help is greatly appreciated,
    Thanks!

    Is this the wrong forum, or posting area?  Is this possible?
    Access to the followinf would work:
    http://support.apple.com/kb/HT4213
    Is this open for development / access to, api?
    Message was edited by: studiobrain

  • Is there any impact analysis tool for Oracle Forms and Reports

    Hi All
    We are curretly looking at tools available to do impact analysis in Oracle Forms and Reports. This is for the maintainance of a large Oracle application developed using forms and reports 10g. We use Oracle Designer but only to maintain the db structure and not for forms and reports generation. Our intension is to find out the impact of db model changes, stored procedure changes in Oracle Forms and Reports. Please suggest any tools that are currently used for this purpose.
    I remember manually maintaining the CRUD matrix for Oracle Forms and Reports for maintainance purpose. CRUD matrix will have the list of all the tables which are affected by the module. But this is a manual activity and hence the responsibility is with the dev team to keep the document updated. Please suggest if there is any alternative to this way which can be more effecient and less error prone...
    I also wonder how these are done in Oracle ERP? how the apps team in oracle is maintaining the forms and reports?
    Thnaks in Advance
    Mahesh Mathew

    Quest (the makers of TOAD) have a tool called SQL Impact which gathers data from forms, reports, triggers, packages etc.
    FormsMate is a simple, cheap alternative for comparing or searching in forms.
    http://www.jockvale.ca/products.html
    Alternatively, you can export forms to xml (with iff2xml90.bat) and reports to jsp (with rwconverter) and simply grep those and your sql scripts. There are grep tools for windows if you need.

  • How to create recovery discs for HP notebook with preinstall​ed Windows ?

    I Have just bought the  HP ProBook 4530s with preinstalled Windows 7 Home Premium 64bit.
    The notebook was purchased in the hipermarket so that it has no Windows installation discs.
    There is a Windows 7 label sticked to the machine.
    When I try to use standard Windows 7 procedure:
    Start  > Control Panel > Backup Your Computer > Create a system repair disc 
    it shows the error: 
    System Repair disc could not be created
    the parameter is incorrect 0x80070057
    How to create system recovery discs ?
    BR
    Sylwek

    Hi BH,
    I have read the link you suggested and tried to find HP Recovery Manager at my notebook.
    1) I typed Start > Search > "Recovery" but it was not installed.
    2) I  ran the HP Software Setup to check recommended and optional HP applications. HP Recovery Manager was not there.
    3) I downloaded HP Recovery Manager for Windows 7 and ran the installation
    I accepted the default folder.
    C:\SWSetup\sp45415
    It showed an installation form for a while and then completed with no message.
    4) I repeated action (1) but no HP Recovery Manager.
    5) I checked uninstall menu but no HP Recovery Manager.
    Please let me know what to do next ?
    BR
    Sylwek

  • Prnt prgm for smart form

    hi,
         i am doing smart for display contract.this is the form name "RE_CN_020".can u pls help in finding out the prnt prgm for that form.i have also searched in tnapr table but couldnt find any.i have found soem prgm name "
    RFRECPSFA420".but when i assign this prgm to the form with output type the form is not triggering.pls help me to find out the prnt prgm for tha form.

    Hi Rahul,
           For find out the print program name for perticular smartform name we can follw this procedure also.First of all give the function module name SSF_FUNCTION_MODULE_NAME in SE37 and press where used list then all the programs list will display in which that FM was used. Just click on each program there it self it display the FM. In that FM they specify the form name.That is the required printprogram name.
    hope this helps u
    Cheers

  • Any recommendations for a recovery software for my lost photos on my external drive?

    Would like recommendations for a reputable recovery software for my lost photos from my external drive that I used with my MacBook Pro.

    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • Disaster Recovery Plan for SAP BW

    Dear All,
    We are planning for robust Disaster Recovery Site for BW . We have similar  R3 & BIW  servers at DR site at different location and data is being copied every 3 Hrs.
    R3 & BIW at DR site is exact replica of primary site. When primary site is down DR site will act as a primary. In that case we might face data loading issue from DR R3 to DR BW because of source system change. If we change the source system then we loose data consistency and might need initialisation. We are looking for the solution which will involve less efforts to up the system.
    Does anyone has done this or overcome this situation ?
    Regards,
    Manish

    Hi Raman,
    We are doing disaster recovery test for both ECC and BW systems so whole PR system switched to DR system for some time and then back to PR system. so in that case what precautions we need to take from BW side?
    Thanks
    Bhavin

  • How to retrieve the reference_path for a form

    Hi,
    Does anyone know how to retrieve the reference_path for a form progammatically?
    For a report the parameter p_reference_path can be used but for a form this one doen't exist.
    thanks
    Stijn

    Hi,
    Does anyone know how to retrieve the reference_path for a form progammatically?
    For a report the parameter p_reference_path can be used but for a form this one doen't exist.
    thanks
    Stijn

Maybe you are looking for

  • Permissions Issues

    I am sure that most of you who read these forums already know about recent updates that create permissions issues. I was not sure how to deal with them and needed to verify for myself what was causing them and to convince myself that they are benign.

  • Access ECC report in CRM

    Hi, I have got a requirement where-in I have to access some standard reports in ECC from SAP CRM 2007. Any pointers on how to do this will be appriciated... Thanks in advance... Regards Ravindran.

  • Problem in compiling webutil.pll

    Hello!!! I have downloaded and installed webutil 1.0.6. form OTN in a Windows XP in path ORACLE_HOME\forms\webutil. Following the instructions of configuring the webutil I have to compile the webutil.pll , otherwise i get the ORA-06508 message error!

  • IPhone 4 fire

    Well I just woke up this morning and my daughters iPhone 4 melted to the charger and started to burn the couch. It was plugged into her MacBook last night. The computer is fine but the cord and phone is ruined. We yanked the phone from the USB cord d

  • Ended up havin two user account

    hello dear after reinstalling my system last nite by doing archive n install i ended up having two user account which i never wanted and now i can not open itunes, iphotos , mail etc on one of the accounts wheneva im tryin to open, it shows u dont ha