Lost password? | Help

Search Results

Forums » Opera Community » Search » Results

Post Author Forum Thread Posted Relevance
new posts Post #2775860

Another new version of the FF Extension leads to another new version here :) http://cg.smir.de/cgopera076.zip…

Smir User JavaScript CustomizeGoogle Oct 28 2008 0 percent
new posts Post #2710418

I've been a bit busy the past few days (weeks?), but now there is a new version available: http://cg.smir.de/cgopera075.zip I had added the favicon preview from another Firefox extension (googleicon ...…

Smir User JavaScript CustomizeGoogle Aug 24 2008 0 percent
new posts Post #2641267

Yes, it doesn't distinguish between custom headers and normal headers... it just sends no headers at all :P And it also doesn't send POST Requests, when opened with xmlhttp.open('POST','http://www.ope ...…

Smir User JavaScript Opera XML Store in UserJS Jul 4 2008 0 percent
new posts Post #2641248

The postMessage function was moved up to the window object instead of the document object: Opera 9.51: javascript:alert(window.document.postMessage); => "undefined" javascript:alert(window.postMessa ...…

Smir User JavaScript Cross-domain XMLHttpRequest Jul 4 2008 0 percent
new posts Post #2638531 [author]

The first UserJS Contest started and I was wondering, if there is any way to get the Opera XML Store working in a UserJS. The Hello Opera XML Store Widget uses XHR to request the data from http://xml ...…

Smir User JavaScript Opera XML Store in UserJS Jul 2 2008 0 percent
new posts Post #2607245

Yes, they are adverts. This setting will get rid of them: cgPrefs["web.remove-ads"] = true;…

Smir User JavaScript CustomizeGoogle Jun 16 2008 0 percent
new posts Post #2606095

I just updated the zipfile and fixed that bug: http://cg.smir.de/cgopera072-1.zip I tried to edit the first post, but get a 403 error, because the post is older than one day.…

Smir User JavaScript CustomizeGoogle Jun 16 2008 0 percent
new posts Post #2540475

http://cg.smir.de/cgopera072.zip :)…

Smir User JavaScript CustomizeGoogle May 4 2008 0 percent
new posts Post #2530089

WindowsXP…

Smir Opera Widgets Moving widgets after playing games (resolution change) Apr 25 2008 0 percent
new posts Post #2516430

Thx for the massive feedback, I appreciate it ;) I found a way, which works for me. But I need to edit the Sourcecode of ALL Widgets I use to get it working for all of them :( var positionTimer = n ...…

Smir Opera Widgets Moving widgets after playing games (resolution change) Apr 13 2008 0 percent
new posts Post #2492214

http://cg.smir.de/cgopera071.zip :)…

Smir User JavaScript CustomizeGoogle Mar 23 2008 0 percent
new posts Post #2444614 [author]

Hi, my default resolution in windows is 1600*1050 (Widescreen) and my Widgets are all aligned to the right border. When I play a game in a smaller resolution (like 1280*1024), and come back to windo ...…

Smir Opera Widgets Moving widgets after playing games (resolution change) Feb 9 2008 0 percent
new posts Post #2413018

I updated the version. http://cg.smir.de/cgopera069.zip I also changed the script files. Now there are only two: customizegoogle.js customizegoogle_prefs.js You don't need to change anything in cu ...…

Smir User JavaScript CustomizeGoogle Jan 15 2008 0 percent
new posts Post #2379863

New version is out: http://cg.smir.de/cgopera068.zip…

Smir User JavaScript CustomizeGoogle Dec 22 2007 0 percent
new posts Post #2340538 [author]

How do I enable Cookie Whitelisting in Opera 9.24? I would like to set "Enable Cookies" to 5 = "Treat all cookies as specified in manager, but refuse third party not set to same server". That way, I ...…

Smir Customizing Opera Cookie Whitelisting Nov 26 2007 0 percent
new posts Post #2329424

An experimental preferences page can now be found here: http://cg.smir.de/pref/ It's just the converted preferences dialog of the Firefox extension. When you click "save", you get a textbox with the ...…

Smir User JavaScript CustomizeGoogle Nov 17 2007 0 percent
new posts Post #2326900

Sorry... there are no linebreaks in this post... I have them in my post, but they dont show up... @Norenester: GoogleSuggest works for me: http://www.google.com/ig On what URL is it broken? @ara ...…

Smir User JavaScript CustomizeGoogle Nov 15 2007 0 percent
new posts Post #2260005

And another new Version: http://www.smir.de/cg/cgopera063.zip Fixed google suggest, added streaming to image search, some fixes for streaming...…

Smir User JavaScript CustomizeGoogle Sep 25 2007 0 percent
new posts Post #2241544

Ah, nice... back from holidays and there is an Opera 9.5 alpha :D I will look into it in the next few days.…

Smir User JavaScript CustomizeGoogle Sep 11 2007 0 percent
new posts Post #2209127

When you have that setting enabled and you see the page of search results, normally you see about 10 and have to click to get to page 2. Now you just scroll down and it automatically loads the follow ...…

Smir User JavaScript CustomizeGoogle Aug 21 2007 0 percent
new posts Post #2208715

Ok, there is another new Version: http://www.smir.de/cg/cgopera061.zip Streaming pages now works for search results. Enable it with cgPrefs["web.auto-page"] = true;[(code] in cg_prefs.xul.js…

Smir User JavaScript CustomizeGoogle Aug 21 2007 0 percent
new posts Post #2156680

A new version is available. It is based on the current version of the Firefox extension (Version 0.60). http://smir.de/cg/…

Smir User JavaScript CustomizeGoogle Jul 19 2007 0 percent
new posts Post #2119257

Ah, thx for the info. It's fixed now. I changed my webserver and didn't upload the zip file ;) (I think, I will update it soon, because the Firefox' extension already has Version 0.60 and the curren ...…

Smir User JavaScript CustomizeGoogle Jun 27 2007 0 percent
new posts Post #2021089 [author]

Many of you might know the Firebug extension for Firefox. It has one feature I like a lot: It can inspect XmlHtppRequests. I had a UserJS, which copied that feature and logs all the XmlHttpRequests ...…

Smir User JavaScript Inspect XmlHttpRequests Apr 27 2007 0 percent
new posts Post #1972733

What I wanted to do is the following: When the UserJS is first run, I save the names of all functions defined on the windows object in an array. (These also includes all of my self-defined UserJS fun ...…

Smir User JavaScript defineMagicFunction within another function Mar 29 2007 0 percent
new posts Post #1971753

Oh, I just noticed, that I can use opera.defineMagicFunction within the BeforeEvent.load event Handler, if it is defined using opera.addEventHandler. This simplifies the code :)…

Smir User JavaScript defineMagicFunction within another function Mar 28 2007 0 percent
new posts Post #1971718

I thought that would be the problem, but I got no SecurityError in Message Console, which happens with other security features like cross domain access. I'm now using a different approach... I overwr ...…

Smir User JavaScript defineMagicFunction within another function Mar 28 2007 0 percent
new posts Post #1971396 [author]

I can't get opera.defineMagicFunction to work within another function. What I am doing: Within a UserJS I add an onload EventHandler to the document. This eventhandler calls opera.defineMagicFunction ...…

Smir User JavaScript defineMagicFunction within another function Mar 28 2007 0 percent
new posts Post #1889229

It's no UserJavascript yet, but only "normal" javascript: var lastBottom = 0; var lastTop = 0; var shadeTimeout; function scroll() { if( lastBottom == document.documentElement.scrollTop + documen ...…

Smir User JavaScript Visual indicator for scrolling Jan 18 2007 0 percent
new posts Post #1872318

What I have: Frameset (url is http://127.0.0.1/frameset.html) +- Frame1 (which loads for example http://www.google.com) +- Frame2 (which loads http://127.0.0.1/frame.html) Using UserJS, I want to mo ...…

Smir User JavaScript Cross Document/Domain/Frame Messaging Jan 3 2007 0 percent
new posts Post #1871339

I found a way of doing it, but it is a bit ugly: Frameset: Domain1 -> Frame1: Domain2 + UserJS -> IFrame1: Domain1 -> Frame2: Domain1 Frame1 creates a hidden IFrame and loads an empty page on Doma ...…

Smir User JavaScript Cross Document/Domain/Frame Messaging Jan 2 2007 0 percent
new posts Post #1871276 [author]

I want communication between two frames on different domains and was not able to figure out a way to do this. What I have is the following: Frameset: Domain1 -> Frame1: Domain2 + UserJS (width+heig ...…

Smir User JavaScript Cross Document/Domain/Frame Messaging Jan 2 2007 0 percent
new posts Post #1841337

Ok, I am sorry... I must have zipped a wrong file. In my Opera installation it was working because I had the corrected file, but the zip contained an older version. It should work now, when you redow ...…

Smir User JavaScript CustomizeGoogle Dec 1 2006 0 percent
new posts Post #1841127

Links to other search engines is working for me (9.02, Build 8585) Have you enabled it in your cg_prefs.xul.js? cgPrefs["web.search-links"] = true; cgPrefs["web.news-links"] = true; cgPrefs ...…

Smir User JavaScript CustomizeGoogle Dec 1 2006 0 percent
new posts Post #1825579

I have not been thinking much about the UserJS after porting it and did not read this thread regularly. But now I have updated the files with the changes made to the Firefox extension (Version 0.55) ...…

Smir User JavaScript CustomizeGoogle Nov 18 2006 0 percent
new posts Post #1658316

I am now using document.evaluate("//form[contains(@action, '/search')]", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue this works in Firefox and in Opera :) But I found s ...…

Smir User JavaScript Form Action Tag Jul 20 2006 0 percent
new posts Post #1658292 [author]

When reading Rijks Blog, I found out about the CustomizeGoogle extension and somebody said that there is nothing comparable for Opera: http://my.opera.com/Rijk/blog/show.dml/330699 Well, I just porte ...…

Smir User JavaScript CustomizeGoogle Jul 20 2006 0 percent
new posts Post #1656885 [author]

Is there ANY (good) method how to get the value for the action Tag of the form element with javascript as it is written in the HTML Code? If you go to google.com and execute: javascript:alert( docume ...…

Smir User JavaScript Form Action Tag Jul 19 2006 0 percent
new posts Post #1616441

Ok, as it seems, the problem with the stylesheet has something to do with the proxy of my university. When I disable proxy servers, I have no problems loading it. When I use Proxomitron only, I have ...…

Smir Security and privacy in Opera Problem with Digest Authentication Jun 23 2006 0 percent
new posts Post #1573513

When opera.ini is write protected, the "run=1" variable won't be saved. Then Opera cannot detect if it crashed the last time and it is not possible to "continue with opened pages". Also it is not pos ...…

Smir Beta testing (including snapshots and previews) Accept cookies from sites I've allowed - is it possible at all? May 26 2006 0 percent
new posts Post #1546488 [author]

Hi, some pages I am using have changed from Basic Authentication to Digest Authentication and now I have some problems :/ I choose "Save password" in the htaccess-dialog and have "Ask for password" se ...…

Smir Security and privacy in Opera Problem with Digest Authentication May 2 2006 0 percent
new posts Post #1424475

restart required C3N User Agent Identifier PTT Mode TTS Gender I would asume, the other C3N* and TTS* Options will need a restart, too. But I do not know how to use "C3N Prenick Phrase" for example ; ...…

Smir Beta testing (including snapshots and previews) opera:config users: Post settings that do and do not require a restart in this thread Feb 9 2006 0 percent
new posts Post #1417773

Ok, I got the Widget fixed now :) But it would be nice, if you could change the "always on top" mode... For example: Only show, when opera is active, "always on top", and "always in background" (so it ...…

Smir Beta testing (including snapshots and previews) First impressions of TP2 Feb 7 2006 0 percent
new posts Post #1417720 [author]

Hi guys, I just downloaded the new Preview and installed it ontop of my TP1. Well, that was the first time, I encountered Problems, so I did a fresh install later ;) I like the new styles for opera:* ...…

Smir Beta testing (including snapshots and previews) First impressions of TP2 Feb 7 2006 0 percent
new posts Post #1281763

fixed that :) The forum here replaced my br tag in the code with a linebreak... which made the js code incorrect. I thought the text inside a CODE BB-Tag is shown as it is without html enabled... tha ...…

Smir Beta testing (including snapshots and previews) Mouseevents in incorrect order Dec 11 2005 0 percent
new posts Post #1281273 [author]

I think the mouseevents in Opera sometimes come in an incorrect order, when I click alot: FF: mousedown, mouseup, click, mousedown, mouseup, click, dblclick... Opera: mousedown, mouseup, click, dblcli ...…

Smir Beta testing (including snapshots and previews) Mouseevents in incorrect order Dec 11 2005 0 percent
new posts Post #1281266

I think its a Bug... I noticed that with down in Input fields, too. It shows my Notes. I think that was different in 8.0 or 8.5... I did not get my notes there, when pressing down in an input field.…

Smir Beta testing (including snapshots and previews) Opera and events Dec 11 2005 0 percent
new posts Post #1166654 [author]

I tried to setup a shortcut for Lock Page | Unlock Page but was unable to get it working. I added/edited the shortcuts for ctrl k and ctrl l to use "Lock page | Unlock page" as action. I made sure, n ...…

Smir Beta testing (including snapshots and previews) Shortcut for Lockpage Oct 21 2005 0 percent
new posts Post #1165693

I cant confirm that. It works for me. I installed Build 8031 over a 8.5 and kept all settings.…

Smir Beta testing (including snapshots and previews) maps.google.com gives Opera 9 a html version! Oct 20 2005 0 percent
new posts Post #1165010 [author]

I use user-stylesheets for different pages... One of these pages (www.heise.de) uses a non-standard element where the maincontent is located. html.smir.heise.de heisetext img { display: inline ! ...…

Smir Beta testing (including snapshots and previews) [Regression] CSS selector for non-standard element does not work Oct 20 2005 0 percent

Icon guide: new posts New posts no new No new friend post Friend author You are the author replied You have replied poll Poll sticky Sticky locked Locked