Page 1 of 1

Block publicitary post dinamic

Posted: Thu Apr 28, 2016 4:12 pm
by rocknard
Hello.

I'm trying to block a automatic post "publicity" (generates a new number each new theme):

I found the code, but it change, not static (you can se yui-gen66):

example.com###yui-gen
example.com###yui-gen51
example.com###yui-gen1
example.com###yui-gen41
example.com###yui-gen66
....

Code from "post" with publicity:

Code: Select all

<li id="yui-gen66" class="postbitlegacy postcontainer">
		<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->

			<div class="posthead">
						<span class="postdate old">
						
							<span class="date">02-04-2015&nbsp;<span class="time">05:49 AM</span></span>
						
					</span>
					<span class="nodecontrols">
						
							<span class="postcounter"> # ADS</span>
						
					</span>
			</div>
			<div class="postdetails">
				<div class="userinfo">
					<div class="username_container">
						<span class="username guest"><b><a></a></b></span>
					</div>
					<span class="usertitle">
						<b><a class="linkification-ext" href="mailto:indonesian.library@yahoo.com" title="Linkification: mailto:indonesian.library@yahoo.com">indonesian.library@yahoo.com</a></b>
					</span>
					
					<img src="">
					
						<hr>
						<dl class="userinfo_extra">
							<dt>Join Date</dt> <dd>14.Feb.2012</dd>
							
							
							<dt>Posts</dt> <dd><a href="ymsgr:sendim?xirenisme">
<img title="Contact Us For Cheap Advertising" class="decoded" alt="Contact Us For Cheap Advertising" src="http://s26.postimg.org/a2cylh3ed/VLLp_Z.gif" border="0"></a></dd>	
							
						</dl>

						

					
				</div>
				<div class="postbody">
					<div class="postrow">
						
			
						<div class="content">
							<div id="post_message_2780081">
								<blockquote class="postcontent restore ">
									<div align="center">
										<p><b><a class="" target="_blank" href="http://velora.co.id/12-pakaian-pria">Velora Indonesia Fashion Collection</a></b><br>
<b>PEMESANAN</b> . <font color="#0000FF">PIN-BBM: <b>322A21E3</b></font> .
<font color="#008000">PIN-BBM: <b>32444ABF</b></font> . <font color="#800080">
PIN-BBM:
<b>329BA51B</b></font> . <font color="#333300">PIN-BBM: <b>32A7D818</b></font> .
<font color="#CC0066">PIN-BBM: <b>5B944D4F</b></font></p>

<!-- INSTANSIVE WIDGET --><script src="//instansive.com/widget/js/instansive.js"></script><iframe src="//instansive.com/widgets/92e325eafd98ef7c27331314b15ef52b70e44409.html" id="instansive_92e325eafd" name="instansive_92e325eafd" scrolling="no" allowtransparency="true" class="instansive-widget" style="width: 100%; border: 0px none; overflow: hidden; height: 218px;"></iframe>
									</div>
								</blockquote>
							</div>
						</div>
					</div>
					<div class="cleardiv"></div>
				</div>
			</div>
				<div class="postfoot">
		           <div class="textcontrols floatcontainer">
						<span class="postcontrols">&nbsp;</span>
					</div>
				</div>
			<hr>
		</li>

Is this a script from google api? Yui loader:

Code: Select all

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yuiloader-dom-event/yuiloader-dom-event.js"></script>
	

<script type="text/javascript">
<!--
	if (typeof YAHOO === 'undefined') // Load ALL YUI Local
	{
		document.write('<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=4111"><\/script>');
		document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=4111"><\/script>');
		var yuipath = 'clientscript/yui';
		var yuicombopath = '';
		var remoteyui = false;
	}
	else	// Load Rest of YUI remotely (where possible)
	{
		var yuipath = 'http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build';
		var yuicombopath = '';
		var remoteyui = true;
		if (!yuicombopath)
		{
			document.write('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/connection/connection-min.js">

Code: Select all

http://idfl.me/showthread.php?t=143289
Thanks.

Re: Block publicitary post dinamic

Posted: Thu Apr 28, 2016 4:50 pm
by mapx
try

Code: Select all

idfl.me##[id^="yui-gen"]
anyway, for indonesian filters report directly here:
https://forums.lanik.us/viewforum.php?f=94

Also, you can use directly EHH addon (element hiding helper) to create your own filters (in advanced modality ==> you can edit the rules keeping only the fix part of the filter)
https://addons.mozilla.org/firefox/addo ... idehelper/

Re: Block publicitary post dinamic

Posted: Thu Apr 28, 2016 7:03 pm
by rocknard
Nice. Thank you for the tip.