probleme de script

  • Auteur de la discussion DeletedUser4230
  • Date de début

DeletedUser4230

Invité
bonjour

je n arrive pu a mettre de script

sa me note sa quand j install

// ==UserScript==
// @name TW Gold Jobs Finder (More Languages)
// @namespace ouriel95
// @author ouriel95 (updated by Ouriel95)
// @description Shows a list of all silver and gold jobs!
// @include https://*.the-west.*/game.php*
// @version 1.07
// @grant none
// ==/UserScript==
// translation: Did97(Russian), tw81(Italian), Jakovlev(Hungarian), realfan2002(Romanian), Vebuus/Bartosz86(Polish), Ilja Iljic(Czech), pepe100(Spanish), Ouriel95(German & French), Elly Siranno(Portuguese), ruud99(Dutch)
(function (fn) {
var script = document.createElement('script');
script.setAttribute('type', 'application/javascript');
script.textContent = '(' + fn + ')();';
document.body.appendChild(script);
document.body.removeChild(script);
}) (function () {
GoldJobs = {
version: '1.07',
name: 'Gold Jobs Finder',
author: 'Macabre2077 (updated by Tom Robert)',
minGame: '2.05',
maxGame: Game.version.toString(),
website: 'https://greasyfork.org/scripts/7226',
updateUrl: 'https://raw.githack.com/TomRobert/tw/master/sU.js',
updateAd: 'http://adf.ly/1J00Xr',
toLoad: 0,
loaded: 0,
xMax: 181,
yMax: 79,
blockMaxLength: 300,
dataLoaded: false,
silverJobBbColor: '#708090',
goldJobBbColor: '#AB9930',
preferences: {
jobName: '',





dydy
 

DeletedUser4230

Invité
moxilla

sa marchais bien avant

je viens de faire une mise a jour de mon pc qui viens de supprimé tout les script :(
 
Haut