Greasy Fork is available in English.

zapEmbedsRefer

replace all embeds for href option display

Autor
lucianolll
Instalaciones diarias
0
Instalaciones totales
107
Calificaciones
0 0 0
Versión
16
Creado
31/7/2014
Actualizado
12/4/2016
Licencia
Desconocida
Funciona en
Todos los sitios

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/