現在のバージョンとの差分を見る
編集履歴ページに戻る
たまにはユルいネタでも。
こういうxsltファイルを作成して(extention.xslt)、
{{{
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:NS1="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<xsl:output method="text"
encoding="UTF-8"
omit-xml-declaration="no"
indent="no"
media-type="text/plain"/>
<xsl:template match="/RDF:RDF">
<xsl:for-each select="RDF:Description">
<xsl:if test="@NS1:name!=''">
# <xsl:value-of select="@NS1:name"/>
<xsl:text>
</xsl:text>-- <xsl:value-of select="@NS1:homepageURL"/>
</xsl:if>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
}}}
xsltprocに食わせる。
{{{
$ xsltproc extention.xslt ~/.mozilla/firefox/*.default/extensions.rdf
}}}
ちょっと手で修正が必要だけど、まあいいか。
# DOM Inspector
-- http://www.mozilla.org/projects/inspector/
# Google Toolbar for Firefox
-- http://www.google.com/
# Popup ALT Attribute
-- http://piro.sakura.ne.jp/xul/_popupalt.html.en
# Adblock Plus
-- http://adblockplus.org/
# Compact Menu 2
-- https://addons.mozilla.org/firefox/108029/author/
# FormFox
-- http://www.marblehead.com/schools/mhs/headlight/columns/dsteinbrook
# All-in-One Sidebar
-- http://firefox.exxile.net/aios/
# Fasterfox
-- http://fasterfox.mozdev.org/
# mozless
-- http://mozless.mozdev.org/
# Firebug
-- http://www.getfirebug.com/
# RefControl
-- http://www.stardrifter.org/refcontrol/
# Stylish
-- http://userstyles.org/stylish/
# Locationbar²
-- http://en.design-noir.de/mozilla/locationbar2/
# Stealther
-- http://www.zadet.net
# FlashGot
-- http://flashgot.net
# Hit-a-Hint
-- http://hah.mozdev.org
# Text Link
-- http://piro.sakura.ne.jp/xul/_textlink.html.en
# Resizeable Form Fields
-- http://justinsomnia.org/2006/10/resizeable-form-fields-for-firefox/
# NoScript
-- http://noscript.net