Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions controllers/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ exports.view = function (aReq, aRes, aNext) {
var lines = null;
var matches = null;
var heading = null;
var icon = null;
var content = null;

if (aErr) {
Expand All @@ -99,12 +100,18 @@ exports.view = function (aReq, aRes, aNext) {
} else {
heading = document;
}
matches = lines[0].match(/^\<img src\=\"(.*?)\"/);
if (matches) {
icon = matches[1];
lines.shift();
}
content = lines.join('\n');

// Page metadata
pageMetadata(options, [heading, 'About']);

options.pageHeading = heading;
options.pageIcon = icon;
options.pageData = renderMd(content);

aCallback(null);
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Android

![Android icon][androidIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/android_icon.png" width="128" height="128">

Android is an operating system on many portable devices.

Expand All @@ -9,6 +8,5 @@ Android is an operating system on many portable devices.

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[androidIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/android_icon.png
[wikipediaAndroidOS]: https://www.wikipedia.org/wiki/Android_%28operating_system%29
[TampermonkeyForAndroid]: Tampermonkey-for-Android
4 changes: 1 addition & 3 deletions views/includes/documents/Chrome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Chrome

![Chrome icon][chromeIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/chrome_icon.png" width="128" height="128">

Chrome is a free web browser developed by Google. Most of its code draws from the open-source [Chromium][] project. Chrome's selling points are security, speed, simplicity and stability. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android and iOS.

Expand All @@ -14,7 +13,6 @@ To run userscripts on Chrome, you normally need a manager extension.

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[chromeIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/chrome_icon.png "Chrome"
[chromeBrowser]: https://www.google.com/chrome/browser/
[wikipediaChrome]: https://www.wikipedia.org/wiki/Google_Chrome
[chromeSupport]: https://support.google.com/chrome/
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Chromium.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Chromium

![Chromium icon][chromiumIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/chromium_icon.png" width="128" height="128">

Chromium is a free open-source web browser. Chromium's selling points are security, speed, simplicity and stability. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android and iOS.

Expand All @@ -14,7 +13,6 @@ To run userscripts on Chromium, you normally need a manager extension such as Ta

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[chromiumIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/chromium_icon.png "Chromium"
[chromiumBrowser]: http://dev.chromium.org/Home
[wikipediaChromium]: https://www.wikipedia.org/wiki/Chromium_%28web_browser%29
[chromiumSupport]: https://bugs.chromium.org/p/chromium/issues/list
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Edge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Edge

![Edge icon][edgeIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/edge_icon.png" width="128" height="128">

Edge is a web browser integrated into Microsoft Windows 10.

Expand All @@ -9,7 +8,6 @@ Edge is a web browser integrated into Microsoft Windows 10.

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[edgeIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/edge_icon.png
[wikipediaEdge]: https://www.wikipedia.org/wiki/Microsoft_Edge
[wikipediaWindows10]: https://www.wikipedia.org/wiki/Windows_10
[TampermonkeyForEdge]: Tampermonkey-for-Edge
4 changes: 1 addition & 3 deletions views/includes/documents/Falkon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Falkon

![Falkon icon][falkonIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/falkon_icon.png" width="128" height="128">

Falkon is very fast Qt based browser. It is actively developed and uses open standards *(so it's easier for programmers to work with it)*. It aims to be a lightweight web browser available through most major platforms. Previously it was called QupZilla.

Expand Down Expand Up @@ -92,7 +91,6 @@ Patches are usually submitted by using `$ git diff > mypatch.diff` to KDE.

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[falkonIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/falkon_icon.png "Falkon"
[falkonExtensionsScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/falkon1.gif "Enabling the GreaseMonkey Extension"
[oujsScriptPageScreenshot1]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/openuserjs_script.gif "Ready to install a script"
[falkonScreenshot3]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/falkon3.png "Falkon start page with GreaseMoneky enabled"
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Firefox.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Firefox

![Firefox icon][firefoxIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/firefox_icon.png" width="128" height="128">

Firefox is the browser portion of SeaMonkey as a free, open source web browser developed by the Mozilla community. It is actively developed and uses open standards *(so it's easier for programmers to work with it)*. This means that there are scripts and add-ons available for Firefox, and few compatibility issues with websites. Firefox is available for Windows, Mac OS X and Linux. There is also a [mobile version][firefoxBrowserForAndroid] that runs on Android.

Expand All @@ -14,7 +13,6 @@ SeaMonkey and Firefox were the first web browsers to support userscripts, thanks

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[firefoxIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/firefox_icon.png "Firefox"
[firefoxBrowserForAndroid]: https://play.google.com/store/apps/details?id=org.mozilla.firefox&utm_source=mozilla&utm_medium=Referral&utm_campaign=mozilla-org
[firefoxBrowser]: https://www.getfirefox.com/
[wikipediaMozilla]: https://www.wikipedia.org/wiki/Mozilla
Expand Down
3 changes: 1 addition & 2 deletions views/includes/documents/Greasemonkey-Port-for-SeaMonkey.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Greasemonkey Port for SeaMonkey
![Greasemonkey icon][greasemonkeyPortIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkeyport_icon.png" width="128" height="128">

Greasemonkey Port is a userscript manager for SeaMonkey, originally written by Aaron Boodman and currently SeaMonkey front-end maintained by Marti, Ratty and/or Farby with some backend support from Anthony Lieuallen and Johan Sundström. It is the first extension to allow userscripts to be run in a web browser and is a near parallel branch of Greasemonkey itself. Originally Greasemonkey contained SeaMonkey support and is now split off.

Expand Down Expand Up @@ -61,7 +61,6 @@ Sometimes, when you use more than one userscript on the same web page, they need
[aomUserScriptsScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkeyport5.png "Userscript management in SeaMonkey"
[greasespot]: http://www.greasespot.net/
[greasemonkeyPortWiki]: https://sourceforge.net/p/greasemonkey/wiki/Main_Page/
[greasemonkeyPortIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkeyport_icon.png "Greasemonkey Port"
[greasemonkeyPortSFscreenshot1]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkeyport1.gif "Greasemonkey Port on SourceForge"
[oujsScriptPageScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/openuserjs_script.gif "Ready to install a script"
[greasemonkeyInstallationScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkeyport4.gif "Greasemonkey Port script installation warning"
3 changes: 1 addition & 2 deletions views/includes/documents/Greasemonkey-for-Firefox.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Greasemonkey for Firefox
![Greasemonkey icon][greasemonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkey_icon.min.svg?sanitize=true" width="128" height="128">

Greasemonkey is a userscript manager for Firefox, originally written by Aaron Boodman and currently Firefox front-end and back-end maintained by Anthony Lieuallen and Johan Sundström. It is the first extension to allow userscripts to be run in a web browser.

Expand Down Expand Up @@ -59,7 +59,6 @@ Sometimes, usually on a portable device, it may look like the userscript manager
[aboutAddons]: about:addons
[aomUserScriptsScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkey5.gif "Userscript management in Firefox"
[greasespot]: https://www.greasespot.net/
[greasemonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkey_icon.png "Greasemonkey"
[greasemonkeyAMOscreenshot1]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkey1.gif "Greasemonkey at Mozilla Add-Ons"
[oujsScriptPageScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/openuserjs_script.gif "Ready to install a script"
[greasemonkeyInstallationScreenshot]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/greasemonkey4.gif "Greasemonkey script installation warning"
4 changes: 1 addition & 3 deletions views/includes/documents/Linux.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## Linux

![Linux icon][LinuxIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tux_icon.png" width="128" height="128">

Linux is a free operating system and available from many distributions.

* [Linux on Wikipedia][wikipediaLinuxOS]

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[LinuxIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tux_icon.png
[wikipediaLinuxOS]: https://www.wikipedia.org/wiki/Linux
4 changes: 1 addition & 3 deletions views/includes/documents/Opera.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Opera

![Opera icon][operaIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/opera_icon.png" width="128" height="128">

Opera is a web browser developed by Opera Software. While it is proprietary rather than open-source software, it is released as Freeware. Opera is usually known for usability and standards compliance. It has been designed with some security in mind, and versions are available for a wide range of mobile devices. The desktop version runs on Windows, Linux and OS X, and there are mobile versions for Android, iOS and Blackberry.

Expand All @@ -18,7 +17,6 @@ Some versions of Opera on some platforms may break other packages on installatio

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[operaIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/opera_icon.png "Opera"
[operaBrowser]: http://www.opera.com/computer
[wikipediaOpera]: https://www.wikipedia.org/wiki/Opera_%28web_browser%29
[operaHelp]: http://www.opera.com/help
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Pale-Moon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Pale Moon

![Pale Moon icon][palemoonIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/pale_moon_icon.png" width="128" height="128">

Pale Moon is an independent browser, originally forked from Firefox, as a free, open source web browser with continuing development by Moonchild Productions. It is actively developed and uses many open standards. As an added benefit there is some compatibility with some Firefox add-ons along with its own unique add-ons.

Expand All @@ -14,7 +13,6 @@ While there is no official ported Greasmonkey for Pale Moon there is some activi

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[palemoonIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/pale_moon_icon.png "Pale Moon"
[palemoonBrowser]: http://www.palemoon.org/
[wikipediaPalemoon]: https://www.wikipedia.org/wiki/Pale_Moon_%28web_browser%29
[palemoonIssueTracker]: https://github.com/MoonchildProductions/UXP/issues
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Safari.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Safari

![Safari icon][safariIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/safari_icon.png" width="128" height="128">

Safari is the native web browser for the macOS desktop and iOS devices. It is free and usually included in OS X. It is maintained by Apple, Inc. Safari is currently developed for recent macOS and iOS only.

Expand All @@ -13,7 +12,6 @@ Safari is the native web browser for the macOS desktop and iOS devices. It is fr
[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png

[safariIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/safari_icon.png "Safari"
[safariBrowser]: https://support.apple.com/downloads/safari
[wikipediaSafari]: https://www.wikipedia.org/wiki/Safari_%28web_browser%29
[wikipediaApple]: https://www.wikipedia.org/wiki/Apple_Inc.
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/SeaMonkey.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## SeaMonkey

![SeaMonkey icon][seamonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/seamonkey_icon.png" width="128" height="128">

SeaMonkey is the original free, open source all-in-one web browser/email/chat suite developed by the Mozilla community. It is actively developed and uses open standards *(so it's easier for programmers to work with it)*. This means that there are scripts and add-ons available for SeaMonkey, and few compatibility issues with websites. SeaMonkey is available for Windows, Mac OS X and Linux.

Expand All @@ -13,7 +12,6 @@ SeaMonkey and Firefox were the first web browsers to support userscripts, thanks

[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://github.com/raw/OpenUserJs/OpenUserJS.org/master/public/images/favicon16.png
[seamonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/seamonkey_icon.png "SeaMonkey"
[seamonkeyBrowser]: https://www.seamonkey-project.org/
[wikipediaMozilla]: https://www.wikipedia.org/wiki/Mozilla
[wikipediaSeaMonkey]: https://www.wikipedia.org/wiki/SeaMonkey
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Tampermonkey-for-Android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Tampermonkey for Android

![Tampermonkey icon][tampermonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png" width="128" height="128">

Tampermonkey is a userscript manager extension for [Android][android], [Chrome][Chrome], [Chromium][Chromium], [Edge][Edge], [Firefox][firefox], [Opera][Opera], [Safari][Safari], and other similar web browsers, written by Jan Biniok. However, it is also available as a standalone, userscript enabled web browser for Android mobile devices. The version currently available is a Beta release and is rather basic as a web browser, so it may not have all the features required to make some websites work, but it is reasonably comprehensive in its support for userscripts. There are also versions for [Chrome][tampermonkeyForChrome], [Chromium][tampermonkeyForChromium], [Edge][tampermonkeyForEdge], [Firefox][tamperMonkeyForFirefox], [Opera][tampermonkeyForOpera], and [Safari][tampermonkeyForSafari].

Expand Down Expand Up @@ -83,7 +82,6 @@ Sometimes, when you use more than one userscript on the same web page, they need
[safari]: Safari

<!-- ## .user.js engine external linkage -->
[tampermonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png "Tampermonkey"
[tampermonkeyNet]: http://tampermonkey.net/
[gooPlayStoreTampermonkey]: https://play.google.com/store/apps/details?id=net.biniok.tampermonkey

Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Tampermonkey-for-Chrome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Tampermonkey for Chrome

![Tampermonkey icon][tampermonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png" width="128" height="128">

Tampermonkey is a userscript manager extension for [Android][android], [Chrome][Chrome], [Chromium][Chromium], [Edge][Edge], [Firefox][firefox], [Opera][Opera], [Safari][Safari], and other similar web browsers, written by Jan Biniok. There are also versions for [Android][tampermonkeyForAndroid], [Chromium][tampermonkeyForChromium], [Edge][tampermonkeyForEdge], [Firefox][tamperMonkeyForFirefox], [Opera][tampermonkeyForOpera], and [Safari][tampermonkeyForSafari].

Expand Down Expand Up @@ -75,7 +74,6 @@ Sometimes, when you use more than one userscript on the same web page, they need
[safari]: Safari

<!-- ## .user.js engine external linkage -->
[tampermonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png "Tampermonkey"
[tampermonkeyNet]: http://tampermonkey.net/
[gooChromeWebStoreTampermonkey]: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[gooChromeWebStoreTampermonkeyBeta]: https://chrome.google.com/webstore/detail/tampermonkey-beta/gcalenpjmijncebpfijmoaglllgpjagf
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Tampermonkey-for-Chromium.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Tampermonkey for Chromium

![Tampermonkey icon][tampermonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png" width="128" height="128">

Tampermonkey is a userscript manager extension for [Android][android], [Chrome][Chrome], [Chromium][Chromium], [Edge][Edge], [Firefox][firefox], [Opera][Opera], [Safari][Safari], and other similar web browsers, written by Jan Biniok. There are also versions for [Android][tampermonkeyForAndroid], [Chrome][tampermonkeyForChrome], [Edge][tampermonkeyForEdge], [Firefox][tamperMonkeyForFirefox], [Opera][tampermonkeyForOpera], and [Safari][tampermonkeyForSafari].

Expand Down Expand Up @@ -71,7 +70,6 @@ Sometimes, when you use more than one userscript on the same web page, they need
[safari]: Safari

<!-- ## .user.js engine external linkage -->
[tampermonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png "Tampermonkey"
[tampermonkeyNet]: http://tampermonkey.net/
[gooChromeWebStoreTampermonkey]: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[gooChromeWebStoreTampermonkeyBeta]: https://chrome.google.com/webstore/detail/tampermonkey-beta/gcalenpjmijncebpfijmoaglllgpjagf
Expand Down
4 changes: 1 addition & 3 deletions views/includes/documents/Tampermonkey-for-Edge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Tampermonkey for Edge

![Tampermonkey icon][tampermonkeyIcon]
<img src="https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png" width="128" height="128">

Tampermonkey is a userscript manager extension for [Android][android], [Chrome][Chrome], [Chromium][Chromium], [Edge][Edge], [Firefox][firefox], [Opera][Opera], [Safari][Safari], and other similar web browsers, written by Jan Biniok. There are also versions for [Android][tampermonkeyForAndroid], [Chrome][tampermonkeyForChrome], [Chromium][tampermonkeyForChromium], [Firefox][tamperMonkeyForFirefox], [Opera][tampermonkeyForOpera], and [Safari][tampermonkeyForSafari].

Expand Down Expand Up @@ -72,7 +71,6 @@ Sometimes, when you use more than one userscript on the same web page, they need
[safari]: Safari

<!-- ## .user.js engine external linkage -->
[tampermonkeyIcon]: https://github.com/raw/wiki/OpenUserJS/OpenUserJS.org/images/tampermonkey_icon.png "Tampermonkey"
[tampermonkeyNet]: http://tampermonkey.net/
[edgeAddons]: https://www.microsoft.com/store/apps/9NBLGGH5162S

Expand Down
Loading