• 05-07-2006, 15:29:31
    #2
    Üyeliği durduruldu
    Teşekkürler +rep.
  • 05-07-2006, 15:39:23
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    google.com.tr de çalışmıyor
    sadece .com da
  • 05-07-2006, 20:07:33
    #4
    google.com.tr üzerinde çalıştırmak:

    Administrator dizini yuerine kendi kullanıcı adınız olacak tabii...

    [ AÇ ]
    
    C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\p3v60lq4.default\extensions\seo4firefox@seobook.com\chrome\content
    
    
    overlay.js
    
    [ BUL ]
    
        // Get Google search results
        if (loc && loc.href && loc.href.match( /^http:\/\/(www\.)?google\.com\/search\?.*/i ) ) {
    
    [ BUNUNLA DEĞİŞTİR ]
    
        // Get Google search results
        if (loc && loc.href && loc.href.match( /^http:\/\/(www\.)?google\.com.tr\/search\?.*/i ) ) {
  • 05-07-2006, 20:56:36
    #5
    if (loc && loc.href && loc.href.match( /^http:\/\/(www\.)?google\.com.tr\/search\?.*/i ) ) {

    değil

    if (loc && loc.href && loc.href.match( /^http:\/\/(www\.)?google\.com\.tr\/search\?.*/i ) ) {

    olması gerek

    ayrıca şöyle yaparsak hem google.com hem de google.com.tr için çalışır:

    if (loc && loc.href && loc.href.match( /^http:\/\/(www\.)?google\.com(\.tr)?\/search\?.*/i ) ) {
  • 05-07-2006, 22:18:07
    #6
    düzenli ifadeler ile aram hiç değil Ama bi hata mesajı da almadım.
  • 05-07-2006, 22:52:18
    #7
    Birde bunu deneyin. Ajax ile yapılmış ve sadece arama sonucunda değilde sitelerdeki tüm linkler hakkında bilgi veriyor. Sade ama kullanışlı

    https://www.webmasterbrain.com/seo-t...ions/seo-links