Skip to content

Instantly share code, notes, and snippets.

View MichaelSingh24's full-sized avatar

MichaelSingh24

View GitHub Profile
@jackm
jackm / kijiji_repost_ad_simple.user.js
Last active July 31, 2017 03:27
Greasemonkey/Tampermonkey script for simple ad re-posting on Kijiji.ca
// ==UserScript==
// @name Kijiji Repost Ad Simple
// @namespace KijijiScripts
// @version 0.3.1
// @description Allows for easy and free ad reposting on Kijiji when managing your ads. A new link named "Repost Ad" will appear in the ad manage widget as well as on the My Kijiji page for each ad.
// @match http://www.kijiji.ca/v-view-details.html?*
// @match https://www.kijiji.ca/v-view-details.html?*
// @match https://www.kijiji.ca/m-my-ads.html*
// @grant none
// ==/UserScript==