Skip to content

Instantly share code, notes, and snippets.

View ByteSizedMarius's full-sized avatar

Marius ByteSizedMarius

View GitHub Profile
@ByteSizedMarius
ByteSizedMarius / main.dart
Created November 9, 2023 14:35
Flutter: Sending AdGuard intents (Tasker Automation Interface)
// https://adguard.com/kb/adguard-for-android/solving-problems/tasker/
// https://pub.dev/packages/android_intent_plus
import 'package:android_intent_plus/android_intent.dart';
Future<void> setAdguard(bool active, {bool quiet=false}) async {
AndroidIntent intent = AndroidIntent(
action: active ? "start" : "stop",
componentName: "com.adguard.android.receiver.AutomationReceiver",
package: "com.adguard.android",
@ByteSizedMarius
ByteSizedMarius / ExtractSavedPlacesGMaps.md
Last active May 24, 2024 01:32
Google Maps: Extract places from shared list

Edit: This doesn't work for lists > 20 items, because pagination does not work. Please see here

This script allows extracting name and coordinates for gmaps shared lists. It is incredibly unstable and may break anytime. Good luck figuring out why, because the syntax is extremely confusing and basically makes no sense at all. Thanks to google for not providing an api for this after LITERALLY 12 YEARS

How to use this script:

  1. Share a list and open the link in a browser window. It will redirect. The new link will look like this: google.com/maps/@<your coords>/data=....
  2. Take the data-portion and paste it into the following link: https://google.com/maps/@/data=?ucbcb=1