You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Designs/HitCounterGui.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
<!DOCTYPE html>
1
+
<!DOCTYPE html>
2
2
<html>
3
3
<head>
4
4
<!--
5
5
MIT License
6
6
7
-
Copyright (c) 2019-2024 Peter Kirmeier
7
+
Copyright (c) 2019-2025 Peter Kirmeier
8
8
9
9
Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
of this software and associated documentation files (the "Software"), to deal
@@ -355,7 +355,7 @@
355
355
{
356
356
new_tbl+=
357
357
'<tr>'+
358
-
'<td class="'+majorclass+' bottom left">Time:</td>'+// Time
358
+
'<td class="'+majorclass+' bottom right">Time:</td>'+// Time
359
359
'<td colspan="'+hit_cols+'" class="'+majorclass+' bottom timestamp"><span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
'<td colspan="'+max_cols+'" class="bottom timestamp left">Time: <span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
367
+
'<td colspan="'+max_cols+'" class="bottom timestamp right">Time: <span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
Copy file name to clipboardExpand all lines: Designs/javascript.js
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
//MIT License
1
+
//MIT License
2
2
3
-
//Copyright (c) 2018-2024 Peter Kirmeier
3
+
//Copyright (c) 2018-2025 Peter Kirmeier
4
4
5
5
//Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
//of this software and associated documentation files (the "Software"), to deal
@@ -131,7 +131,8 @@ function Watchdog()
131
131
'<li>Start <b>msedge.exe</b> with command line option <b>--profile-directory=Default --allow-file-access-from-files</b></li></ul></li>'+
132
132
'<li><u>Opera</u>:<br/>'+
133
133
'<ul><li>Shutdown all running instances of the browser (kill the processes) making sure startup parameters are loaded properly int the next step.</li>'+
134
-
'<li>Start <b>launcher.exe</b> with command line option <b>--allow-file-access-from-files</b></li></ul></li>'+
134
+
'<li>Older versions: Start <b>launcher.exe</b> with command line option <b>--allow-file-access-from-files</b></li>'+
135
+
'<li>Newer versions: Start <b>opera.exe</b> with command line option <b>--allow-file-access-from-files</b></li></ul></li>'+
135
136
'<li><u>Firefox</u>:<br/>'+
136
137
'<ul><li>Change the security policy in the browser settings <b>"about:config" -> "security.fileuri.strict_origin_policy" -> false</b>.<br/>'+
137
138
'But keep in mind that this is a global settings, which means you should enable this only for offline/trusted websites!</li></ul></li>'+
0 commit comments