<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://forums.tuuba.moe/extern.php?action=feed&amp;tid=223&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Tuuba Forums / signatures are retarded]]></title>
		<link>https://forums.tuuba.moe/viewtopic.php?id=223</link>
		<description><![CDATA[The most recent posts in signatures are retarded.]]></description>
		<lastBuildDate>Tue, 20 Sep 2016 19:32:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33170#p33170</link>
			<description><![CDATA[<p>The adblock i use literally doesnt have this compose thing, but i can select .user-17 for the cosmetic filter so i assume it&#039;ll be fine then. </p><p>Now i gotta figure out how to get rid of his bullshit on my phone.</p>]]></description>
			<author><![CDATA[dummy@example.com (Granger)]]></author>
			<pubDate>Tue, 20 Sep 2016 19:32:11 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33170#p33170</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33169#p33169</link>
			<description><![CDATA[<div class="quotebox"><cite>Granger wrote:</cite><blockquote><div><p>can i block sigs per this id in adblock?</p></div></blockquote></div><p><span class="postimg"><img src="http://mei.tuuba.moe/q7R1a0.png" alt="q7R1a0.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Tue, 20 Sep 2016 19:18:38 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33169#p33169</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33168#p33168</link>
			<description><![CDATA[<p>&gt;you download an app</p><p>Gayyy. Couldnt we have gone with the simpler option? Im so not downloading shit i 1st domt need&#160; for anything but this and 2nd my parentswill go up my tits over &quot;are you installing viruses&quot; again.<br />Guess ill just fuck up signatures with adblock then. :c</p><p>can i block sigs per this id in adblock?</p>]]></description>
			<author><![CDATA[dummy@example.com (Granger)]]></author>
			<pubDate>Tue, 20 Sep 2016 19:12:24 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33168#p33168</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33162#p33162</link>
			<description><![CDATA[<p>the url to your page says 17 so it&#039;s 17</p>]]></description>
			<author><![CDATA[dummy@example.com (fittan)]]></author>
			<pubDate>Tue, 20 Sep 2016 17:00:21 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33162#p33162</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33161#p33161</link>
			<description><![CDATA[<p>Basing on the user list, shouldn&#039;t my ID be 16 instead?</p>]]></description>
			<author><![CDATA[dummy@example.com (Hades Izanami)]]></author>
			<pubDate>Tue, 20 Sep 2016 15:41:03 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33161#p33161</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33157#p33157</link>
			<description><![CDATA[<p><span class="postimg"><img src="http://puu.sh/rhJyQ/2749d30034.gif" alt="2749d30034.gif" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (UnderminE)]]></author>
			<pubDate>Tue, 20 Sep 2016 13:47:42 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33157#p33157</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33155#p33155</link>
			<description><![CDATA[<p>Alright guys and gals</p><p>Step 1:<br />Get Stylish for your browser</p><p><a href="https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en" rel="nofollow">Chrome Extension</a></p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/stylish/" rel="nofollow">Firefox Plugin</a></p><p>Step 2:<br />Press this:<br /><span class="postimg"><img src="http://mei.tuuba.moe/FepyXj.png" alt="FepyXj.png" /></span></p><p>Step 3:<br />Find out the user ID of the offending poop (Hades Izanami is 17, for example).</p><p>Step 4:<br />Remove sig entirely</p><div class="codebox"><pre><code>.user-17 &gt; .postsignature {
  display: none !important;
}</code></pre></div><p>Limit signature height</p><div class="codebox"><pre><code>.user-17 &gt; .postsignature {
  max-height: 200px;
  overflow: hidden;
}</code></pre></div><p>Limit height with expand on hover</p><div class="codebox"><pre><code>.user-17 &gt; .postsignature {
  max-height: 200px;
  overflow: hidden;
}
.user-17 &gt; .postsignature:hover {
  max-height: 400px;
  overflow: hidden;
}</code></pre></div><p>Change :hover to :active if you want expansion on click instead of hover.</p><p>Step 5:<br />Browse forums in blissful ignorance of the offending poop&#039;s signature.</p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Tue, 20 Sep 2016 13:08:06 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33155#p33155</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33150#p33150</link>
			<description><![CDATA[<p>the way it will work is you download a browser extension called Stylish (available on both chrome and FF, probably edge too) and then you install the theme ippe gives us (or create your own theme with the code ippe gives you inside it)<br />stylish is great in general btw 10/10</p>]]></description>
			<author><![CDATA[dummy@example.com (tupsu)]]></author>
			<pubDate>Tue, 20 Sep 2016 10:26:55 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33150#p33150</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33149#p33149</link>
			<description><![CDATA[<p>I&#039;ll explain it once I actually do it.</p><p>And no, it won&#039;t be a setting in preferences.</p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Tue, 20 Sep 2016 10:09:46 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33149#p33149</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33147#p33147</link>
			<description><![CDATA[<p>So how do i use it? Do i enter this user ID under preferences somewhere?</p>]]></description>
			<author><![CDATA[dummy@example.com (Granger)]]></author>
			<pubDate>Tue, 20 Sep 2016 08:40:02 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33147#p33147</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33145#p33145</link>
			<description><![CDATA[<div class="quotebox"><cite>IppE wrote:</cite><blockquote><div><p>No, I was going to supply the code where you&#039;d just need to drop in the user id.</p></div></blockquote></div><p>oh ok that&#039;s fine then bless our overlord ippe</p>]]></description>
			<author><![CDATA[dummy@example.com (tupsu)]]></author>
			<pubDate>Tue, 20 Sep 2016 07:47:35 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33145#p33145</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33140#p33140</link>
			<description><![CDATA[<div class="quotebox"><cite>IppE wrote:</cite><blockquote><div><p>I can just add a user identifier to the postsignature element so that you can block/hide sigs of individual users of your choise with stylish for example.</p></div></blockquote></div><p>thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (fittan)]]></author>
			<pubDate>Tue, 20 Sep 2016 04:39:11 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33140#p33140</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33103#p33103</link>
			<description><![CDATA[<p>No, I was going to supply the code where you&#039;d just need to drop in the user id.</p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Mon, 19 Sep 2016 18:24:49 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33103#p33103</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33098#p33098</link>
			<description><![CDATA[<div class="quotebox"><cite>IppE wrote:</cite><blockquote><div><p>I can just add a user identifier to the postsignature element so that you can block/hide sigs of individual users of your choise with stylish for example.</p></div></blockquote></div><p>you think we&#039;re smart enough to make our own css styles?</p>]]></description>
			<author><![CDATA[dummy@example.com (tupsu)]]></author>
			<pubDate>Mon, 19 Sep 2016 18:20:54 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33098#p33098</guid>
		</item>
		<item>
			<title><![CDATA[Re: signatures are retarded]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=33096#p33096</link>
			<description><![CDATA[<p>I can just add a user identifier to the postsignature element so that you can block/hide sigs of individual users of your choise with stylish for example.</p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Mon, 19 Sep 2016 18:13:23 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=33096#p33096</guid>
		</item>
	</channel>
</rss>
