zapEmbedsRefer

replace all embeds for href option display

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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/