Who's Online
120 user(s) are online (
32 user(s) are browsing
Forums )
Members: 1
Guests: 119
samo79 ,
more...
Headlines
a_little_remember_game.lha - game/misc
Oct 31, 2024
legadon.lha - utility/text
Oct 30, 2024
wipeout-re_fe-data.zip - game/driving
Oct 29, 2024
wipeout-re_fe.lha - game/driving
Oct 29, 2024
amiarcadia.lha - emulation/gamesystem
Oct 28, 2024
rvncd.lha - network/server
Oct 28, 2024
mce.lha - game/utility
Oct 27, 2024
nblood.lha - game/fps
Oct 25, 2024
amissl-sdk.lha - development/misc
Oct 24, 2024
amissl.lha - library/misc
Oct 24, 2024
Topic options
View mode
Newest First
Re: Odyssey scripts
Posted on:
2022/6/4 23:11
#21
Site Builder
Joined: 2006/12/2 23:57Last Login
: Yesterday 22:51
From Athens/Dublin
Group:
Registered Users Webmasters
@Raziel
Please have a look at the updated scripted I just commited at
https://git.walkero.gr/walkero/odyssey-scripts and please tell me if it works for you as well.
Re: Odyssey scripts
Posted on:
2022/6/4 23:16
#22
Home away from home
Joined: 2006/11/26 21:45Last Login
: Yesterday 20:35
From a dying planet
Group:
Registered Users
@walkero Thank you. But I'm back at work and can't test the following weeks.
Re: Odyssey scripts
Posted on:
2022/6/4 23:22
#23
Site Builder
Joined: 2006/12/2 23:57Last Login
: Yesterday 22:51
From Athens/Dublin
Group:
Registered Users Webmasters
@Raziel
Quote:
Would Patreon be a candidate to "fix"? Had a look on that as well, and unfortunately I can't do anything with that. A lot of data come with JS which fails on our browser, and some ids I could use to change the look, they change all the time, because of the updates the developers are doing.
So, unfortunately, not much to be done there.
Re: Odyssey scripts
Posted on:
2022/6/5 3:13
#24
Quite a regular
Joined: 2006/12/6 20:39Last Login
: 9/4 5:50
From California, Unitied States
Group:
Registered Users
@walkero
Thanks for your work with these scripts.
Is there anything that can be done with
Rumble? The videos play fine of my X1000 but the Rumble Logo is to large and overwrites at the top of the pages. This could be a good alternative to YouTube if we can get it to display properly in Odyssey.
AmigaOne X1000, uA1
Re: Odyssey scripts
Posted on:
2022/6/5 8:46
#25
Home away from home
Joined: 2006/11/26 21:45Last Login
: Yesterday 20:35
From a dying planet
Group:
Registered Users
@walkero No problem, thanks for taking a look. Hopefully there will be a browser solution anytime
Re: Odyssey scripts
Posted on:
2022/6/6 12:33
#26
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 10/28 22:44
From Donostia (SPAIN)
Group:
Registered Users
@ktadd
I juts copied github.js and changed to (only) rescale rumble logo:
// Rumble CSS fixes
// version 1.1
// 2022-06-06
// Copyright (c) 2021 Created by Georgios Sokianos
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// ==UserScript==
// @name Rumble CSS fixes
// @namespace none
// @description Fixes css in Rumble
// @include https://rumble.com/ *
// @version $VER: Rumble CSS fixes 1.1 (06.06.2022)
// @url https://ko-fi.com/walkero
// ==/UserScript==
var css = ' \
.header-logo img { width: 140px !important; } \
' ;
var head = document . head || document . getElementsByTagName ( 'head' )[ 0 ],
style = document . createElement ( 'style' );
head . appendChild ( style );
style . type = 'text/css' ;
if ( style . styleSheet ){
// This is required for IE8 and below.
style . styleSheet . cssText = css ;
} else {
style . appendChild ( document . createTextNode ( css ));
}
Re: Odyssey scripts
Posted on:
2022/6/6 18:11
#27
Quite a regular
Joined: 2006/12/6 20:39Last Login
: 9/4 5:50
From California, Unitied States
Group:
Registered Users
@jabiruloQuote:
I juts copied github.js and changed to (only) rescale rumble logo: Thanks but it doesn't seem to work for me. No change in logo size here.
AmigaOne X1000, uA1
Re: Odyssey scripts
Posted on:
2022/6/6 22:17
#28
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 10/28 22:44
From Donostia (SPAIN)
Group:
Registered Users
@ktadd Maybe if you copy&paste text IIRC spaces aren't truly spaces they are some sort of "strange" (UTF-8?) char. Try to replace all spaces manually using an editor
Re: Odyssey scripts
Posted on:
2022/6/8 1:39
#29
Quite a regular
Joined: 2006/12/6 20:39Last Login
: 9/4 5:50
From California, Unitied States
Group:
Registered Users
@jabiruloQuote:
Try to replace all spaces manually using an editor Tried that and it still doesn't work. Any chance you could make this downloadable from somewhere or maybe email me a file to try?
AmigaOne X1000, uA1
Re: Odyssey scripts
Posted on:
2022/6/8 15:42
#30
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 10/28 22:44
From Donostia (SPAIN)
Group:
Registered Users
@ktadd
Here it is link to download (use conetxt menu 'Download link'):
http://jabirulo.byethost13.com/temp/rumble.js and add it to Odyssey's Scripts list.
Re: Odyssey scripts
Posted on:
2022/6/9 1:34
#31
Quite a regular
Joined: 2006/12/6 20:39Last Login
: 9/4 5:50
From California, Unitied States
Group:
Registered Users
@jabiruloQuote:
Fantastic. That worked and Rumble.com now works very well.
Thanks for your patience and sticking with me.
AmigaOne X1000, uA1
Re: Odyssey scripts
Posted on:
2022/6/19 17:29
#32
Home away from home
Joined: 2006/11/26 21:45Last Login
: Yesterday 20:35
From a dying planet
Group:
Registered Users
@walkero I unfortunately still get a 404: not found with your updated github.js
Re: Odyssey scripts
Posted on:
2022/6/19 23:15
#33
Quite a regular
Joined: 2006/12/3 23:51Last Login
: Yesterday 20:49
From France
Group:
Registered Users
@walkero thank you for the (updated) scripts ! interestingly enough is that sites like github and itch.io are displayed much better under IBrowse 2.5 than under Odyssey !
Re: Odyssey scripts
Posted on:
2022/7/18 20:53
#34
Just popping in
Joined: 2009/6/11 2:19Last Login
: 8/3 10:48
From Germany
Group:
Registered Users
Thanks walkero! The Stack Overflow and GitHub scripts are really nice.
Re: Odyssey scripts
Posted on:
2022/7/19 10:58
#35
Site Builder
Joined: 2006/12/2 23:57Last Login
: Yesterday 22:51
From Athens/Dublin
Group:
Registered Users Webmasters
@IamSONIC Glad you like them and they are useful to you.
Re: Odyssey scripts
Posted on:
2022/8/25 9:06
#36
Home away from home
Joined: 2006/11/26 21:45Last Login
: Yesterday 20:35
From a dying planet
Group:
Registered Users
@walkero
Hey, just a quick question, would heise.de be a candidate?
e.g.
here ...there should be some boxes with test results, but they don't show at all
Re: Odyssey scripts
Posted on:
2022/8/25 9:48
#37
Just popping in
Joined: 2007/1/7 14:22Last Login
: 2023/8/21 8:45
From Germany
Group:
Registered Users
On
https://www.zdf.de/nachrichten/ the pictures are missing. Not sure why and if it can be corrected via Script.
AMIGA 1200 | Vampire 1200 II | 128 MB RAM | Indivision AGA Mk3 | 256 GB SD | AmigaOS 3.2.2AMIGA 600 | Vampire 600 II | 128 MB RAM | Indivision ECS Mk3 | 256 GB SD | AmigaOS 3.2.2
Re: Odyssey scripts
Posted on:
2022/8/25 10:29
#38
Site Builder
Joined: 2006/12/2 23:57Last Login
: Yesterday 22:51
From Athens/Dublin
Group:
Registered Users Webmasters
@raziel and @djbase The missing info and images seem to be retrieved using JS. This is not possible to be fixed with this kind of scripts, because it has to do with the Odyssey JS interpreter, which doesn't support the used code.
Re: Odyssey scripts
Posted on:
2022/8/25 10:42
#39
Home away from home
Joined: 2006/11/26 21:45Last Login
: Yesterday 20:35
From a dying planet
Group:
Registered Users
@walkero Thank you for the quick answer wrt to github.js I got some time to re-check and i had the html code page saved as script :-/ I installed the correct version now, but am not able to download anything from ScummVM as .zip anymore (or i might hvae forgotten where it was)
Re: Odyssey scripts
Posted on:
2022/8/25 10:58
#40
Just popping in
Joined: 2007/1/7 14:22Last Login
: 2023/8/21 8:45
From Germany
Group:
Registered Users
@walkero Ok, thanks for checking.
AMIGA 1200 | Vampire 1200 II | 128 MB RAM | Indivision AGA Mk3 | 256 GB SD | AmigaOS 3.2.2AMIGA 600 | Vampire 600 II | 128 MB RAM | Indivision ECS Mk3 | 256 GB SD | AmigaOS 3.2.2
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)