/    Sign up×
Community /Pin to ProfileBookmark

Replace youtube video player with a different div

I’m using [Fiddler]([url]http://www.telerik.com/fiddler[/url]) (web debugging tool) and the below code is JScript .NET, which is basically a .NET version of Javascript.

[CODE] if (oSession.HostnameIs(“www.youtube.com”) && oSession.oResponse.headers.ExistsAndContains(“Content-Type”,”text/html”)) // oSession is a Fiddler object session
{
oSession.utilDecodeResponse(); // Remove any compression or chunking
oSession.utilReplaceInResponse(‘<b>’,'<u>’); // Search and replace in HTML
}[/CODE]

How do I replace youtube video player with this message?

[code=html]<div id=”player-unavailable” class=” player-width player-height player-unavailable “>
<div class=”icon meh”></div>
<div class=”content”>
<h1 id=”unavailable-message” class=”message”>
This video is no longer available because of inappropriate content.
</h1>
<div id=”unavailable-submessage” class=”submessage”>
Sorry about that.
</div>
</div>

</div>[/code]

Thank you

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @jarid3421 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...