-
OpenVPN configuration for...
Forum: Guides / Návody
Last Post: nerrty
16.3.2023 06:03
» Replies: 5
» Views: 10 275 -
OpenWRT 19.07.10 squashfs...
Forum: Other
Last Post: Ashus
14.3.2023 01:11
» Replies: 13
» Views: 14 832 -
Windows 7 - přepínátko pr...
Forum: Other
Last Post: toyotadeter
2.3.2023 04:55
» Replies: 1
» Views: 4 427 -
Ford Code service ukbooks...
Forum: English
Last Post: mtom78632
13.2.2023 11:31
» Replies: 3
» Views: 6 393 -
Vyhledávače do Opery CZ
Forum: Other
Last Post: Jenny110
9.2.2023 12:09
» Replies: 6
» Views: 7 200 -
Google AdSense Extension ...
Forum: Other
Last Post: Harrybrooke
1.2.2023 03:15
» Replies: 37
» Views: 70 106 -
How to delete all logs in...
Forum: Other
Last Post: OrlaKiely
20.1.2023 01:34
» Replies: 1
» Views: 4 044 -
PSPad PHP definition file
Forum: Other
Last Post: beretaqua
10.1.2023 10:44
» Replies: 3
» Views: 5 979 -
Gray Mayhem cursor set
Forum: Other
Last Post: toyotadeter
10.1.2023 10:29
» Replies: 2
» Views: 4 703 -
Úprava vzhledu Siemens CX...
Forum: Guides / Návody
Last Post: toyotadeter
10.1.2023 10:28
» Replies: 1
» Views: 4 960
- Forum posts:1 115
- Forum threads:183
- Members:1 172
- Latest member:flowtraveljo

My creation from scratch.
- enter any URL and no matter what would happen otherwise, it _will_ be downloaded (ignoring PDF or any other plugins)
- requests are monitored, scanned for video or audio media files, links are automatically added to recent media list of 10
- it can be safely used to download videos from trailers.apple.com or any sites using embedded mp4 files
- no, youtube is not supported as it doesn't send complete files
- multilingual (EN/CZ), more translations are welcome
Verified and published on Chrome extensions (also for Vivaldi) or Opera extensions.

Fixes the Easy Auto Refresh extension.
- removed tracking code
- removed unclickable icon from omnibar displayed on opera:// pages
- icons in omnibar changed to something more fitting to Opera (gray/red)
- default timeout changed from 10 sec to 300 sec (=5 min)
- registration and full functionality retained (not cracked)
To install, drag and drop to Opera, then enable extension.

Remade the Close Tab Button extension (not published anymore, it was distributed with manifest v.1).
- it is a button!
- it closes current tab
- it is a button that doesn't move (well if you download something it moves a tiny bit..), mimics MDI close button
- you don't need to look for the correct X to close current tab
To install, drag and drop to Opera, then enable extension.
Until Opera developers implement reordering of extensions, you have to do the following to make it move to the right:
- make a backup of Preferences file from profile dir
- open the file in notepad
- find "toolbar": [ - reorder the list to make this extension the last in the list
- save it

Here is my list, only stuff I need :? :
- Ashus UserJS
Chromium Wheel Smooth Scroller
Close Tab Button
Easy Auto Refresh
Feedly RSS button
Force Download
Flag for Chrome
Image Properties Context Menu
Smooth Gestures
UNI banan.cz
Bookmark Search
Falcon Proxy
Feedly Counter
Fine Link Selector
Opera Font Rendering by thunder13
Speed-Up Browsing

Fixes the Image Properties Context Menu.
- popup window is opened correctly sized and positioned
To install, drag and drop to Opera, then enable extension.

Enables you to download extensions from https://chrome.google.com/webstore/ directly to Opera.
To install chrome extensions, click the extension title in detailed view, the download will begin, then you just need to enable it manually as it is from unofficial source.
Some extensions will work, others won't. It is certainly a lot bigger than Opera's default extension repository.
Updated on 28.11.2013 (HTML code of chrome store changed).
To install, drag and drop to Opera, then enable extension.

Fixes the Chromium Wheel Smooth Scroller extension.
- wheel icon from extension bar removed
- made to work in opera:// internal pages - disabled by Opera
To install, drag and drop to Opera, then enable extension. Enable Extensions on opera:// URLs in opera://flags .

Fixes the Smooth Gestures extension.
- removed unclickable icon from omnibar displayed on opera:// pages
- removed internal bookmarks integration (generated errors)
- ready to work in opera:// internal pages - disabled by Opera
To install, drag and drop to Opera, then enable extension. Disable internal gestures in Opera settings so they do not collide. Enable Extensions on opera:// URLs in opera://flags .
chrome.extension.sendMessage({_messageType: 'disable-support'});

Pokud je nutné změnit přihlášeného uživatele pro větší množství systémů a používá se HTTP autentifikace pomocí webserveru (např. pomocí .htpasswd nebo LDAPu konfigurovaného v .htaccess), můžete provést reautentifikaci tímto způsobem, aniž byste zavírali prohlížeč nebo používali tlačítko zpět. Způsoby jako přesměrování na neexistujícího uživatele ve formátu http ://uživatel@server/ se ukázaly liché, protože prohlížeče v URL uživatele nechávají a pak se na údaje ptají na každé stránce. Redirect pomocí header taky není možný, protože pak prohlížeč nemá důvod čekat na nové údaje. Spolehlivě se pouze odhlásit nelze (omezení HTTP).
Celou složku/subdoménu máme zaheslovanou pomocí účtů v .htpasswd.
logout.php
session_start();
if ((!isset($_SESSION['HTTP_REMOTE_USER'])) || ($_SESSION['HTTP_REMOTE_USER'] == $_SERVER['REMOTE_USER']))
{
header('WWW-Authenticate: Basic realm="Pokud neprovedete nove prihlaseni, zustane prihlasen \''.$_SERVER['REMOTE_USER'].'\'."');
header('HTTP/1.1 401 Authorization Required');
}
$_SESSION['HTTP_REMOTE_USER'] = $_SERVER['REMOTE_USER'];
echo '<meta http-equiv="refresh" content="0;URL=./">';

Fixes the Yet Another Google Bookmarks Extension to work in Opera 15+.
Omnibar default search feature disabled. This change fixed an error and made the extension load bookmarks on startup correctly.
To install, drag and drop to Opera, then enable extension.