“User:D41D8CD98F/common.js”的版本间的差异

来自萌娘共享
跳转至: 导航搜索
(创建页面,内容为“(function() { $('img[src*="//static.mengniang.org"]').one('error', function() { this.src = this.src.replace('//static.mengniang.org','//img.acg.moe') }); $('img').…”)
 
第1行: 第1行:
 
(function() {
 
(function() {
$('img[src*="//static.mengniang.org"]').one('error', function() { this.src = this.src.replace('//static.mengniang.org','//img.acg.moe') });
+
$('img[src*="//static.mengniang.org"]').one('error', function() {
 +
this.src = this.src.replace('//static.mengniang.org','//img.acg.moe');
 +
$('a').each(function() { this.href = this.href.replace('//static.mengniang.org','//img.acg.moe'})
 +
});
 
$('img').each(function() { this.src = this.src })
 
$('img').each(function() { this.src = this.src })
 
})();
 
})();

2018年8月6日 (一) 11:09的版本

(function() {
	$('img[src*="//static.mengniang.org"]').one('error', function() {
		this.src = this.src.replace('//static.mengniang.org','//img.acg.moe');
		$('a').each(function() { this.href = this.href.replace('//static.mengniang.org','//img.acg.moe'})
	});
	$('img').each(function() { this.src = this.src })
})();