Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 16:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Flash blockt Userscript

Discussion on Flash blockt Userscript within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,039
Received Thanks: 8,243
Flash blockt Userscript

Ich habe für jemanden ein Userscript schreiben wollen, doch da gibt es anscheinend ein kleines Problem.
Und zwar habe ich mir ein Userscript geschrieben. Das soll bei einem Spiel (Flash) noch 2 Elemente auf der Seite hinzufügen. Jedoch blockt Flash irgendwie die Ausführung und es passiert nichts.
Und wenn ich diese Elemente hinzufüge, lädt die Seite neu, aber die Elemente tauchen nicht auf.
Wie kann ich das am besten "umgehen"?

Code falls nötig:
Code:
// ==UserScript==
// @name       Tanki Online Serverswitcher
// @namespace  tankionline
// @version    0.2
// @description  Tanki Online Serverswitcher
// @match      http://*.tankionline.com/*
// @copyright  2014 Requi
// ==/UserScript==
var script = document.createElement('script');
script.src = 'http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js';
script.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(script);
var serverid = document.URL;
var node = document.getElementById('AlternativaLoader');
$('#AlternativaLoader').css('height', '90%');
serverid = serverid.split('-de')[1];
serverid = serverid.split('.')[0];
var left = document.createElement('a');
var right = document.createElement('a');
left.innerHTML = '<a href="http://tankionline.com/battle-de' + (parseInt(serverid) - 1) + '.html"><img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-arrow-left-icon.png"></a>';
right.innerHTML = '<a href="http://tankionline.com/battle-de' + (parseInt(serverid) + 1) + '.html"><img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-arrow-right-icon.png"></a>';
node.appendChild(left);
node.appendChild(right);
Requi is offline  
Reply


Similar Threads Similar Threads
Suche jemand der sich mit Flash (Swf, Adobe Flash) auskennt | Biete 100 eG !!!
05/20/2012 - elite*gold Trading - 0 Replies
Im Titel steht alles. Bitte per PN melden
[FLASH]Eine Homepage aus Flash!
06/26/2010 - Coding Tutorials - 2 Replies
Vorerst möchte ich Anmerken, dass dieses Tutorial nicht von mir geschrieben wurde, aber dennoch finde ich, dass so ein Tutorial auf dem FOrum nicht fehlen darf ;) Also dann lass ichs mal los gehen :) Eine komplette Homepage in Flash Du kennst das. Dir kommt auf der Straße ein hübsches Mädchen entgegen und sie spricht dich an. Ihr kommt ins Gespräch und sie zeigt dir ihre obercoole Flash-Homepage. Du hast aber nur ne olle HTML-Homepage und sie haut dir eine Ohrfeige und geht. Doch...
[Flash]How to make Flash Movies/Games
05/31/2010 - Coding Tutorials - 4 Replies
Hallo Elitepvpers! Als allererstes möchte ich sagen, ich habe dieses Tutorial in dieser Section gemacht, weil es ja etwas mit Code zu tuen hat! Index -Was ist Flash -Selbst erstelltes Flash -How to make Flash Movies -Tipps zu den Movies -How to make Flash Games
FLASH!!!! FLASH!!! Metin2 DATABASE(DB)!!!
06/27/2009 - Metin2 Private Server - 26 Replies
http://www.forumcaptan.com/showthread.php?p=695#po st695



All times are GMT +2. The time now is 16:16.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.