theonion.xsl

来自「JPluck是一个基于Java的工具集」· XSL 代码 · 共 14 行

XSL
14
字号
<?xml version="1.0" encoding="UTF-8"?>
<?jpluck name="The Onion"
	description="Transforms the pods://avantgo/back links. The link do not really work as intended now, though."
	uri-pattern="http://mobile.theonion.com/.*"
?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<xsl:import href="../jpluck.xsl"/>
	<xsl:template match="a[@href='pods://avantgo/back']">
		<a href="../">
			<xsl:apply-templates/>
		</a>
	</xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?