Slemmen's Blog

Subscribe to RSS feed

Opera youtube fix

, , , ...

This is a how to:
Create a folder in C:\Program Files (x86)\Opera\ called Userjs
Create a text file, copy and paste the following

// ==UserScript==
// @name YoutubeProtectionRemover
// @include http://www.youtube.com/*
// @description Removes lame protection on YouTube
// @copyright 2010, Snap
// ==/UserScript==

window.opera.addEventListener(
'BeforeScript',
function (ev){
ev.element.text = ev.element.text.replace("yt.flash.update(swfConfig, forceUpdate);","");
},

false);
//end



Rename the file to "YoutubeProtectionRemover.js"
press ctrl+f12 go to advanced -> content, tick use javascripts
open javascript alternatives, then add C:\Program Files (x86)\Opera\Userjs as folder with userjavascripts.


Update:

Go to:
Help > Check for Updates

After you done that, new browser.js file will be loaded to your browser and shall fix this issue.

Hotmail, not working for you?

, , ,

Here's what to do to get it working again.
first mask as Internett explorer. ( right click site -> edit site preffrences -> Network -> Mask as internett exploer)
then go to the "alternatives for hotmail" (not sure this is correct since, my hotmail is norwegian)
then Email settings/costumize your email -> read panel settings? -> turn it on.
then you can read and write your emails.

Getting Google Docs and IE only web scanners to work with Opera 4.X-9.X

, , ,

Hello world.

I just figured out a way to get Google Docs working in Opera 9.51 and i tought i'd share it:
Install the Neptune plugin.
Then just choose Mask as Internet Explorer. (Right click, select "edit setup for web site"? then network)

Then it all seem to work.

Have a nice day.





25. juli 2008: Google Docs seems to work without the plugin again if masked as Internet Explorer.?