Skip to content

Instantly share code, notes, and snippets.

@aniline
aniline / pidgin_theme.patch
Created April 16, 2014 06:37
Tried getting An IRC like theme from Adium to the pidgin (3)
diff -ru a/pidgin/themes/Contents/Resources/Content.html b/pidgin/themes/Contents/Resources/Content.html
--- a/pidgin/themes/Contents/Resources/Content.html 2014-04-15 12:32:45.000000000 +0530
+++ b/pidgin/themes/Contents/Resources/Content.html 2014-04-15 18:22:07.000000000 +0530
@@ -1,6 +1,4 @@
<div class="x-container %messageClasses% %messageDirection%">
- <abbr class="x-time" title="%time{yyyy-MM-ddTHH:mm:ssZZ}%">(%time%)</abbr>
- <span class="x-sender">%sender%:</span>
- <span class="x-message">%message%</span>
+<div class="x-sender">%sender%:</div><div class="x-message">%message%</div><div class="x-time" title="%time{yyyy-MM-ddTHH:mm:ssZZ}%">%time%</div>
</div>
@aniline
aniline / owa_link_unwrap.user.js
Last active December 28, 2015 11:59
Re-map links to actual target instead of through OWA servers.