Skip to content

Instantly share code, notes, and snippets.

/*
* Credits go to https://stackoverflow.com/a/20371801/8504344, https://stackoverflow.com/users/179024/mw
*/
$(document).ready(function () {
// Add refresh button after field (this can be done in the template as well)
$('img.captcha').after(
$('<a href="#void" class="captcha-refresh"><i class="fa fa-refresh"></i></a>')
);
// Click-handler for the refresh-link
#SingleInstance, force
#Include, lib\Chrome\Chrome.ahk ;https://github.com/G33kDude/Chrome.ahk/releases
; verify if the profile folder exists
; if not, create it
if !FileExist("profile")
FileCreateDir, % "profile"
; load the chrome object pointing to the folder created above
; and the link to the page (or pages) to open at startup

Server Setup for Ubuntu 20.04

The setup installs the following software:

  • Git
  • Composer
  • Nginx
  • PHP
  • MariaDB
  • Redis