{"id":8310742,"date":"2025-09-12T08:30:08","date_gmt":"2025-09-12T05:30:08","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310742"},"modified":"2025-09-12T08:32:45","modified_gmt":"2025-09-12T05:32:45","slug":"duplicate-line-remover","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/","title":{"rendered":"Duplicate Line Remover"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310740\" class=\"elementor elementor-8310740\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* General App Container *\/\r\n    .duplicate-remover-app {\r\n        width: 100%;\r\n        max-width: 900px;\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        font-family: sans-serif;\r\n    }\r\n\r\n    \/* Main Tool Section *\/\r\n    .tool-section {\r\n        width: 100%;\r\n        height: 480px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-weight: 500;\r\n        font-size: 1.125rem;\r\n    }\r\n\r\n    \/* Textarea and Line Numbers *\/\r\n    .textarea-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-top: none;\r\n        border-radius: 0 0 8px 8px;\r\n    }\r\n\r\n    .line-numbers {\r\n        position: absolute;\r\n        left: 0;\r\n        top: 0;\r\n        width: 45px;\r\n        height: 100%;\r\n        background-color: #f7f7f7;\r\n        border-right: 1.5px solid #EBEBEB;\r\n        padding: 15px 0;\r\n        font-size: 12px;\r\n        color: #6c757d;\r\n        text-align: center;\r\n        line-height: 1.6;\r\n        overflow: hidden;\r\n        user-select: none;\r\n    }\r\n\r\n    .code-textarea {\r\n        width: 100%;\r\n        height: 100%;\r\n        box-sizing: border-box;\r\n        border: none;\r\n        outline: none;\r\n        padding: 15px 15px 15px 55px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.6;\r\n        background-color: transparent;\r\n        resize: none;\r\n        color: #333;\r\n    }\r\n\r\n    .code-textarea::placeholder {\r\n        color: #adb5bd;\r\n        font-style: italic;\r\n    }\r\n\r\n    \/* Controls: Options and Buttons *\/\r\n    .controls-container {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        gap: 15px;\r\n        margin-top: 20px;\r\n        padding: 15px;\r\n        background-color: #ffffff;\r\n        border-radius: 8px;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .options-container {\r\n        display: flex;\r\n        gap: 20px;\r\n        flex-wrap: wrap;\r\n        font-size: 14px;\r\n        color: #333;\r\n    }\r\n\r\n    .options-container label {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .actions-container {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n    }\r\n\r\n    \/* Buttons *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        border-radius: 5px;\r\n        cursor: pointer;\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n        transition: background-color 0.2s;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus) {\r\n        background-color: #333;\r\n    }\r\n    \r\n    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 8px 16px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: background-color 0.2s;\r\n    }\r\n\r\n    .copy-btn:is(:hover, :focus) {\r\n        background-color: #f6f6f6;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #555;\r\n        text-decoration: underline;\r\n        font-size: 14px;\r\n        cursor: pointer;\r\n        padding: 5px;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus) {\r\n        color: #000;\r\n    }\r\n\r\n    \/* Stats & Messaging *\/\r\n    .stats-container {\r\n        text-align: center;\r\n        margin-top: 20px;\r\n        padding: 10px;\r\n        font-size: 14px;\r\n        color: #555;\r\n        background-color: #f7f7f7;\r\n        border-radius: 5px;\r\n    }\r\n\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateY(-20px);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n        pointer-events: none;\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n    \r\n    \/* Responsive *\/\r\n    @media (max-width: 768px) {\r\n        .controls-container {\r\n            flex-direction: column;\r\n            align-items: stretch;\r\n            gap: 20px;\r\n        }\r\n        .actions-container {\r\n            flex-direction: column;\r\n            width: 100%;\r\n        }\r\n        .format-btn, .copy-btn {\r\n            width: 100%;\r\n            justify-content: center;\r\n        }\r\n        .tool-section {\r\n            height: 400px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"duplicate-remover-app\">\r\n    <!-- Main Text Area -->\r\n    <div class=\"tool-section\">\r\n        <div class=\"section-header\">Duplicate Line Remover<\/div>\r\n        <div class=\"textarea-container\">\r\n            <div class=\"line-numbers\" id=\"lineNumbers\">1<\/div>\r\n            <textarea id=\"inputTextarea\" class=\"code-textarea\" placeholder=\"Paste your text with duplicate lines here...\"><\/textarea>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Controls & Options -->\r\n    <div class=\"controls-container\">\r\n        <div class=\"options-container\">\r\n            <label>\r\n                <input type=\"checkbox\" id=\"caseSensitiveCheck\" checked> Case Sensitive\r\n            <\/label>\r\n            <label>\r\n                <input type=\"checkbox\" id=\"trimLinesCheck\" checked> Trim Whitespace\r\n            <\/label>\r\n            <label>\r\n                <input type=\"checkbox\" id=\"removeEmptyCheck\" checked> Remove Empty Lines\r\n            <\/label>\r\n        <\/div>\r\n        <div class=\"actions-container\">\r\n             <button class=\"format-btn\" id=\"removeDuplicatesBtn\">Remove Duplicates<\/button>\r\n             <button class=\"copy-btn\" id=\"copyBtn\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\r\n                    <path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"\/>\r\n                    <path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zM-1 7a.5.5 0 0 1 .5-.5h1v-1a.5.5 0 0 1 1 0v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1A.5.5 0 0 1-1 7z\"\/>\r\n                <\/svg>\r\n                <span>Copy<\/span>\r\n            <\/button>\r\n             <button class=\"reset-btn\" id=\"resetBtn\">Clear All<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Stats -->\r\n    <div class=\"stats-container\" id=\"statsContainer\">\r\n        <span>Waiting for input...<\/span>\r\n    <\/div>\r\n\r\n    <!-- Floating Success Message -->\r\n    <div class=\"success-message\" id=\"successMessage\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        const inputTextarea = document.getElementById('inputTextarea');\r\n        const lineNumbers = document.getElementById('lineNumbers');\r\n        const removeDuplicatesBtn = document.getElementById('removeDuplicatesBtn');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const statsContainer = document.getElementById('statsContainer');\r\n        const successMessage = document.getElementById('successMessage');\r\n        \r\n        const caseSensitiveCheck = document.getElementById('caseSensitiveCheck');\r\n        const trimLinesCheck = document.getElementById('trimLinesCheck');\r\n        const removeEmptyCheck = document.getElementById('removeEmptyCheck');\r\n\r\n        const updateLineNumbers = () => {\r\n            const lineCount = inputTextarea.value.split('\\n').length;\r\n            lineNumbers.innerHTML = Array.from({ length: lineCount }, (_, i) => i + 1).join('<br>');\r\n        };\r\n\r\n        const syncScroll = () => {\r\n            lineNumbers.scrollTop = inputTextarea.scrollTop;\r\n        };\r\n        \r\n        const updateStats = (originalCount, finalCount) => {\r\n            if (originalCount === 0 && finalCount === 0) {\r\n                 statsContainer.innerHTML = '<span>Waiting for input...<\/span>';\r\n                 return;\r\n            }\r\n            const removedCount = originalCount - finalCount;\r\n            statsContainer.innerHTML = `\r\n                <span>Original Lines: <strong>${originalCount}<\/strong><\/span> | \r\n                <span>Unique Lines: <strong>${finalCount}<\/strong><\/span> | \r\n                <span>Lines Removed: <strong style=\"color: #cf2e2e;\">${removedCount}<\/strong><\/span>\r\n            `;\r\n        };\r\n\r\n        const handleRemoveDuplicates = () => {\r\n            const originalText = inputTextarea.value;\r\n            if (!originalText) {\r\n                updateStats(0, 0);\r\n                return;\r\n            }\r\n\r\n            let lines = originalText.split('\\n');\r\n            const originalCount = lines.length;\r\n            \r\n            \/\/ Apply options\r\n            if (removeEmptyCheck.checked) {\r\n                lines = lines.filter(line => line.trim() !== '');\r\n            }\r\n            if (trimLinesCheck.checked) {\r\n                lines = lines.map(line => line.trim());\r\n            }\r\n\r\n            \/\/ Core logic for uniqueness\r\n            let uniqueLines;\r\n            if (caseSensitiveCheck.checked) {\r\n                uniqueLines = [...new Set(lines)];\r\n            } else {\r\n                const seen = new Map();\r\n                for (const line of lines) {\r\n                    const lowerLine = line.toLowerCase();\r\n                    if (!seen.has(lowerLine)) {\r\n                        seen.set(lowerLine, line);\r\n                    }\r\n                }\r\n                uniqueLines = Array.from(seen.values());\r\n            }\r\n\r\n            inputTextarea.value = uniqueLines.join('\\n');\r\n            updateLineNumbers();\r\n            updateStats(originalCount, uniqueLines.length);\r\n        };\r\n\r\n        const showSuccessMessage = (message) => {\r\n            successMessage.textContent = message;\r\n            successMessage.classList.add('show');\r\n            setTimeout(() => {\r\n                successMessage.classList.remove('show');\r\n            }, 2000);\r\n        };\r\n\r\n        const handleCopy = () => {\r\n            if (!inputTextarea.value) {\r\n                showSuccessMessage('Nothing to copy!');\r\n                return;\r\n            }\r\n            navigator.clipboard.writeText(inputTextarea.value)\r\n                .then(() => {\r\n                    showSuccessMessage('Copied to clipboard!');\r\n                })\r\n                .catch(err => {\r\n                    showSuccessMessage('Failed to copy.');\r\n                    console.error('Copy failed', err);\r\n                });\r\n        };\r\n\r\n        const handleReset = () => {\r\n            inputTextarea.value = '';\r\n            updateLineNumbers();\r\n            updateStats(0, 0);\r\n        };\r\n\r\n        \/\/ Event Listeners\r\n        removeDuplicatesBtn.addEventListener('click', handleRemoveDuplicates);\r\n        copyBtn.addEventListener('click', handleCopy);\r\n        resetBtn.addEventListener('click', handleReset);\r\n        inputTextarea.addEventListener('input', updateLineNumbers);\r\n        inputTextarea.addEventListener('scroll', syncScroll);\r\n\r\n        \/\/ Initial setup\r\n        updateLineNumbers();\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310742","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Duplicate Line Remover<\/title>\n<meta name=\"description\" content=\"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website&#039;s SEO. Learn how it works in 3 simple steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Duplicate Line Remover\" \/>\n<meta property=\"og:description\" content=\"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website&#039;s SEO. Learn how it works in 3 simple steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-12T05:30:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T05:32:45+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Duplicate Line Remover\",\"datePublished\":\"2025-09-12T05:30:08+00:00\",\"dateModified\":\"2025-09-12T05:32:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\",\"url\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\",\"name\":\"Duplicate Line Remover\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-12T05:30:08+00:00\",\"dateModified\":\"2025-09-12T05:32:45+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website's SEO. Learn how it works in 3 simple steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Duplicate Line Remover\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Duplicate Line Remover","description":"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website's SEO. Learn how it works in 3 simple steps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/","og_locale":"en_US","og_type":"article","og_title":"Duplicate Line Remover","og_description":"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website's SEO. Learn how it works in 3 simple steps.","og_url":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/","og_site_name":"Tools","article_published_time":"2025-09-12T05:30:08+00:00","article_modified_time":"2025-09-12T05:32:45+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Duplicate Line Remover","datePublished":"2025-09-12T05:30:08+00:00","dateModified":"2025-09-12T05:32:45+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/","url":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/","name":"Duplicate Line Remover","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-12T05:30:08+00:00","dateModified":"2025-09-12T05:32:45+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly remove duplicate lines from your text with the Elementor Duplicate Line Remover. Clean content, improve readability, and boost your website's SEO. Learn how it works in 3 simple steps.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/duplicate-line-remover\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/duplicate-line-remover\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Duplicate Line Remover"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310742"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310742\/revisions"}],"predecessor-version":[{"id":8310744,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310742\/revisions\/8310744"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}