Greasy Fork 支持简体中文。

zapEmbedsRefer

replace all embeds for href option display

作者
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/