[Tinhte] Similar Threads Check before posting (Google)

Similar Thread Check before posting using Google Custom Search 0.9.1

No permission to download
I am not getting the google custom search page... still showing XenForo version for search. My google custom search page is functioning as expected, but not inside of website. Please advise.
 
I am not getting the google custom search page... still showing XenForo version for search. My google custom search page is functioning as expected, but not inside of website. Please advise.
This not change your search engine, it's for Thread check before posting new thread.
 
Hi, what happens when you exceed the number of calls you can make to google custom search? Isn't there a set limit, before you have to subscribe to that service? I think it's like $100 a year?
 
Optimize display, only title:
CaptureCheck.webp

Add to Tinhte_SimilarThreadCheck_add_js_file template:

HTML:
<style>
/*Check Topic Before Posting*/
#Tinhte_SimilarThreadCheck_div .gs-title{
color: #950000;
text-decoration: none;
}
#Tinhte_SimilarThreadCheck_div .gsc-webResult .gsc-result{
border-bottom: 1px dashed #ebebeb!important;
}
#Tinhte_SimilarThreadCheck_div .gs-result .gs-title, .gs-result .gs-title *{
color: #950000!important;
text-decoration: none!important;
}
#Tinhte_SimilarThreadCheck_div .gsc-url-bottom{
display:none!important;
}
#Tinhte_SimilarThreadCheck_div .gs-bidi-start-align{
display:none!important;
}
#Tinhte_SimilarThreadCheck_div .gsc-results .gsc-cursor-box{
display:none!important;
}
</style>
 
Last edited:
Optimize display, only title:
View attachment 50181

Add to Tinhte_SimilarThreadCheck_add_js_file template:

HTML:
<style>
/*Check Topic Before Posting*/
#Tinhte_SimilarThreadCheck_div .gs-title{
color: #950000;
text-decoration: none;
}
#Tinhte_SimilarThreadCheck_div .gsc-webResult .gsc-result{
border-bottom: 1px dashed #ebebeb!important;
}
#Tinhte_SimilarThreadCheck_div .gs-result .gs-title, .gs-result .gs-title *{
color: #950000!important;
text-decoration: none!important;
}
#Tinhte_SimilarThreadCheck_div .gsc-url-bottom{
display:none!important;
}
#Tinhte_SimilarThreadCheck_div .gs-bidi-start-align{
display:none!important;
}
#Tinhte_SimilarThreadCheck_div .gsc-results .gsc-cursor-box{
display:none!important;
}
</style>

Hi Caoan! How can I show the pagination? When I placed this code, the pagination was gone. Also, how can I use the title color of the default google search? TIA!
 
Back
Top Bottom