• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 20:19
CET 02:19
KST 10:19
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
RSL Season 3: RO16 results & RO8 bracket9Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge1[TLMC] Fall/Winter 2025 Ladder Map Rotation14Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA12
StarCraft 2
General
RSL Season 3: RO16 results & RO8 bracket SC: Evo Complete - Ranked Ladder OPEN ALPHA RSL Season 3 - Playoffs Preview Mech is the composition that needs teleportation t GM / Master map hacker and general hacking and cheating thread
Tourneys
StarCraft Evolution League (SC Evo Biweekly) RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship Constellation Cup - Main Event - Stellar Fest 2025 RSL Offline Finals Dates + Ticket Sales!
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened
Brood War
General
soO on: FanTaSy's Potential Return to StarCraft Data analysis on 70 million replays FlaSh on: Biggest Problem With SnOw's Playstyle [ASL20] Ask the mapmakers — Drop your questions BGH Auto Balance -> http://bghmmr.eu/
Tourneys
Small VOD Thread 2.0 [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Current Meta Game Theory for Starcraft How to stay on top of macro? PvZ map balance
Other Games
General Games
Path of Exile [Game] Osu! Should offensive tower rushing be viable in RTS games? Clair Obscur - Expedition 33 Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI About SC2SEA.COM
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
TL Community
The Automated Ban List
Blogs
The Health Impact of Joining…
TrAiDoS
Dyadica Evangelium — Chapt…
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2105 users

Opera browser help !

Blogs > SkelA
Post a Reply
SkelA
Profile Blog Joined January 2007
Macedonia13069 Posts
April 15 2010 14:11 GMT
#1
I got a problem with Opera in the past few days. I cant watch youtube vids anymore... when i open a video it shows " Old Flash? Go upgrade! " So i click the link and install the latest flash player but its still the same.

Youtube vids work on firefox,chrome and even the older 10.01 version on Opera but not on the latest version wtf !

Can someone help me... Ive uninstalled and tried the older version like i mention above and its works perfect but then i reinstall the newest and its not working again... Can i fix this or i need to switch on the older version of Opera??

Stork and KHAN fan till 2012 ...
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
April 15 2010 14:15 GMT
#2
I have the same problem since on of the 10.2x versions. Since I'm too lazy to fix it, I simply use FF for youtube.
You should not use an older version permanently, since then you won't get the security fixes. Using an up-to-date browser is probably the most important thing you can do to keep your computer virus free.
LiquipediaOne eye to kill. Two eyes to live.
ihaveSC2beta
Profile Joined April 2010
Canada3 Posts
April 15 2010 14:32 GMT
#3
Just get chrome.

The exact same thing happened today and chrome updated Flash flawlessly.
zdubius
Profile Joined May 2008
Slovakia126 Posts
April 15 2010 14:40 GMT
#4
It has nothing to do with flash version, this is apparently a way of dissuading people from using browsers that block unwanted ads and pop-ups. You may try this solution to see if it helps: http://www.google.com/support/forum/p/youtube/thread?tid=46dd241356fbad51&hl=en
Flakes
Profile Blog Joined July 2008
United States3125 Posts
Last Edited: 2010-04-15 14:41:49
April 15 2010 14:41 GMT
#5
it's not the version problem afaik. Here's a workaround found on google.
copy this into notepad, save as a javascript (.js) file.

+ Show Spoiler +

// ==UserScript==
// @name youtube opera 10.51 fix
// @namespace ftf.at.ua
// @description lol, looks like opera have problems playing video from youtube. or youtube hates opera... this scripts fixes (or supposed to) this little problem
// @include http://*.youtube.com/watch*
// @run-at document-end
// ==/UserScript==
(function(){
var array_merge = function(arr1, arr2){
if((arr1 && (arr1 instanceof Array)) && (arr2 && (arr2 instanceof Array))){
for (var idx in arr2) {
arr1.push(arr2[idx]);
}
}else if((arr1 && (arr1 instanceof Object)) && (arr2 && (arr2 instanceof Object))){
for(var idx in arr2){
if(idx in arr1){
if (typeof arr1[idx] == 'object' && typeof arr2 == 'object') {
arr1[idx] = array_merge(arr1[idx], arr2[idx]);
}else{
arr1[idx] = arr2[idx];
}
}else{
arr1[idx] = arr2[idx];
}
}
}
return arr1;
}
function DO(){
var swfc=window.yt.getConfig("SWF_CONFIG");
var args=swfc.args;
var flashvars='';
for(i in args){
flashvars+=(flashvars?"&":"")+i+"="+escape(args[i]);
}
var embed=document.createElement("embed");
var attrs=array_merge({"flashvars":flashvars},swfc.attrs);
attrs=array_merge(attrs,swfc.params);
attrs.type="application/x-shockwave-flash";
attrs.src=swfc.url;
for(i in attrs){
embed.setAttribute(i,attrs[i]);
}
var div=document.getElementById("watch-player");
div.innerHTML="";
div.appendChild(embed);
}
window.addEventListener("load",DO,0);
})()


Save it somewhere, then go to youtube, right click somewhere and select edit site preferences. Go to scripting, and for User Javascript Folder choose the directory where the .js file you made is saved.

edit: beaten, with a smaller script : \
crate
Profile Blog Joined May 2009
United States2474 Posts
April 15 2010 15:11 GMT
#6
Was happening to me yesterday, I restarted my computer and it's working for me today. I dunno.
We did. You did. Yes we can. No. || http://crawl.akrasiac.org/scoring/players/crate.html || twitch.tv/crate3333
SkelA
Profile Blog Joined January 2007
Macedonia13069 Posts
April 15 2010 15:24 GMT
#7
thanks zdubius just fixed it.

Stork and KHAN fan till 2012 ...
love1another
Profile Blog Joined December 2009
United States1844 Posts
April 15 2010 16:16 GMT
#8
Yay! Teamliquid tech support
"I'm learning more and more that TL isn't the place to go for advice outside of anything you need in college. It's like you guys just make up your own fantasy world shit and post it as if you've done it." - Chill
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
April 15 2010 17:18 GMT
#9
Found an easier solution on the opera website:
Just add http://s.ytimg.com/yt/jsbin/www-core-new-vfl160018.js to the AdBlocker.

1.Go to youtube
2.Right click
3.Select "Block content"
4.Select "Details"
5.Select "add"
3.Paste this -> http://s.ytimg.com/yt/jsbin/www-core-new-vfl160018.js
4.Press "Close"
5.Press "Done"
LiquipediaOne eye to kill. Two eyes to live.
Gustav_Wind
Profile Joined July 2008
United States646 Posts
April 15 2010 17:23 GMT
#10
I don't get how this is supposed to help from Google/YT's point of view though.

How are most users going to know that they're supposed to get rid of their adblocking to use youtube normally? All it says is to upgrade flash, which does nothing.
zdubius
Profile Joined May 2008
Slovakia126 Posts
April 15 2010 18:16 GMT
#11
They don't want you just to turn off your adblock, they want to make you believe that your current browser is not capable of displaying properly something as trivial as Youtube videos. And since Yotube has become so widespread that not being able to use it will be a major nuisance, most people would switch to a browser that has no problems with Youtube (and purely incidentally is produced by Google) - Chrome.
Floydian
Profile Blog Joined March 2009
United Kingdom374 Posts
April 15 2010 18:40 GMT
#12
On April 16 2010 03:16 zdubius wrote:
They don't want you just to turn off your adblock, they want to make you believe that your current browser is not capable of displaying properly something as trivial as Youtube videos. And since Yotube has become so widespread that not being able to use it will be a major nuisance, most people would switch to a browser that has no problems with Youtube (and purely incidentally is produced by Google) - Chrome.


What the...that's pretty shady business practice if it's true :/
HeadhunteR
Profile Blog Joined October 2009
Argentina1258 Posts
April 15 2010 19:32 GMT
#13
Thanks to MasterOfChaos.. yours was the best and easiest solution.. and yeah it is very shady if google was behind this we all know how people now jump from browser to browser so easily. If a problem such as this appears in a mayor website, then people just change browsers.

I only changed from chrome cause it disapeared cause of a virus..

i found out that it wasent a browser problem cause i got here and saw some embedded vods so then i started to be suspicious.

thanks for the fix
in The Kong line forever
besiger
Profile Blog Joined July 2006
Croatia2452 Posts
April 15 2010 20:54 GMT
#14
thanks for the fix, my opera went down last night, since then I was using a combo of IE and watching embeded videos and videos in the uploaders channels, for some reason those worked normally.
A weak will coupled with delusions of grandeur
FraCuS
Profile Blog Joined January 2010
United States1072 Posts
April 15 2010 21:33 GMT
#15
i had the same problem but its fine now
Apink/Girl's Day/miss A/IU/Crayon Pop/Sistar/Exo K :D l Kpop and Kdrama Enthusiast
XinRan
Profile Blog Joined August 2008
United States530 Posts
April 15 2010 23:20 GMT
#16
While we're on the topic of problems with Opera, does anyone find that GMail runs really slow on Opera?
"To be fair, Kal played like absolute garbage. His noted inconsistency and bad record versus Jaedong high fived into a cacophony of suck." - TwoToneTerran
semantics
Profile Blog Joined November 2009
10040 Posts
April 15 2010 23:45 GMT
#17
On April 16 2010 03:40 Floydian wrote:
Show nested quote +
On April 16 2010 03:16 zdubius wrote:
They don't want you just to turn off your adblock, they want to make you believe that your current browser is not capable of displaying properly something as trivial as Youtube videos. And since Yotube has become so widespread that not being able to use it will be a major nuisance, most people would switch to a browser that has no problems with Youtube (and purely incidentally is produced by Google) - Chrome.


What the...that's pretty shady business practice if it's true :/

just remember their slogan "don't be evil" i soff at that when they are the largest multimedia crop in the world
Please log in or register to reply.
Live Events Refresh
Next event in 6h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft386
CosmosSc2 41
StarCraft: Brood War
Calm 2948
Larva 499
ajuk12(nOOB) 20
ivOry 6
League of Legends
Trikslyr76
Cuddl3bear2
Super Smash Bros
AZ_Axe74
Other Games
summit1g12042
Day[9].tv530
C9.Mang0260
ViBE179
ROOTCatZ37
ToD36
kaitlyn30
PPMD16
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• RyuSc2 45
• musti20045 24
• Adnapsc2 15
• Kozan
• sooper7s
• AfreecaTV YouTube
• intothetv
• IndyKCrew
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• HerbMon 73
• mYiSmile11
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21148
League of Legends
• Doublelift3533
Other Games
• Scarra883
• Day9tv530
Upcoming Events
RSL Revival
6h 12m
Zoun vs Classic
SHIN vs TriGGeR
herO vs Reynor
Maru vs MaxPax
WardiTV Korean Royale
10h 42m
Replay Cast
21h 42m
RSL Revival
1d 6h
WardiTV Korean Royale
1d 10h
IPSL
1d 15h
Julia vs Artosis
JDConan vs DragOn
BSL 21
1d 18h
TerrOr vs Aeternum
HBO vs Kyrie
RSL Revival
2 days
Wardi Open
2 days
IPSL
2 days
StRyKeR vs OldBoy
Sziky vs Tarson
[ Show More ]
BSL 21
2 days
StRyKeR vs Artosis
OyAji vs KameZerg
Replay Cast
2 days
Monday Night Weeklies
3 days
Replay Cast
3 days
Wardi Open
4 days
Replay Cast
5 days
Wardi Open
5 days
Tenacious Turtle Tussle
5 days
The PondCast
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-11-16
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.