FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
appimage.github.io/script.js at master · AppImage/appimage.github.io · GitHub
AppImage
/
appimage.github.io
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
782
Star
380
Code
Issues
123
Pull requests
1.2k
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
appimage.github.io
/
script.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 827 Bytes
Breadcrumbs
appimage.github.io
/
script.js
Copy path
File metadata and controls
27 lines (27 loc) · 827 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--
-
--
-
// Lazy loading
$
(
document
)
.
ready
(
function
(
)
{
$
(
"img"
)
.
unveil
(
)
;
}
)
;
// Table sort
$
(
function
(
)
{
$
(
".tablesorter"
)
.
tablesorter
(
)
;
}
)
;
// Redirect https
if
(
window
.
location
.
protocol
!==
'https:'
)
{
window
.
location
=
'https://'
+
window
.
location
.
hostname
+
window
.
location
.
pathname
+
window
.
location
.
hash
;
}
{
%
if
site
.
piwik_analytics
%
}
// Piwik
var
_paq
=
_paq
||
[
]
;
_paq
.
push
(
[
'trackPageView'
]
)
;
_paq
.
push
(
[
'enableLinkTracking'
]
)
;
(
function
(
)
{
var
u
=
"//AppImage.rasalhague.uberspace.de/piwik/"
;
_paq
.
push
(
[
'setTrackerUrl'
,
u
+
'piwik.php'
]
)
;
_paq
.
push
(
[
'setSiteId'
,
13
]
)
;
var
d
=
document
,
g
=
d
.
createElement
(
'script'
)
,
s
=
d
.
getElementsByTagName
(
'script'
)
[
0
]
;
g
.
type
=
'text/javascript'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'piwik.js'
;
s
.
parentNode
.
insertBefore
(
g
,
s
)
;
}
)
(
)
;
{
%
endif
%
}
Back
|
FazBrowse Home
|
New Git URL