Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
-
Tuljac
Post
by Tuljac »
Hello.
I want to block some annoying link, but there is no an div id nor a class attribute. Here is source code:
<a href="commander/info.php?session=b0b9697e9f7e" target="Hauptframe"><font color="orange">Komandant Info</font></a>
So, can someone tell me how to kill that link? Please help me.
P.S. Sorry about my horrible English, it's not my native language.
-
Tuljac
Post
by Tuljac »
Can someone help me?
-
MonztA
- ABP Developer
- Posts: 3957
- Joined: Mon Aug 14, 2006 12:18 am
- Location: Germany
Post
by MonztA »
A link to that site would be better.
-
Tuljac
Post
by Tuljac »
MonztA wrote:A link to that site would be better.
Which site? I cannot give you a link to that site beacuse it's OGame so username and password is required.
But my question is simple - how to block (hide) a ordinary text link??
Any ideas?
-
Tuljac
Post
by Tuljac »
It looks that nobody won't help me, so here is screenshot:
I want to remove that link marked with
red color. Here is it's source code:
<center><a href="commander/info.php?session=8712e4266847" target="Hauptframe"><font color="orange">Komandant Info</font></a></center>
-
Stupid Head
- Posts: 214
- Joined: Sat Aug 26, 2006 8:11 pm
- Location: USA
Post
by Stupid Head »
You should still have provided a link. Replace ogame.org with whatever the actual domain is.
-
Tuljac
Post
by Tuljac »
I discovered the reason - this link is located in frame, and location of that frame is for example:
http://85.214.35.105/game/leftmenu.php? ... 853d3bfbeb
I must combine that location with this filter:
#font(color=orange)
I am opet to suggestions...
-
Tuljac
Post
by Tuljac »
Thaks! That works fine!!
Just one more question - how to set filter if that number (85.214.35.105) is different every time?
In another universe, location of this frame is:
http://ogame167.de/game/leftmenu.php?se ... aa5ca342b6
I think that string
game will be probably better solution for filter... But how to make that?
-
Tuljac
Post
by Tuljac »
I made this filter after some testing:
85.214.35.105,ogame167.de#font(color=orange)
Let me know if someone have better solution...