This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.defineProperty(HTMLScriptElement.prototype, 'src', { | |
get: function() { | |
return this.getAttribute('src') | |
}, | |
set: function(url) { | |
var prefix = "http://"; | |
if (url.startsWith(prefix)) | |
url = "https://" + url.substr(prefix.length); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(){var f,aa=aa||{},l=this;function ba(t){t=t.split(".");for(var e,n=l;e=t.shift();){if(null==n[e])return null;n=n[e]}return n}function ca(){}function da(t){var e=typeof t;if("object"==e){if(!t)return"null";if(t instanceof Array)return"array";if(t instanceof Object)return e;var n=Object.prototype.toString.call(t);if("[object Window]"==n)return"object";if("[object Array]"==n||"number"==typeof t.length&&void 0!==t.splice&&void 0!==t.propertyIsEnumerable&&!t.propertyIsEnumerable("splice"))return"array";if("[object Function]"==n||void 0!==t.call&&void 0!==t.propertyIsEnumerable&&!t.propertyIsEnumerable("call"))return"function"}else if("function"==e&&void 0===t.call)return"object";return e}function m(t){return"array"==da(t)}function ea(t){var e=da(t);return"array"==e||"object"==e&&"number"==typeof t.length}function n(t){return"string"==typeof t}function fa(t){return"function"==da(t)}var ga="closure_uid_"+(1e9*Math.random()>>>0),ha=0;function ia(t,e,n){return t.call.apply(t.bind,arguments)}function ja(t,e,n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**!checkes6 by Blubbll*/ | |
var es6 = void 0 !== Array.from && void 0 !== Array.of && void 0 !== Math.acosh && void 0 !== Math.hypot && void 0 !== Math.imul && void 0 !== Number.isInteger && void 0 !== Number.isNaN && void 0 !== Number.EPSILON && void 0 !== Object.assign && void 0 !== Promise && void 0 !== Proxy && void 0 !== Map && void 0 !== Set && void 0 !== WeakMap && void 0 !== WeakSet && void 0 !== Symbol; | |
window.WebSocket && es6 && | |
! function(e) { | |
if ("object" == typeof exports && "undefined" != typeof module) module.exports = e(); | |
else if ("function" == typeof define && define.amd) define([], e); | |
else { | |
("undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : this).OneWebSocket = e() | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
const { EventEmitter } = require('events') | |
const ws = require('ws') | |
const _WebSocket = (typeof ws === 'function') ? ws : window.WebSocket | |
const MAXIMUM_RECONNECT_DELAY = 20000 // twenty seconds | |
class OneWebSocket extends EventEmitter { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tn_.labs.userAgent.browser.getIEVersion_ = function(a) { | |
var b = /rv: *([\d\.]*)/.exec(a); | |
if (b && b[1]) return b[1]; | |
b = ""; | |
var c = /MSIE +([\d\.]+)/.exec(a); | |
if (c && c[1]) | |
if (a = /Trident\/(\d.\d)/.exec(a), "7.0" == c[1]) | |
if (a && a[1]) switch (a[1]) { | |
case "4.0": | |
b = "8.0"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="warn"> | |
<style> | |
#warn-wrap { | |
background-color: #f7f7f7; | |
color: #646464; | |
fill: darkslategray; | |
height: 100vh; | |
position: fixed; | |
width: 100vw; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//purge bunny url | |
sw.url.startsWith(process.env.SWHOST) && | |
!_.cache.get(`bunnyPurge_${sw.url}`) && [ | |
_.bunny.purge(sw.url), | |
_.cache.set(`bunnyPurge_${sw.url}), sw.url`) | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Es handelt sich um einen Privatverkauf. Das neue -Recht schreibt vor, dass nun auch bei Privat verkauften Artikeln eine Garantie von einem Jahr und Umtauschrecht gegeben werden muss, es sei denn, dass dies ausdrücklich ausgeschlossen wird. Der hier angebotene Artikel wird von mir privat verkauft. Die Angaben in dieser Artikel-Beschreibung wurden von mir wahrheitsgemäß und nach bestem Wissen und Gewissen gemacht. Ich übernehme keine Garantie. Ferner sind Sie im Gegensatz zum neuen Verbraucherschutzgesetz als Käufer damit einverstanden, keinen Gebrauch vom neuen Garantie-Gesetz zu machen. Darüber hinaus verzichtet der Käufer ausdrücklich auf Umtausch, Reklamationen oder Rückgabe des Artikels. Irrtümer vorbehalten. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Web; | |
using System.Web.Http; | |
using System.Web.Http.Controllers; | |
using System.Web.Http.Routing; | |
using System.Web.Http.WebHost; | |
using System.Web.Routing; | |
using System.Web.SessionState; | |
namespace filetransfer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set title=Word-Dokument | |
::Übergebenen Dateinamen holen | |
set param=%0 | |
::Aktueller Ordner | |
cd /d %~dp0 | |
::TMPDIR | |
set tmp=tmp>nul 2>&1 | |
IF not exist %tmp% (mkdir %tmp%) | |
del /q /s %tmp%\* |