This file contains 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
@@||mellowads.com/css/ | |
@@||mellowads.com/js/ | |
@@||mellowads.com/img/ | |
@@||mellowads.com/fonts/ | |
@@||mellowads.com/api/ |
This file contains 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
\%\([^\(\)]+\)[^s] |
This file contains 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 Twitch thin mode video above chat | |
// @namespace http://shameen.info/ | |
// @version 0.4 | |
// @description Puts video above chat when the window is thin (below 900px) | |
// @author Shameen | |
// @match *.twitch.tv/* | |
// @exclude *.twitch.tv/*/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// @downloadURL https://gist.github.com/shameen/0defdade3687070d13f5/raw/81d68c9ff0cb7084ed027d7ad4eed3dd99487474/twitchthin.user.js |
This file contains 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 watch2gether big player | |
// @namespace shameen.info | |
// @version 0.9.3 | |
// @description Larger player, hidden (toggleable) chat, playlist next to player, search results larger | |
// @author Shameen | |
// @match http://www.watch2gether.com/rooms/* | |
// @match https://www.watch2gether.com/rooms/* | |
// @downloadURL https://gist.github.com/shameen/447233b37a44bdca3356/raw/ | |
// @require https://code.jquery.com/jquery-2.1.4.min.js |
This file contains 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 | |
/*shameen.info*/ | |
function shameen_print_table($tablename) { | |
$data = mysql_query('SELECT * FROM accounts'); | |
$cols = mysql_query('SHOW COLUMNS FROM `accounts`'); | |
print '<table id="accounts">'; | |
print '<tr>'; | |
while ($row = mysql_fetch_row($cols)) { | |
print '<th>'.$row[0].'</th>'; |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Web Page</title> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<link rel="icon" href="/favicon.ico" /> | |
<!--jQuery, Bootstrap--> |
NewerOlder