• DELETE FROM KEYWORDS WHERE ID_DOMAINE=12200864
  • DoneDoneDone

    URL:www.bestlaw.io

    Cache-Control: max-age=600
    Connection: keep-alive
    Date: Thu, 16 Jan 2025 16:52:58 GMT
    Via: 1.1 varnish
    Content-Length: 19648
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 16 Jan 2025 05:21:50 GMT
    Last-Modified: Mon, 18 Feb 2019 01:33:08 GMT
    Accept-Ranges: bytes
    Age: 0
    ETag: "5c6a0b54-4cc0"
    Server: GitHub.com
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    x-proxy-cache: MISS
    X-GitHub-Request-Id: A754:1578C7:106A3BF:1097D4D:6788950A
    X-Served-By: cache-cdg-lfpb1150057-CDG
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1737046378.473676,VS0,VE114
    X-Fastly-Request-ID: e3eee57dc3ff50f7728b7ce263b27ec5cf32b997
    
    
    Status => 200
    <!DOCTYPE html>
    <html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <!-- for Facebook -->          
        <meta property="og:title" content="Bestlaw — A free app to add the features Westlaw and Lexis forgot" />
        <meta property="og:type" content="article" />
        <meta property="og:image" content="http://www.bestlaw.io/images/fb.png?v=2" />
        <meta property="og:url" content="http://www.bestlaw.io/" />
        <meta property="og:description" content="Bestlaw is a free app that adds features to Westlaw and Lexis to make legal research faster and easier." />
    
        <link href="/css/featherlight.min.css" rel="stylesheet" type="text/css">
    
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
        <script src="/js/featherlight.min.js"></script>
    
        <title>Bestlaw &mdash; A free app to add the features Westlaw and Lexis forgot</title>
    
    
        <style type="text/css">
    
        .fb-share-button span {
            height: 26px !important
        }
    
        </style>
    
        <link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
        <link rel="stylesheet" href="/assets/main.css">
        <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
        <link rel="apple-touch-icon" href="/images/logo.png"/>
        <link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Bestlaw" />
        <meta name="title" content="Bestlaw">
        <link rel="canonical" href="http://www.bestlaw.io//">
         
               
        <meta property="og:title" content="Bestlaw"/>
        
        
        <meta property="og:site_name" content="Bestlaw">     
        <script>
        function scrollTo(e) {
            var scrollPos = (Math.round($(e).position().top) - 120);
            $('html,body').animate({
                scrollTop: scrollPos
            });
        }
        $(document).ready(function() {
            $('#nav-features').click(function() { scrollTo('#features'); });
            $('#nav-pro').click(function() { scrollTo('#pro'); });
            $('#nav-about').click(function() { scrollTo('#about'); });
            $('#nav-install').click(function() { scrollTo('#install'); });
            $('#nav-faqs').click(function() { scrollTo('#faqs'); });
        });
    
        // Redirect for password creation
        if (getParameterByName('setpw')) {
            window.location = 'http://bestlawpro.appspot.com/create-new-password/' + getParameterByName('setpw') + '/';
        }
    
        // Get querystring params
        function getParameterByName(name) {
            name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
            var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
                results = regex.exec(location.search);
            return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
        }
        </script>
    
        <!-- Chrome inline installation -->
        <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/maffnemieclgahnalopfngbddfhneghd">
        <script>
        $(document).ready(function() {
            $('.install-button').click(function() {
                $(this).blur();
                if (navigator.userAgent.toLowerCase().indexOf('chrome') > -1) {
                    // User is using Chrome; trigger inline installation
                    chrome.webstore.install();
                    // chrome.webstore.install('https://chrome.google.com/webstore/detail/maffnemieclgahnalopfngbddfhneghd', function() { $.featherlight($('.success-modal'), {closeOnEsc: false, closeIcon: '', closeOnClick: false}); }, function() { console.log('Installation failed'); });
                } else if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {
                    window.location  = 'https://s3.amazonaws.com/bestlaw/firefox-extension/bestlaw.xpi';
                } else {
                    // Browser is *not* Chrome; redirect to the Chrome web store
                    window.location = 'https://chrome.google.com/webstore/detail/bestlaw/maffnemieclgahnalopfngbddfhneghd';
                }
            });
            $(document).on('click', '#no-thanks-link', function() {
                $.featherlight.close();
            });
        });
        </script>
    
    
    <style type="text/css">
    
    .success-modal {
        display: none;
        padding: 30px;
        text-align: center;
    }
    
        p.fb-share-container {
            margin: 25px auto 10px auto;
        }
    
        .large-fb-share-button {
                -moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                -webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
                background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
                background-color:#637aad;
                -moz-border-radius:4px;
                -webkit-border-radius:4px;
                border-radius:4px;
                border:1px solid #314179;
                display:inline-block;
                cursor:pointer;
                color:#ffffff !important;
                font-family:Arial;
                font-size:24px;
                font-weight:bold;
                padding:22px 36px;
                text-decoration:none;
                text-shadow:0px 1px 0px #000000;
        }
        .large-fb-share-button:hover {
            opacity: 0.9;
        }
        .large-fb-share-button:active {
                position:relative;
                top:1px;
        }
            
        .no-thanks {
            color: #aaa !important;
            font-size: 9px !important;
            margin: 0;
            padding: 0;
        }
    
    </style>
    
    </head>
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <!-- for Facebook -->          
        <meta property="og:title" content="Bestlaw — A free app to add the features Westlaw and Lexis forgot" />
        <meta property="og:type" content="article" />
        <meta property="og:image" content="http://www.bestlaw.io/images/fb.png?v=2" />
        <meta property="og:url" content="http://www.bestlaw.io/" />
        <meta property="og:description" content="Bestlaw is a free app that adds features to Westlaw and Lexis to make legal research faster and easier." />
    
        <link href="/css/featherlight.min.css" rel="stylesheet" type="text/css">
    
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
        <script src="/js/featherlight.min.js"></script>
    
        <title>Bestlaw &mdash; A free app to add the features Westlaw and Lexis forgot</title>
    
    
        <style type="text/css">
    
        .fb-share-button span {
            height: 26px !important
        }
    
        </style>
    
        <link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
        <link rel="stylesheet" href="/assets/main.css">
        <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
        <link rel="apple-touch-icon" href="/images/logo.png"/>
        <link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Bestlaw" />
        <meta name="title" content="Bestlaw">
        <link rel="canonical" href="http://www.bestlaw.io//">
         
               
        <meta property="og:title" content="Bestlaw"/>
        
        
        <meta property="og:site_name" content="Bestlaw">     
        <script>
        function scrollTo(e) {
            var scrollPos = (Math.round($(e).position().top) - 120);
            $('html,body').animate({
                scrollTop: scrollPos
            });
        }
        $(document).ready(function() {
            $('#nav-features').click(function() { scrollTo('#features'); });
            $('#nav-pro').click(function() { scrollTo('#pro'); });
            $('#nav-about').click(function() { scrollTo('#about'); });
            $('#nav-install').click(function() { scrollTo('#install'); });
            $('#nav-faqs').click(function() { scrollTo('#faqs'); });
        });
    
        // Redirect for password creation
        if (getParameterByName('setpw')) {
            window.location = 'http://bestlawpro.appspot.com/create-new-password/' + getParameterByName('setpw') + '/';
        }
    
        // Get querystring params
        function getParameterByName(name) {
            name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
            var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
                results = regex.exec(location.search);
            return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
        }
        </script>
    
        <!-- Chrome inline installation -->
        <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/maffnemieclgahnalopfngbddfhneghd">
        <script>
        $(document).ready(function() {
            $('.install-button').click(function() {
                $(this).blur();
                if (navigator.userAgent.toLowerCase().indexOf('chrome') > -1) {
                    // User is using Chrome; trigger inline installation
                    chrome.webstore.install();
                    // chrome.webstore.install('https://chrome.google.com/webstore/detail/maffnemieclgahnalopfngbddfhneghd', function() { $.featherlight($('.success-modal'), {closeOnEsc: false, closeIcon: '', closeOnClick: false}); }, function() { console.log('Installation failed'); });
                } else if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {
                    window.location  = 'https://s3.amazonaws.com/bestlaw/firefox-extension/bestlaw.xpi';
                } else {
                    // Browser is *not* Chrome; redirect to the Chrome web store
                    window.location = 'https://chrome.google.com/webstore/detail/bestlaw/maffnemieclgahnalopfngbddfhneghd';
                }
            });
            $(document).on('click', '#no-thanks-link', function() {
                $.featherlight.close();
            });
        });
        </script>
    
    
    <style type="text/css">
    
    .success-modal {
        display: none;
        padding: 30px;
        text-align: center;
    }
    
        p.fb-share-container {
            margin: 25px auto 10px auto;
        }
    
        .large-fb-share-button {
                -moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                -webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                box-shadow:inset 0px 1px 0px 0px #7a8eb9;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
                background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
                background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
                background-color:#637aad;
                -moz-border-radius:4px;
                -webkit-border-radius:4px;
                border-radius:4px;
                border:1px solid #314179;
                display:inline-block;
                cursor:pointer;
                color:#ffffff !important;
                font-family:Arial;
                font-size:24px;
                font-weight:bold;
                padding:22px 36px;
                text-decoration:none;
                text-shadow:0px 1px 0px #000000;
        }
        .large-fb-share-button:hover {
            opacity: 0.9;
        }
        .large-fb-share-button:active {
                position:relative;
                top:1px;
        }
            
        .no-thanks {
            color: #aaa !important;
            font-size: 9px !important;
            margin: 0;
            padding: 0;
        }
    
    </style>
    
    </head>
    

    Bestlaw — A free app to add the features Westlaw and Lexis forgot

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='GitHub.com',redirection='',Status='200',err='',[TITRE]=N'Bestlaw — A free app to add the features Westlaw and Lexis forgot',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=12200864
  • 0

    Bestlaw — A free app to add the features Westlaw and Lexis forgot

  • 0. Bestlaw (7)
  • --------->0
  • 1. &mdash; (7)
  • --------->0
  • 2. A (1)
  • --------->0
  • 3. free (4)
  • --------->0
  • 4. app (3)
  • --------->0
  • 5. to (2)
  • --------->0
  • 6. add (3)
  • --------->0
  • 7. the (3)
  • --------->0
  • 8. features (8)
  • --------->0
  • 9. Westlaw (7)
  • --------->0
  • 10. and (3)
  • --------->0
  • 11. Lexis (5)
  • --------->0
  • 12. forgot (6)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Bestlaw',12200864),(N'—',12200864),(N'A',12200864),(N'free',12200864),(N'app',12200864),(N'to',12200864),(N'add',12200864),(N'the',12200864),(N'features',12200864),(N'Westlaw',12200864),(N'and',12200864),(N'Lexis',12200864),(N'forgot',12200864)