Skip to content

Instantly share code, notes, and snippets.

View Granga's full-sized avatar
🏠
Working from home

Granga

🏠
Working from home
View GitHub Profile

How to Install Etsy Heart Exchanger Extension in Brave

Introduction

We apologize for the inconvenience caused by the issues with the Etsy Heart Exchanger extension. Due to Google Chrome's deprecation of Manifest V2 in favor of Manifest V3, many older extensions, including Etsy Heart Exchanger, stopped working in the latest versions of Chrome. However, Brave continues to support Manifest V2 extensions, allowing you to use Etsy Heart Exchanger without issues.

In this tutorial, we’ll guide you through the steps to install Etsy Heart Exchanger on Brave, a browser that supports Manifest V2 extensions.


@Granga
Granga / Connect to Docker container from Windows 10
Last active June 17, 2019 18:15
Connect to Docker container from Windows 10
Assuming you have installed Git
1. Open git-bash located at C:\Program Files\Git\git-bash.exe
2. Connect to the container with the following command
"winpty docker exec -it container_id sh"
3. Type "exit" to exit
sudo fallocate -l 2G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon -s
sudo sh -c "printf '/swapfile none swap sw 0 0\n' >> /etc/fstab"
sudo sh -c "printf 'vm.swappiness=10\n' >> /etc/sysctl.conf"
sudo sysctl vm.vfs_cache_pressure=50
sudo sh -c "printf 'vm.vfs_cache_pressure = 50\n' >> /etc/sysctl.conf"
var USERSELECTSDIR = 0;
var DEFAULTDIR = "C:\\Users\\Me\\Downloads\\100_Images\\";
var myDir = "";
var originalName = "";
var originalNameNoExtension = "";
var savedName = "";
var methods;
var resultsDir = myDir + "Results\\";
var savedNameNoExtension = "";
mopidy deps
Platform: Linux-3.12.35+-armv6l-with-debian-7.6
Python: CPython 2.7.3 from /usr/lib/python2.7
Mopidy: 0.19.5 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.0 from /usr/lib/python2.7/dist-packages
tornado>=2.3: 4.0.2 from /usr/local/lib/python2.7/dist-packages
certifi: 14.5.14 from /usr/local/lib/python2.7/dist-packages
backports.ssl-match-hostname: 3.4.0.2 from /usr/local/lib/python2.7/dist-packages
Mopidy-Moped: 0.4.2 from /usr/local/lib/python2.7/dist-packages
setuptools: 11.3.1 from /usr/local/lib/python2.7/dist-packages