Skip to content

Instantly share code, notes, and snippets.

View vogler's full-sized avatar

Ralf Vogler vogler

  • Munich, Germany
  • 02:12 (UTC +02:00)
View GitHub Profile
@vogler
vogler / add-rel-next-prev.mydealz.de.tamper.js
Last active April 6, 2022 10:33
mydealz: add rel=next/prev for Nächste/Vorherige Seite
// ==UserScript==
// @name mydealz: add rel=next/prev for Nächste/Vorherige Seite
// @description mydealz: add rel=next/prev for Nächste/Vorherige Seite
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/d3b4622033837df8597fb2ab993888a8/raw/add-rel-next-prev.mydealz.de.tamper.js
// @version 0.1
// @author Ralf Vogler
// @match https://www.mydealz.de/deals/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=mydealz.de
// @grant none
@vogler
vogler / esc-to-close.wertpapiere.ing.de.tamper.js
Last active February 11, 2022 13:02
ING watchlist news: make escape key close popups
// ==UserScript==
// @name ING watchlist news: make escape key close popups
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/b0835ed59bbac093c318c28d9af8d9f9/raw/esc-to-close.wertpapiere.ing.de.tamper.js
// @version 0.1
// @description ING watchlist news: make escape key close popups
// @author Ralf Vogler
// @match *://wertpapiere.ing.de/*
// @grant none
// ==/UserScript==
@vogler
vogler / unmute.videos.epicgames.tamper.js
Last active March 31, 2022 19:56
Tampermonkey: Epic Games: enable sound in videos
// ==UserScript==
// @name Epic Games: unmute videos
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/89e16a9fd170d387aa57c6134a93aa57/raw/unmute.videos.epicgames.tamper.js
// @version 0.2
// @description Clicks the button to enable sound in videos since they start muted by default.
// @author Ralf Vogler
// @match https://store.epicgames.com/*
// @grant none
// ==/UserScript==
@vogler
vogler / sound.stories.instagram.tamper.js
Last active January 7, 2024 16:26
Tampermonkey: Instagram: enable sound in stories
// ==UserScript==
// @name Instagram: unmute stories
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/275939bf98efa9ccfd204c0145e1e658/raw/sound.stories.instagram.tamper.js
// @version 0.8
// @description Clicks the button to enable sound in stories. I want to have sound by default, but there's no option. Clicking it manually everytime is annoying and you can't even click it before you reach a story with sound.
// @author Ralf Vogler
// @match https://www.instagram.com/*
// only needed for https://www.instagram.com/stories/*, but that would only execute it on reload, not if clicked on a story from the start page (router just changes the URL)
// @grant none
@vogler
vogler / Artillery-Genius.md
Last active December 27, 2023 12:48
Artillery Genius Config

image

Software

  • Mainboard firmware: Marlin 2.0.9.2 (fork with config, see Marlin/Configuration{,_adv}.h)
    • diff: nvim -d {Marlin,config/Artillery/Genius}/Configuration.h, same for Configuration_adv.h
      • mostly calibration, new extruder and noise-free PWM for parts fan
      • LIN_ADVANCE instead of S_CURVE_ACCELERATION (don't work together)
    • before 13.11.2020: Marlin 2.0.5.3 (3dprintbeginner) (branch)
  • TFT firmware: artillery_tft_fw_1.27.x_patch_9.2 (digant@thingiverse) (TFT-config.ini)
    • Put in Marlin mode (long press, persists on reboot) when printing with OctoPrint because TFT shares serial connection.
@vogler
vogler / saved-shipping.aliexpress.tamper.js
Last active June 17, 2020 20:01
AliExpress: cart: 'real shipping' = shipping - 'shipping saved'
// ==UserScript==
// @name AliExpress: cart: 'real shipping' = shipping - 'shipping saved'
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/41f0b6a5bead9e4670dc9c9b30454a0e/raw/saved-shipping.aliexpress.tamper.js
// @version 0.2
// @description Show the real shipping cost, i.e. minus the shared/saved shipping. Without this it's hard to optimize shipping since there also might be other savings.
// @author Ralf Vogler
// @match https://shoppingcart.aliexpress.com/shopcart/*
// @grant none
// ==/UserScript==
@vogler
vogler / coupon-percentage.aliexpress.tamper.js
Last active June 16, 2020 12:28
Tampermonkey: AliExpress: show coupon percentage
// ==UserScript==
// @name AliExpress: show coupon percentage
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/2d1bfcd01ad5c248bf0fa38a7cced198/raw/coupon-percentage.aliexpress.tamper.js
// @version 0.1
// @description Show percentage for each coupon.
// @author Ralf Vogler
// @match https://coupon.aliexpress.com/buyer/coupon/*
// @grant none
// ==/UserScript==
@vogler
vogler / fix-price.aliexpress.tamper.js
Last active November 2, 2023 14:03
Tampermonkey: AliExpress: show total price incl. shipping
// ==UserScript==
// @name AliExpress: show total price incl. shipping
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/ea7e21d67cb8a3a0c701ecb25839a4ec/raw/fix-price.aliexpress.tamper.js
// @version 0.6
// @description Show the total price (item price + shipping) per item.
// @author Ralf Vogler
// @match https://www.aliexpress.com/wholesale*
// @match https://www.aliexpress.com/af/*
// @grant none
@vogler
vogler / surfingkeys.js
Last active December 29, 2021 08:51
Surfingkeys config
// https://github.com/brookhong/Surfingkeys/wiki/Migrate-your-settings-from-0.9.74-to-1.0
const {
aceVimMap,
mapkey,
imap,
imapkey,
iunmap,
getClickableElements,
vmapkey,
map,
@vogler
vogler / auto-login.aliexpress.tamper.js
Last active May 7, 2020 19:40
Tampermonkey: AliExpress: auto-login via Facebook
// ==UserScript==
// @name AliExpress: auto-login
// @namespace https://gist.github.com/vogler
// @downloadURL https://gist.github.com/vogler/d8461ff3b272c772527800763a772750/raw/auto-login.aliexpress.tamper.js
// @version 0.1
// @description Auto-login via Facebook since it doesn't require entering a captcha
// @author Ralf Vogler
// @match *://login.aliexpress.com/*
// @grant none
// ==/UserScript==