Skip to content

Instantly share code, notes, and snippets.

View Tophness's full-sized avatar

Chris Malone Tophness

View GitHub Profile
@0xdevalias
0xdevalias / _chatgpt-ai-rental-property-plugins-agents.md
Last active November 18, 2023 02:13
ChatGPT / similar AI based plugins/agents/etc to assist in finding rental properties
@vikbez
vikbez / aliex_price_unit_ship.js
Created July 19, 2019 19:06
Aliexpress display price per unit with shipping (greasemonkey)
// ==UserScript==
// @name Aliexpress Price per item with shipping
// @namespace http://tampermonkey.net/
// @version 2.0
// @description try to take over the world!
// @author vik
// @match https://www.aliexpress.com/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// ==/UserScript==