This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function tabname { | |
printf "\e]1;$1\a" | |
} | |
if [ x`type -t cd` == "xfunction" ]; then | |
# previously wrapped cd | |
eval $(type cd | grep -v 'cd is a function' | sed 's/^cd/original_cd/' | sed 's/^}/;}/' ) | |
else | |
# builtin | |
eval "original_cd() { builtin cd \$*; }" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="appname"> | |
<h3 class="appname">rhetoricus <small>by @damienklinnert</small> <span class="label label-warning">stable</span></h3> | |
<p class="muted desc descm">See who's not following you back on app.net.<br /><br /><br /></p> | |
<br /> | |
<p class="desc"> | |
<i class="icon-chevron-right"></i> Screenshots | |
<div class="screenshots"> | |
<a class="fancybox" rel="appname" href="https://my.doctape.com/s/fB5HfG/image.jpg" title="home screen"> | |
<img src="https://my.doctape.com/s/fB5HfG/image.jpg" alt="" width="100px" height="auto" /> | |
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
A small script for use with Rhetoricus. | |
https://rhetoricus.jit.su/ | |
It clicks five unfollow buttons, then waits 20 seconds before clicking another five. | |
To use, paste it into Firefox's scratchpad whilst using Rhetoricus. |