public override SiteTopic GetTopic(string url)
{
return base.GetTopic(url);
}
public override SiteTopic GetTopic(string url)
{
// Add words here
string[] filter = { "Keyword1", "Keyword2", "etc..." };
// Set to false to disable
bool enableFilter = true;
// ==============================================
// don't touch this
// ==============================================
var topic = base.GetTopic(url);
if (topic != null && enableFilter)
{
foreach (var f in filter)
{
if (!topic.Content.Contains(f)) return null;
}
}
return topic;
}
omg, wtf hyperz is bitching now. why? u new rite from the begining about how far this would get, still now ur moaning and that. listen when u do free work expext fuk all and expect all teh shit ur getting frm every1 now... where u think TRF went, thats rite me and brov develop for personal use. why? we cba with all this shit.
No, reading the last 2 pages would help.
Edited error messages are useless...
Hi Really great tool..
Dude can you help to Posts HIDE tags around the links in default..
Thanks