Daily Shaarli

All links of one day in a single page.

November 14, 2023

Cannot paste clipboard content when reviewing on itch.io

This has been reported several times:

As of november 2023, I found a workaround: type this in your browser console:
window.$.Redactor.prototype.paste = () => ({})

I do not fully understand the underlying problem, but I found out that itch.io uses the Redactor rich text editor, and this line of code disables all the convoluted clipboard-pasting management that this Javascript library does.

You can configure your browser to run this JS code line on every visit on a itch.io game page by using a GreaseMonkey or ViolentMonkey script like this:

// ==UserScript==
// @name        itch.io-clipboard-paste-fix
// @namespace   Violentmonkey Scripts
// @match       https://*.itch.io/*
// @grant       none
// @version     1.0
// @author      Lucas Cimon
// @description Enable clipboard pasting in itch.io review forms
// ==/UserScript==

window.$.Redactor.prototype.paste = () => ({})
Sombre : Terminatrice

Logo Sombre

Sombre est un jeu de rôle d’horreur. Il met en scène des antihéros qui essaient de survivre dans un monde particulièrement violent et hostile. L’univers de jeu proposé est celui des films d’horreur.

C'est une création de Johan Scipion dont j'affectionne particulièrement la version Sombre Zéro, car …