Greasy Fork

来自缓存

Greasy Fork is available in English.

zapEmbedsRefer

replace all embeds for href option display

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
lucianolll
日安装量
0
总安装量
109
评分
0 0 0
版本
16
创建于
2014-07-31
更新于
2016-04-12
大小
4.7 KB
许可证
暂无
适用于
所有网站

Config
Greasemonkey / User_Setings / Included Pages / Add ... *

#/

FLASH X LINK -REPLACE FLASH - Flash embeds in link reversible -zapFlashs IN LINK reverse ; all Zap FLASH in link (em) option ( Flash's converted en em_link reversible )


FLASH OR OBJECT OR EMBED ...IN... link(auto-reversible)
all media ... object( embed src="link/media" ) object/ --- converted in --- single link reversible

#
Just like Gresemonkey for Firefox
Tampermonkey for Chrome
Violentmonkey for Maxthon
#

#####Obs
In Google Chrome
- create a folder with name ex ... zapembedsrefer
- create a subfolder name ex.. 2
---where "2" contains
zapembedsrefer.user.js
manifest.json
---

file ... name...
manifest.json
---where manifest.json contains
{
"content_scripts": [ {
"exclude_globs": [ ],
"exclude_matches": [ ],
"include_globs": [ "http://*","https://*" ],
"js": [ "zapembedsrefer.user.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_idle"
} ],
"converted_from_user_script": true,
"description": "zapembedsrefer embeds in link reversible",
"key": "X4sS70LVM/VmJPdiVoOOkMlh/x5Ic40MAm4F9L68Oa8=",
"name": "zapembedsrefer",
"manifest_version": 2,
"version": "2.0"
}
/* "run_at": "document_idle" document_end */

---
In Google Chrome
Extensions / Load unpacked extension
and install folder
zapembedsref / 2

#####

Scriptish
http://scriptish.org/
Scriptish is the greatest user script engine on the Internet. It was forked from Greasemonkey and made much better.

#Greasemonkey - Add-ons for Firefox
https://addons.mozilla.org/en-US/firefox/addon/...
http://www.greasespot.net/
www.twitter.com/lucianolll
#/
This script replace all tag
embed(FLASH) in page Link

in em link

rename this zapembedsrefer.user.js

this script not refer
tag object in page

This had form as they of the page inside appear

This script not consider tag

All replace tags < embed ....attributes[n] /> in
< a href ....attributes[n] >em< /a>

Click in replaced link for reverse process;
In reconstructing tag < embed ....attributes[n] />

This script does not observe < object /> ; had the application of < embed /> to be well bigger; serving of comparative test of occurrence of them



d/