Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.ss360Config = {
  2.     tracking: {
  3.         providers: []
  4.     },
  5.     dataPoints: {
  6.         exclude: [],
  7.         single: []
  8.     },
  9.     siteId: "www.simplylifeindia.com",
  10.     suggestions: {
  11.         viewAllLabel: "Show All"
  12.     },
  13.     style: {
  14.         themeColor: "#FEB813",
  15.         searchBox: {
  16.             text: {
  17.                 color: "#333333",
  18.                 size: "14px"
  19.             },
  20.             background: {
  21.                 color: "#ffffff"
  22.             },
  23.             border: {
  24.                 color: "#dddddd",
  25.                 radius: "0px"
  26.             },
  27.             padding: "8px",
  28.             icon: {
  29.                 image: "magnifier",
  30.                 color: "#666666"
  31.             }
  32.         }
  33.     },
  34.     searchBox: {
  35.         selector: "#wsite-search-query, .wsite-search-input",
  36.     },
  37.     results: {
  38.         embedConfig: {
  39.             contentBlock: "#wsite-search-results",
  40.             url: "/search"
  41.         },
  42.         moreResultsButton: "Show more"
  43.     },
  44.     showErrors: false
  45. };
  46. var e=document.createElement("script");
  47. e.src="https://cdn.sitesearch360.com/v13/sitesearch360-v13.min.js";
  48. document.getElementsByTagName("body")[0].appendChild(e);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement