Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
<? | |
//セッションの開始 | |
session_start(); | |
require_once "croudia4php.php"; | |
require_once "config.php"; | |
//code パラメータがあるかどうかをチェック | |
if (!isset($_GET["code"])){ |
// ==UserScript== | |
// @name Croudiaを使いやすくする奴 | |
// @namespace croudiaeasy | |
// @description Croudiaを使いやすくしたい | |
// @match https://croudia.com/* | |
// @require https://code.jquery.com/jquery-1.10.2.min.js | |
// @version 1.3 | |
// ==/UserScript== | |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
RewriteEngine on | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME}\.php -f | |
RewriteRule ^(.*)$ $1.php |
var mes= "(・〜・)mogmog するのは義務なんです! "; | |
for(var i=1;i<3000;i++){ | |
document.getElementsByTagName("body")[0].innerText+=mes; | |
} |
Uh oh, something went wrong! Please fix following issues: | |
Translation Other invalid mustache template: undefined method `[]' for nil:NilClass |
{ | |
"cmd": ["coffee", "-cm", "$file"], | |
"selector": "source.coffee", | |
"osx": | |
{ | |
"path": "/usr/local/bin:$PATH" | |
}, | |
"windows": |
jQuery(function($){ | |
var height = $('#container').outerHeight(); | |
height = height + 'px'; | |
$('#main').css('height',height); | |
$('#sidebar').css('height',height); | |
// sidebarプルダウンメニュー | |
$("ul.children").hide(); |
javascript:(function(){ | |
window.open( | |
'https://share-on-croudia.herokuapp.com/write?id=&uri=' | |
+encodeURIComponent(document.location) | |
+'&title='+encodeURIComponent(document.title) | |
) | |
})() |
<?php | |
/* | |
Plugin Name: シングルページ定型文 | |
Plugin Uri: https://ja.forums.wordpress.org/topic/143608 | |
Description: 投稿ページの共有ボタンの前に定型文を挿入します。 | |
Author: Hinaloe | |
Author Uri: http://blog.hinaloe.net/ | |
*/ | |
add_filter('the_content', |