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
import bpy | |
# make sure to append shader first or uncomment the following lines and change path | |
# with bpy.data.libraries.load( | |
# "D:\Xodd\Blender-miHoYo-Shaders\miHoYo - Genshin Impact.blend" | |
# ) as (data_from, data_to): | |
# data_to.materials = data_from.materials | |
def findDressMaterialName(matName): | |
for material in bpy.data.materials: |
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 _0x3a4dcb = "0wMrYU+ixjJ4QdzgfN2HlyIVAt3sBOZnCT9Lm7uFDovkb/EaKpRWhqXS5168ePcG"; | |
dec = function(key) { | |
key = "".concat(key); | |
i = 0; | |
for (; i < key.length; i++) { | |
if (255 < key.charCodeAt(i)) { | |
return null; | |
} | |
} | |
var string = ""; |
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
t1 = function (t) { | |
//fmovies | |
a = 'eST4kCjadnvlAm5b1BOGyLJzrE90Q6oKgRfhV+M8NDYtcxW3IP/qp2i7XHuwZFUs' | |
//9anime a = '0wMrYU+ixjJ4QdzgfN2HlyIVAt3sBOZnCT9Lm7uFDovkb/EaKpRWhqXS5168ePcG' | |
for (t = ''.concat(t), i = 0; i < t.length; i++) | |
if (255 < t.charCodeAt(i)) | |
return null; | |
for (var n = "", i = 0; i < t.length; i += 3) { | |
var u = [ | |
void 0, |
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
<html lang="en"><head><style class="vjs-styles-defaults"> | |
.video-js { | |
width: 300px; | |
height: 150px; | |
} | |
.vjs-fluid { | |
padding-top: 56.25% | |
} | |
.modal_box { |
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"> | |
<meta name="viewport" content="user-scalable=no, width=640,target-densitydpi=device-dpi"> | |
<meta http-equiv="Cache-Control" content="no-cache"> | |
<meta name="format-detection" content="telephone=no"> | |
<title>コナンポータル</title> | |
<script type="text/javascript" src="https://d13pfiarlfuqu5.cloudfront.net/res/common/js/jquery-2.1.3.min.js"></script> | |
<script type="text/javascript" src="https://d13pfiarlfuqu5.cloudfront.net/res/common/js/common.js?201604081900"></script> |
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
title:風邪をひいたコナン | |
,Quote:蘭「大丈夫、コナン君?」 | |
コナン「う~ん…大したことないって…」 | |
蘭「ダメよ…ほらぁ! おでこ熱いじゃない!」 | |
コナン「そ、そういう熱の測り方しないでよ、子供じゃあるまいし…」 | |
蘭「立派な子供です…なに照れてるんだか…はい、じゃあお熱を測りますよー…」 | |
コナン「………」 | |
蘭「38度5分…かなりあるわね…きょうはゆっくり寝てなさい!」 | |
コナン「はーい…」, | |
url:https://d13pfiarlfuqu5.cloudfront.net/res/voice/story/mp3/STORY_SE01.mp3 |
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
//META{"name":"showAllGuildsMsg"}*// | |
class showAllGuildsMsg { | |
getName() { | |
return "showAllGuildMsg"; | |
} // Name of your plugin to show on the plugins page | |
getDescription() { | |
return "raw discord messages without specfic channel"; | |
} // Description to show on the plugins page |
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 Save stickers zip Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description add sticker link next to gift or see other items button | |
// @author Modder4869 | |
// @match https://store.line.me/stickershop/product/* | |
// @grant none | |
// ==/UserScript== |
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
body { | |
counter-reset: roles; | |
} | |
[class^="userPopout"] > [class^="body"] > [class*="rolesList"] > [class*="role"]{ | |
counter-increment: roles; | |
} | |
[class^="userPopout"] > [class^="body"] >[class^="bodyTitle"]:nth-of-type(2):before{ | |
content: ' roles ['counter(roles)'] , ' | |
} |
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
//META{"name":"Server_Grid","description":"Display servers in 3 column grid","author":"Jiiks","version":"1.0"}*//{} | |
.guildsWrapper-5TJh6A{width: 180px;} | |
.guildsWrapper-5TJh6A .scroller-wrap{width: 200px;} | |
.guildsWrapper-5TJh6A .guilds-1q_RqH { | |
display: flex; | |
flex-flow: row wrap; | |
padding-left: 0; | |
align-content: flex-start; | |
} |