Comparing version 1.0.6 to 1.0.7
@@ -53,3 +53,3 @@ /*** | ||
const Buffer = { Links: [], Titles: [], Descriptions: [] }; | ||
$('.options-toggle > .title > a').each((Index, Element) => Buffer.Links[Index] = $(Element).attr('href')); | ||
$('.options-toggle > .title > a > span').each((Index, Element) => Buffer.Links[Index] = $(Element).text().replaceAll('›', '/').replaceAll(/\s/g,'')); | ||
$('.options-toggle > .title > a > span').each((Index, Element) => $(Element).remove()); | ||
@@ -56,0 +56,0 @@ $('.options-toggle > .title').each((Index, Element) => Buffer.Titles[Index] = $(Element).text()); |
{ | ||
"name": "cdrake-se", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A library that will make your life easier when you want to search the internet, not pay APIs, search from your computer for free!", | ||
@@ -5,0 +5,0 @@ "author": "Rodolfo Herrera Hernandez @codewithrodi", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71699