Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Experienced User
    Overall activity: 11.0%

    Join Date
    Aug 2008
    Location
    Hell
    Posts
    1,122
    Liked
    19 times
    Points
    11,932

    Post Dr. Web Link Checker: New TAb: Opera

    Hi

    I was just curious to use Dr. web Link Checker but on seeing that it was a bit annoying as it loads the scan page not in new tab but in itself resulting to regain the original page by clicking BACK. So I tried to get their code a bit modified so that it Opens in New Tab and your Page remains there.

    First Reference:

    http://dwforums.net/viewtopic.php?p=6766&sid=e6baf06b74838e9b5862e66e0e557677
    I don't work with Opera to know their syntax, so above one helped as they were messing with Flashget in Opera.

    What You Need to Do:

    Go to the installation Directory of Opera, there in ui Folder you'll find

    standard_menu.ini

    Now the Code:

    Add the code in Lime color shown below to their respective places in the standard_menu.ini file


    [Link Popup Menu]
    Item, 67389 = Open link
    Item, 53018 = Open link in new page
    Item, 53019 = Open link in background page
    --------------------1
    Item, 54020 = Open link in new window
    Item, 67633 = Open link in background window
    --------------------2
    Item, 70463 = Add link to bookmarks
    Item, 50216 = Copy link
    Item, 50761 = Save link
    Item, 67350 = Download url
    Item, "Scan link with Dr.Web" in New Tab=Copy & New Page & Go to page, "javascript:document.location='http://online.drweb.com/result?url='+escape('%l')"
    --------------------3
    ...
    [Document Popup Menu]
    Item, 50426, = Back
    Item, 50427, = Forward
    Item, 67648, = Rewind
    Item, 67649, = Fast Forward
    --------------------1
    Item, 50428, = Reload
    Submenu, 200000, Reload Menu
    ;Item, 50429, = Stop
    ;Item, 50430, = Go to homepage
    --------------------2
    Item, 70464 = Add to bookmarks, 1
    Item, 50215 = Copy document address
    Item, 65178 = Send document address in mail
    Item, "Scan link with Dr.Web" in New Tab=Copy & New Page & Go to page, "javascript:document.location='http://online.drweb.com/result?url='+escape('%u')"
    --------------------3
    ...
    [Image Link Popup Menu]
    Item, 67389 = Open link
    Item, 53018 = Open link in new page
    Item, 53019 = Open link in background page
    --------------------1
    Item, 54020 = Open link in new window
    Item, 67633 = Open link in background window
    --------------------2
    Item, 70463 = Add link to bookmarks
    Item, 50216 = Copy link
    Item, 50761 = Save link
    Item, 67350 = Download url
    Item, "Scan link with Dr.Web" in New Tab=Copy & New Page & Go to page, "javascript:document.location='http://online.drweb.com/result?url='+escape('%l')"
    --------------------3
    Save n exit

    You need to Restart Opera

    Done!!!

    Now ON clicking "Scan link with Dr.Web" in right click menu it will load in new tab.
    Also the text "Scan link with Dr.Web" can be replaced by anything you like but everything else remain the same.

    For those who don't want to spend time editing the file, I've attached a zip file containing the edited file with no other changes.

    Apologies if anybody already had covered this or you have found a similar solution somewhere else on the Internet, as I could not find and had to manipulate things.

    You can also put the page in Background tabs but you have to edit more and I tried but something went wrong, so if anyone could figure it out would be great.

    I tried using this after & Go to page

    & Minimize page
    Take a look anyone.

    I've send the changes to Dr.Web through feedback hope they change it.

    Hope someone will find it useful.

    Regards
    Attached Files Attached Files
    "Positivity Is The Key To Life, Never Loose It."

    "Mess Up Things In Life, Its How U Learn"

  2. #2
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    Here's some javascript that will open new tab and works with any browser

    javascript:location.href(window.open('http://online.drweb.com/result?url='+encodeURIComponent(location.href)));

  3. #3
    Experienced User
    Overall activity: 11.0%

    Join Date
    Aug 2008
    Location
    Hell
    Posts
    1,122
    Liked
    19 times
    Points
    11,932
    @noaccount:

    Thx for sharing that lines...

  4. #4
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    that's a simple bookmarklet; it works for me.

  5. #5
    Newbie
    Overall activity: 3.0%

    Join Date
    Nov 2009
    Posts
    31
    Liked
    0 times
    Points
    2,267
    Thanks, I was actually going to the website each time Dr. Web Website Scanner

    @noaccount any way to scan selected url with javascript?
    (something like if thereīs no selected url, then the current site).
    I donīt like to enter the website before scanning, so thatīs way Iīve go through the hassle of opening the website.

    btw I īve previously made a bookmarklet to scan a website with multiple report sites such as WOT, Mcafee site Advisor, Norton Safe Web, etc (it scans current page though)
    Here it is http://pastesite.com/12162

  6. #6
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    that's what it does, it scans current url -> opens a new tab (server is not very quick though)

  7. #7
    Newbie
    Overall activity: 3.0%

    Join Date
    Nov 2009
    Posts
    31
    Liked
    0 times
    Points
    2,267
    by "selected url" I meant a highlighted url with your mouse, that way it can scan the site before you actually open it and get infected

  8. #8
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    hmmm, i see, official extension does that
    https://addons.mozilla.org/en-US/firefox/addon/938

  9. #9
    Newbie
    Overall activity: 3.0%

    Join Date
    Nov 2009
    Posts
    31
    Liked
    0 times
    Points
    2,267
    yeah just didnīt wanted to bloat firefox

  10. #10
    Experienced User
    Overall activity: 11.0%

    Join Date
    Aug 2008
    Location
    Hell
    Posts
    1,122
    Liked
    19 times
    Points
    11,932
    So Wooops u use Opera or IE???

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 12-18-2011, 04:58 PM
  2. Opera@USB 11.51 - portable Opera for USB / flash drive
    By solin in forum Latest Releases
    Replies: 0
    Last Post: 09-08-2011, 01:57 PM
  3. Replies: 5
    Last Post: 03-29-2011, 01:49 PM
  4. Replies: 0
    Last Post: 04-29-2010, 07:46 AM
  5. For Opera 9.5 Users: How to add more speed dials in opera 9.5
    By bahirzaheri8 in forum General Forum
    Replies: 4
    Last Post: 06-16-2008, 12:41 AM

Tags for this Thread

All times are GMT +8. The time now is 10:16 AM.