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
// @name Enhanced Alpha.App.Net | |
// @description Image previews, Repost links, and Twitter character count on Alpha.App.Net | |
// @namespace http://patik.com/code/user-scripts/ | |
// @include https://alpha.app.net/* | |
// @version v20120903.1 | |
// ==/UserScript== | |
(function _adnenhance_init(win) { | |
var adnenh = {}; |
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 Scroll To Heading From Hash | |
// @author Craig Patik | |
// @namespace http://github.com/cpatik | |
// @version 1.0 | |
// @description Enable jumping to any heading without adding IDs to the heading elements | |
// @include http://* | |
// ==/UserScript== | |
// Site owners can drop the code below into their pages, |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<style> .hidden { display: none; } </style> | |
<script src="zepto.custom.js"></script> | |
<script> | |
$(document).ready(function(e) { | |
// This should print 2 results: #div3 and #div4 | |
console.log("visible:", $("div:visible")); |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>BB6 Collapsible</title> | |
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"> | |
<script src="http://code.jquery.com/jquery-1.5.min.js"></script> | |
<script> | |
$(document).ready(function() { | |
if (/blackberry/i.test(navigator.platform)) { |
NewerOlder