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
javascript:(function(){set=false;get=true;rm=false;var s=document.createElement('script');s.src='https://rawgit.com/user19/81f3f6b80cdc3680f49c/raw/24f516577573be86078a4df2281df36ddd65c1c1/kakaku.com.js';s.charset="UTF-8";document.body.appendChild(s)})(); |
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
javascript:(function(){set=true;get=false;rm=false;var s=document.createElement('script');s.src='https://rawgit.com/user19/81f3f6b80cdc3680f49c/raw/24f516577573be86078a4df2281df36ddd65c1c1/kakaku.com.js';s.charset="UTF-8";document.body.appendChild(s)})(); |
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
var main = function(){ | |
if((location.hostname === "s.kakaku.com") || (location.hostname === "m.kakaku.com")) | |
return alert("PC表示でご利用ください。"); | |
if(location.hostname !== "kakaku.com") | |
return alert("ドメインが'kakaku.com'ではありません。"); | |
if(location.pathname.search(/item/) === -1) | |
return alert("商品ページでご利用ください。"); | |
if(set) |
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
var select = function(){ | |
for(var i=1;i<=100;i++) | |
if(!(location.pathname+i in window.localStorage)) | |
return location.pathname+i; | |
} | |
var category = "[" + document.getElementsByClassName("path btmPath")[0].getElementsByTagName("a")[2].getElementsByTagName("span")[0].innerHTML + "]"; | |
var title = document.getElementById("titleBox").getElementsByTagName("h2")[0].innerHTML; | |
var price = document.getElementById("minPrice").getElementsByTagName("span")[0].innerHTML; | |
var obj = {category:category,title:title,price:price}; |
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
javascript:(function(){var s=document.createElement('script');s.src='https://rawgit.com/user19/a9d8bcb465af612f4789/raw/07a683a034d2c93cf31b71e4129d099777820082/quest_point.js';document.body.appendChild(s)})(); |
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
function xhrStart(method,url,data,requestHeader,callback){ | |
var xhr = new XMLHttpRequest(); | |
xhr.onload = function(){ | |
callback(xhr.response); | |
} | |
xhr.open(method,url); | |
if(requestHeader !== null) | |
for(key in requestHeader) | |
xhr.setRequestHeader(key,requestHeader[key]); | |
xhr.responseType = "document"; |
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
javascript:(function(){var d=document;var s=d.createElement('script');s.src='https://rawgit.com/user19/4949c6dedd625b01a067/raw/21711740618d6a0a105d62775b0d9d5bd313a739/work.js';d.body.appendChild(s)})(); |
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
function xhrStart(method,url,data,requestHeader,callback){ | |
var xhr = new XMLHttpRequest(); | |
xhr.onload = function(){ | |
callback(xhr.response); | |
} | |
xhr.open(method,url); | |
if(requestHeader !== null) | |
for(key in requestHeader) | |
xhr.setRequestHeader(key,requestHeader[key]); | |
xhr.responseType = "document"; |
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
javascript:(function(){var d=document;var s=d.createElement('script');s.src='https://rawgit.com/user19/fcd85a4fb646a38ea996/raw/88914b528d37847bf8f0ce553673d5e28ee299d6/devil_battle.js';d.body.appendChild(s)})(); |
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
function xhrStart(method,url,data,requestHeader,callback){ | |
var xhr = new XMLHttpRequest(); | |
xhr.onload = function(){ | |
callback(xhr.response); | |
} | |
xhr.open(method,url); | |
if(requestHeader !== null) | |
for(key in requestHeader) | |
xhr.setRequestHeader(key,requestHeader[key]); | |
xhr.responseType = "document"; |