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
/** | |
* Tapatalk mobile detection | |
* | |
* @author Sascha Greuel <[email protected]> | |
* @copyright 2013 Sascha Greuel | |
* @license Creative Commons BY-SA <http://creativecommons.org/licenses/by-sa/3.0/> | |
*/ | |
function detectTapatalk() { | |
var tapatalk_msg = 'This forum has an app for [platform]! Click OK to learn more about Tapatalk.', |
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
/** | |
* QRCode generator | |
* | |
* @author Sascha Greuel | |
* @copyright 2010-2013 Sascha Greuel | |
* @license Creative Commons BY-SA <http://creativecommons.org/licenses/by-sa/3.0/> | |
*/ | |
var qrgen = function () { | |
// Get options |
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
<?php | |
// Imports | |
require_once('./global.php'); | |
/** | |
* Simulate a default api call. If no errors occur, the SFS plugin should work | |
* | |
* @author Sascha Greuel <[email protected]> | |
* @copyright 2010-2013 Sascha Greuel | |
* @license Creative Commons BY-SA <http://creativecommons.org/licenses/by-sa/3.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
$("a.externalURL").each(function() { | |
$(this).removeClass('externalURL'); | |
$(this).prepend('<img src="//www.google.com/s2/favicons?domain=' + this.href + '" alt="" /> '); | |
}); |
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
$(".messageContent").dblclick(function() { | |
var $btn = $(".messageOptions a.button.jsMessageEditButton", this); | |
if($btn.length) { | |
$btn.dblclick(); | |
} | |
}); |
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
/** | |
* Message autosave related classes for WCF (WIP) | |
* | |
* @author Sascha Greuel | |
* @copyright 2014 Sascha Greuel | |
* @license Creative Commons Attribution-NoDerivatives <http://creativecommons.org/licenses/by-nd/4.0/legalcode> | |
*/ | |
/** | |
* Displays and manages an info box for autosaved contents. |
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
// ==UserScript== | |
// @name Facebook Autopoke | |
// @icon http://i.imgur.com/5ShnMqG.png | |
// @namespace http://www.softcreatr.de | |
// @author Sascha Greuel | |
// @description Automatically pokes back people. | |
// @version 1.9.0 | |
// @run-at document-end | |
// @grant none | |
// |
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
<?php | |
namespace wcf\util; | |
/** | |
* Extended math-related functions. | |
* | |
* @author Sascha Greuel <[email protected]> | |
* @copyright Sascha Greuel | |
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> | |
* @package com.woltlab.wcf |
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
// ==UserScript== | |
// @name Get off me! | |
// @namespace https://www.softcreatr.de | |
// @include /^https?://(community|www)\.woltlab\.com/.*$/ | |
// @version 1.0.0 | |
// @grant none | |
// ==/UserScript== | |
var $ignoredUsersSelectors = []; |
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
// ==UserScript== | |
// @name Shopstopper | |
// @namespace https://www.softcreatr.de | |
// @version 0.2 | |
// @description Reminds you, that you already bought this product (if you did...) | |
// @author Sascha "SoftCreatR" Greuel | |
// @match https://pluginstore.woltlab.com/file/* | |
// @grant none | |
// ==/UserScript== |
OlderNewer