Compare commits

...

2 Commits

Author SHA1 Message Date
Juhani Krekelä d9443aa9c1 Rename multisite fixers after how they work 2020-12-27 00:26:38 +02:00
Juhani Krekelä 8a8b78236d Add Gizmodo to kotaku.js 2020-12-27 00:24:45 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// ==UserScript==
// @name Atlas Obscura Image Fixer
// @name data-src Image Fixer
// @version 1
// @grant none
// @match https://www.atlasobscura.com/*

View File

@ -1,8 +1,9 @@
// ==UserScript==
// @name Kotaku Image Fixer
// @name data-srcset Image Fixer
// @version 1
// @grant none
// @match https://kotaku.com/*
// @match https://*.gizmodo.com/*
// ==/UserScript==
function fixImages() {