InscriptionConnexion
Image

[SCRIPT] OnPoll




Image


Installation


Prérequis pour Android : Il faut d'abord installer le navigateur Kiwi Browser (équivalent de Chrome)
Chrome Kiwi Browser : play.google.com https://play.google.com/s[...]browser.browser&pli=1

Prérequis pour iPhone : Il faut d'abord installer le navigateur Insight Browser (équivalent de Safari) : apps.apple.com https://apps.apple.com/ap[...]e-store/id1531407280?mt=8

Étape 1 : Installez un gestionnaire d'userscript comme TamperMonkey :
- pour Chrome Chrome, Brave et Mobile (Kiwi) : chrome.google.com https://chrome.google.com[...]fjojejmpbldmpobfkfo?hl=fr
- pour Firefox : addons.mozilla.org https://addons.mozilla.or[...]refox/addon/tampermonkey/
- pour Opera : addons.opera.com https://addons.opera.com/[...]rmonkey-beta/?display=en/
- pour Safari : apps.apple.com https://apps.apple.com/ap[...]3&ct=tm.net&mt=8/
- pour Edge : microsoftedge.microsoft.com https://microsoftedge.mic[...]paadaobahmlepeloendndfphd

Étape 2 : Installez OnPoll
Installez OnPoll en cliquant sur un des liens ci-dessous puis sur le bouton "Installer" dans la fenêtre qui s'ouvre

Liens d'install


jvscript.fr https://jvscript.fr/script/onpoll

Changelog

Version 0.1.0
- premiere version - ajoute l'interface de sondage strawpall sur les topics en remplacement des liens
il y a 2 ans
First
:Ananonche:
il y a 2 ans
Fav
:selec:
il y a 2 ans
Cimer chef
:maracas:
il y a 2 ans
sex
il y a 2 ans-PEMT
First
:Ananonche:
Sympa le onchananas
:Oopsi:
il y a 2 ans
COOL
il y a 2 ans
content que ça vous plaise les clés
il y a 2 ans
Je demande une épingle pour cet Onchien méritant !
:Meyers:


_____
Le délire New Vegas vaincra !
:Sunset_Sarsaparilla:
Viva New Vegas ! Image
il y a 2 ans
Petit up, le script est très important pour les nouveaux.
:Meyers:


_____
Le délire New Vegas vaincra !
:Sunset_Sarsaparilla:
Viva New Vegas ! Image
il y a 2 ans
Excellent, merci
il y a 2 ans
Gg
:love:
il y a 2 ans
// ==UserScript==
// @name OnPoll
// @version 0.1.2
// @description Sondage strawpoll dans vos topics Onche !
// @author RisiOnche
// @match onche.org https://onche.org/topic/*
// @icon www.risishack.com https://www.risishack.com/vljrgv.png
// @grant none
// @downloadURL gist.github.com https://gist.github.com/G[...]0513c9/raw/onpoll.user.js
// @updateURL gist.github.com https://gist.github.com/G[...]0513c9/raw/onpoll.user.js
// ==/UserScript==

(function() {
'use strict';

document.querySelectorAll("a.link[target='_blank']")?.forEach(link => {
const url = link.href;
if(url.startsWith("strawpoll.com https://strawpoll.com/polls/";)){
const id = url.replace('strawpoll.com https://strawpoll.com/polls/';, '').replace('/results', '');
link.insertAdjacentHTML('afterEnd', `<div class="strawpoll-embed" id="strawpoll_${id}" style="height: 480px; max-width: 640px; width: 100%; display: flex; flex-direction: column;"><iframe title="StrawPoll Embed" id="strawpoll_iframe_${id}" src="strawpoll.com https://strawpoll.com/emb[...]/polls/${id}/results"; style="position: static; visibility: visible; display: block; width: 100%; flex-grow: 1;" frameborder="0" allowfullscreen allowtransparency>Loading...</iframe><script async src="cdn.strawpoll.com https://cdn.strawpoll.com/dist/widgets.js"; charset="utf-8"></script></div>`);
}
});
})();


:Pipboy_thanksgiving:


_____
Le délire New Vegas vaincra !
:Sunset_Sarsaparilla:
Viva New Vegas ! Image
il y a 2 ans
Test :

strawpoll.com https://strawpoll.com/polls/40ZmqBDjKZa


_____
Le délire New Vegas vaincra !
:Sunset_Sarsaparilla:
Viva New Vegas ! Image
il y a 2 ans