Skip to content

Instantly share code, notes, and snippets.

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63704435-17', 'auto');
ga('create', 'UA-49569632-3', 'auto', {'name':'second'});
ga('send', 'pageview');
$( ".breezi-app-bdc7dad6ff4418f34e4951fc>div>div>ul>li:nth-child(6)>.content>div" ).append( "<iframe src='http://empowerkit.s3.amazonaws.com/dish/testimonials.htm?testid=949993024' frameborder='0' width='100%' height='700px'>");
$( ".breezi-app-bdc7dad6ff4418f34e4951fc>div>div>ul>li:nth-child(6)>.content>div" ).append( "<iframe src='http://empowerkit.s3.amazonaws.com/dish/testimonials.htm?testid=949993024' frameborder='0' width='100%' height='700px'>");
<link rel="shortcut icon" href="http://empowerkit.s3.amazonaws.com/dish/favicon.ico" type="image/x-icon" />
<!--Custom code for DISH Sites begins -->
<!--To hide the menu until its ready -->
<style>
#section_843a4cf9089dd8b0fbe85b4b73acb69a>div {
visibility:hidden;
<link rel="shortcut icon" href="http://empowerkit.s3.amazonaws.com/dish/favicon.ico" type="image/x-icon" />
<!--Custom code for DISH Sites begins -->
<!--To hide the menu until its ready -->
<style>
#section_843a4cf9089dd8b0fbe85b4b73acb69a>div {
visibility:hidden;
<link rel="shortcut icon" href="http://empowerkit.s3.amazonaws.com/dish/favicon.ico" type="image/x-icon" />
<!--Custom code for DISH Sites begins -->
<!--To hide the menu until its ready -->
<style>
#section_843a4cf9089dd8b0fbe85b4b73acb69a>div {
visibility:hidden;
<!--Custom code for DISH Sites begins -->
<!--To hide the menu until its ready -->
<style>
#section_843a4cf9089dd8b0fbe85b4b73acb69a>div {
visibility:hidden;
}
</style>
<script type='text/javascript'>
$(window).load(function(){
if (window.device.isMobile()) {
$('.ui-btn-inner').css({'white-space':'normal'});
$('.ui-btn-inner').css({'text-overflow':'initial'});
$('.ui-btn-text').css({'white-space':'normal'});
$('.ui-btn-text').css({'text-overflow':'initial'});
$('.ui-grid-b>:nth-child(n)').css({'width':'50%'});
}
});
SystemPreferencesApplication *systemPreferences = [SBApplication applicationWithBundleIdentifier:@"com.apple.systempreferences"];
SystemPreferencesPane *pane = (SystemPreferencesPane *) [[systemPreferences panes] objectWithID:@"com.apple.preferences.internetaccounts"];
SystemPreferencesAnchor *anchor = (SystemPreferencesAnchor *) [[pane anchors] objectWithName:@"com.apple.twitter.iaplugin"];
[systemPreferences activate];
systemPreferences.currentPane = pane;
[anchor reveal]
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preferences.internetaccounts"
get the name of every anchor of pane id "com.apple.preferences.internetaccounts"
reveal anchor "com.apple.twitter.iaplugin" of pane id "com.apple.preferences.internetaccounts"
end tell