🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

zapEmbedsRefer

replace all embeds for href option display

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

Skaber
lucianolll
Daglige installationer
0
Installationer i alt
109
Bedømmelser
0 0 0
Version
16
Oprettet
31.07.2014
Opdateret
12.04.2016
Size
4,68 kB
Licens
N/A
Gælder for
Alle hjemmesider

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/