KINNPORSCHE The Novel [English Translation] | Penana (2024)

menu

Penana

search

'+storytype+' · '+element.user_name+'

'}).appendTo('.now_reading').hide().fadeIn();});// space at bottom$('

', {class: "padding10px"}).appendTo('.now_reading');}}});}// log click recent read event$('div').on('click', '.recentreads', function(e) {e.stopPropagation();var url_target = $(this).attr('href');sendevent("recentreads", 'desktop', url_target);});// log clicks of search results$('div').on('click', '.searchresult', function(e) {e.stopPropagation();var url_target = $(this).attr('href');sendevent("searchresult", 'desktop', url_target);});var img_rootpath = 'https://static2.penana.com';// field value on search fieldvar searchword = $('.searchfield').val();if(searchword != null && searchword.length>0){//toggleSearch(); // jumpy experience$('.searchfield').val(searchword);setTimeout(function(){ $('.searchfield').trigger("input");}, 1);}// on mobile$('.mobilesearch').on('click', function(e) {e.stopPropagation();e.preventDefault();$(".searchform").toggleClass("expand");});// search button$('.searchfield').on('focus', function(e) {e.stopPropagation();toggleSearch();});if ($('.searchfield').is(":focus")) { $('.searchfield').focus(); //console.log("focused");}//button Dropdown$(document).mousedown(function(e) {if($(e.target).parents('.searchform').length > 0){ return true; }$('.searchsuggestion').hide();$("form.search").removeClass("active");/*if($(e.target).is('.searchfield') || $(e.target).is('.tags_suggest')){ e.preventDefault(); return; }$('.searchsuggestion').hide();*/});function showMagazineData(element, position){if(element.pic == null || element.pic.length==0){var storycover = "https://static2.penana.com/img/index/collabs.svg";var iconspecial = "";} else {var storycover = img_rootpath+"/fit-in/200x200/images/plan"+element.pic;var iconspecial = "storyicon";}var storytype = 'Magazine';$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult toinner',href: "/magazine/"+element.id,html: "

"+element.name+'

'+storytype+'

'}).appendTo(position);}function showPicksData(element, position){if(element.cover_pic == null || element.cover_pic.length==0){var storycover = "https://static2.penana.com/img/index/pick.svg";var iconspecial = "";} else {var storycover = img_rootpath+"/fit-in/90x90/images/banner"+element.cover_pic;var iconspecial = "storyicon";}var storytype = 'Reading List';$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult toinner',href: "/storypicks/"+element.id,html: "

"+element.name+'

'+storytype+'

'}).appendTo(position);}var searchprompt = $('.searchsuggestion').html();$('div,html').on('input', '.searchfield', function(e) { e.stopPropagation(); recentRead = ""; var searchfield = $(this);var tag_count = 0;var product_count = 0;var story_count = 0;var user_count = 0;var society_count = 0; $('.searchsuggestion').scrollTop(0); var val = $(searchfield).val();var dataString = 'return=json&tag='+ val;$('.searchword').val(val);//var isDivSelected = 0; // indicator for whether pressing [enter] key would //console.log(val);//console.log(dataString);if(val==""){$('.searchsuggestion').html(searchprompt);// load ready pageloadSearchPre();return false;} else {$.ajax({type: "POST",url: "/searchsuggest.php", // Database name search data: dataString,cache: false,success: function(data){//console.log(data);if(val !== $(searchfield).val()){return false;}if(data.length > 0){//console.log(data);// fix bug when backspacing fastlyvar nowvalue =$('.searchfield').val();if(nowvalue.length == 0 || nowvalue != val){return false;}sendevent('search', 'desktop', val);$('.searchsuggestion').html('');var position = $(".searchsuggestion");// new datavar suggestJson = JSON.parse(data);$.each(suggestJson, function(index, element) {//console.log(element);if(element.type == 'tag'){if(tag_count < 2){var tag_name = element.tag_name;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');// print list of tags$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult',href: "/tag?name="+encodeURIComponent(tag_name)+"&fromsearch="+val,html: '

'+bold_tag_name+'

Popular Tag · '+element.story_count+' Works

'}).appendTo('.searchsuggestion');}tag_count++;} else if(element.type == 'product' || element.type == 'physical_book'){if(product_count < 3){var tag_name = element.name;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');if(element.pic == null || element.pic.length==0){var storycover = "https://static.penana.com/img/index/shop.png";var iconspecial = "";} else {var storycover = "https://static.penana.com/images/product"+element.pic;var iconspecial = "storyicon";}if(element.type == 'physical_book'){var storytype = "Physical Book";} else {var storytype = "Product";}var pricing = element.symbol+(element.price/100);$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult',href: "/product.php?id="+element.id,html: "

"+bold_tag_name+'

'+storytype+' · '+pricing+'

'}).appendTo('.searchsuggestion');}product_count++;} else if(element.type == 'story'){if(story_count < 3){var tag_name = element.title;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');if(element.book_cover == null || element.book_cover.length==0){var storycover = "https://static2.penana.com/img/stories_golden.svg";if(element.story_type == "C"){var storycover = "https://static2.penana.com/img/contests_golden.svg";}var iconspecial = "";} else {var storycover = "https://static2.penana.com/images/books"+element.book_cover;var iconspecial = "storyicon";}if(element.story_type == "C"){var storytype = "Contest";} else if(element.genre_sid > 50){var storytype = "Articles";} else if(element.subgenre1 == 27 || element.subgenre2 == 27 ){var storytype = "Comic";} else {var storytype = "Story";}$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult',href: "/story.php?id="+element.id,html: "

"+bold_tag_name+'

'+storytype+' · '+element.user_name+'

'}).appendTo('.searchsuggestion');}story_count++;} else if(element.type == 'user'){if(user_count < 2){var tag_name = element.user_name;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');if(element.profile_picture == null || element.profile_picture.length==0){var useravatar = "https://static.penana.com/img/default.png";} else {var useravatar = "https://static.penana.com/images/users/large"+element.profile_picture;}// print list of users$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult',href: "/user/"+element.id+"?fromsearch="+val,html: '

'+bold_tag_name+'

Writer · '+element.follow_count+' Followers

'}).appendTo('.searchsuggestion');}user_count++;} else if(element.type == 'society'){if(society_count<2){var tag_name = element.name;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');if(element.profile_picture == null || element.profile_picture.length==0){var societypic = "https://static.penana.com/images/society/default.png";} else {var societypic = "https://static.penana.com/images/society/large"+element.picture;}// print list of societies$('', {id: 'tsg'+element.id,class: 'suggestitem ddrow searchresult',href: "/society.php?id="+element.id+"&fromsearch="+val,html: '

'+bold_tag_name+'

Society · '+element.member+' Members

'}).appendTo('.searchsuggestion');}society_count++;}else if(element.type == 'magazine'){var tag_name = element.title;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');element.name = bold_tag_name;showMagazineData(element, position);} else if(element.type == 'picks'){var tag_name = element.list_title;var bold_tag_name = tag_name.replace(RegExp(val, 'gi') , '$&');element.name = bold_tag_name;showPicksData(element, position);}});} else {//$('.suggestionfrd').html(data);}$('', {id: 'searchmore',class: 'suggestitem ddrow searchresult',href: "/search.php?t=story&search="+val+"&fromsearch="+val,html: 'See more results for ""'}).appendTo('.searchsuggestion');$('.searchword').html(val);// space at bottom$('

', {class: "padding10px"}).appendTo('.searchsuggestion');}});} });});

Loginarrow_drop_down

Registerarrow_drop_down

  • Writer

    coffeesiuss

    Hello!

    See more

campaignRequest update 12

Report this story

KINNPORSCHE The Novel [English Translation] | Penana (5)

KINNPORSCHE The Novel [English Translation]

romanceactionr18lgbtmafiagayromancebxbbossmxmgaypridemafiabossbodyguardkinnporschematured

RCompleted

KINNPORSCHE The Novel [English Translation] | Penana (6)

453.6K

KINNPORSCHE The Novel [English Translation] | Penana (7)

970

KINNPORSCHE The Novel [English Translation] | Penana (8)

842

KINNPORSCHE The Novel [English Translation] | Penana (9)

1,338.7K

KINNPORSCHE The Novel [English Translation] | Penana (10)

47

Start Reading >

Bookmark!


swap_vert

#1INTRO: LOVE IS THE WORST25 Likes92354 Reads8 Comments☰#200: STARTS WITH WORST25 Likes83302 Reads0 Comments☰#301: DEJA VU13 Likes42105 Reads0 Comments☰#402: MASTER OF THE HUNT18 Likes30481 Reads0 Comments☰#503: THE HUNT23 Likes24672 Reads0 Comments☰#604: PRESSURE15 Likes21247 Reads0 Comments☰#705: CHOICES19 Likes19368 Reads2 Comments☰#806: RIGHT OR WRONG22 Likes17617 Reads0 Comments☰#907: FIRST DAY17 Likes16889 Reads0 Comments☰#1008: FORGOTTEN17 Likes16910 Reads0 Comments☰#1109: TIRED19 Likes16304 Reads0 Comments☰#1210: CHANGED17 Likes16274 Reads0 Comments☰#1311: INSANITY17 Likes16908 Reads0 Comments☰#1412: SUSPICION16 Likes16287 Reads2 Comments☰#1513: OMEN19 Likes15370 Reads0 Comments☰#1614: APPROPRIATE22 Likes17542 Reads2 Comments☰#1715: INSTINCT (R+18)21 Likes33200 Reads0 Comments☰#1816: WOUNDS (R+18)16 Likes28899 Reads1 Comment☰#1917: CONSTANT REMINDER (R+18)19 Likes26446 Reads6 Comments☰#2018: FEEL17 Likes18446 Reads0 Comments☰#2119: LOST15 Likes15138 Reads0 Comments☰#2220: LOOP13 Likes14673 Reads0 Comments☰#2321: SHAKING11 Likes15316 Reads0 Comments☰#2422: DISTRACTED13 Likes16749 Reads0 Comments☰#2523: DELETE [R+18]15 Likes26337 Reads0 Comments☰#2624: OVERTHINK [R+18]12 Likes22181 Reads0 Comments☰#2725: CAN’T STOP11 Likes17458 Reads0 Comments☰#2826: BACK11 Likes13501 Reads0 Comments☰#2927: ENOUGH10 Likes12018 Reads0 Comments☰#3028: QUESTION12 Likes11725 Reads0 Comments☰#3129: END13 Likes12220 Reads0 Comments☰#3230: TOO LATE9 Likes13264 Reads0 Comments☰#3331: EDIT11 Likes12904 Reads1 Comment☰#3432: UNRAVEL9 Likes13393 Reads0 Comments☰#3533: FEELINGS [R+18]14 Likes22833 Reads0 Comments☰#3634: AGAIN10 Likes14636 Reads0 Comments☰#3735: PORSCHE’S DAY9 Likes14515 Reads0 Comments☰#3836: GONE9 Likes13174 Reads1 Comment☰#3937: BACK4 Likes11718 Reads1 Comment☰#4038: SEARCH7 Likes9838 Reads1 Comment☰#4139: TROUBLE7 Likes9378 Reads0 Comments☰#4240: UNTRUE7 Likes9086 Reads0 Comments☰#4341: IF NOT TRUE7 Likes8781 Reads0 Comments☰#4442: REVEAL5 Likes9290 Reads2 Comments☰#4543: REAL STORY8 Likes9308 Reads0 Comments☰#4644: THE TRUTH, THE LAST STORY5 Likes13744 Reads2 Comments☰#47SPECIAL ENDING7 Likes14684 Reads3 Comments☰#4800: VEGASPETE SIDE STORY12 Likes19658 Reads2 Comments☰#4901: VEGASPETE SIDE STORY9 Likes13843 Reads0 Comments☰#5002: VEGASPETE SIDE STORY10 Likes14166 Reads0 Comments☰#5104: VEGASPETE SIDE STORY [R+18]9 Likes21108 Reads0 Comments☰#5205: VEGASPETE SIDE STORY [R+18]11 Likes22265 Reads0 Comments☰#5306: VEGASPETE SIDE STORY10 Likes16447 Reads0 Comments☰#5407: VEGASPETE SIDE STORY10 Likes15416 Reads0 Comments☰#5501: VEGASPETE SIDE STORY [VIP]9 Likes18974 Reads0 Comments☰#5608: VEGASPETE SIDE STORY [R+18]8 Likes27291 Reads0 Comments☰#5710: VEGASPETE SIDE STORY8 Likes17493 Reads0 Comments☰#5802: VEGASPETE SIDE STORY [VIP]9 Likes17724 Reads0 Comments☰#5903: VEGASPETE SIDE STORY [VIP]7 Likes14821 Reads0 Comments☰#6004: VEGASPETE SIDE STORY [VIP]6 Likes16313 Reads0 Comments☰#6105: VEGASPETE SIDE STORY [VIP]26 Likes19915 Reads2 Comments☰

Non-Commercial English translations of KP รักโคตรร้าย สุดท้ายโคตรรัก novel written by the writing duo DAEMI which has been adapted into a Thai Boys' Love Series with the same title directed by Khom Kongkiat Khomsiri and Pepzi Banchorn Vorasataree

Status: COMPLETED

DISCLAIMERS: This work was published NOT for any commercial use and NOT to gain any profits. This is 100% fan-translated.

SYNOPSIS:

The second son of the Mafia, Kinn Theerapanyakul, was assaulted by an enemy causing him to flee from them until he met Porsche Kittisawasd, a young student who was hired as a part-time waiter at an entertainment establishment. Porsche saw the scene in the entertainment establishment but didn't pay much attention to it.

But then, Kinn made an offer. If Porsche could save him from his enemies, he would pay a certain amount in return. Porsche, who has the best martial arts degree and is a national judo champion, decides to get involved and helps Kinn escape. Due to his striking combat skills, Kinn wants to hire Porsche to be his personal bodyguard.

Porsche opposed and rejected Kinn, who would do anything to get what he wanted. After being terrorized by Kinn's enemies and Kinn, he had no choice but to agree. Porsche didn't want to be a part of this dangerous world because he was afraid that the only person he loved, his brother Porchay Kittisawasd, would get hurt. Porsche accepts Kinn's ridiculous agreements and moves in to live with him.

There is still a mystery that Porsche has to face with some very unexpected events. Moreover, the intimacy with Kinn creates a turbulent feeling in their hearts that starts to shake and become love. That path will not be easy because of the many problems and many obstacles that will come to test their love, he must stand up to endure all the problems he faces.

Source: LazySubber

favorite

KINNPORSCHE The Novel [English Translation] | Penana (16)

57 likes

Jasonwsl Audrey Halle Kemp Mk Monica Jebiwot Phantom0308 Bang Di Barbasiawro sam chloexbi Ancsa idfiw Miranda Roggio Kinnporsche Lisa Kphowtocallmeh Valentina Cuadros Alfa*gem Sky Debbi Mueller Foreman

swap_vert

#1INTRO: LOVE IS THE WORST25 Likes92354 Reads8 Comments☰#200: STARTS WITH WORST25 Likes83302 Reads0 Comments☰#301: DEJA VU13 Likes42105 Reads0 Comments☰#402: MASTER OF THE HUNT18 Likes30481 Reads0 Comments☰#503: THE HUNT23 Likes24672 Reads0 Comments☰#604: PRESSURE15 Likes21247 Reads0 Comments☰#705: CHOICES19 Likes19368 Reads2 Comments☰#806: RIGHT OR WRONG22 Likes17617 Reads0 Comments☰#907: FIRST DAY17 Likes16889 Reads0 Comments☰#1008: FORGOTTEN17 Likes16910 Reads0 Comments☰#1109: TIRED19 Likes16304 Reads0 Comments☰#1210: CHANGED17 Likes16274 Reads0 Comments☰#1311: INSANITY17 Likes16908 Reads0 Comments☰#1412: SUSPICION16 Likes16287 Reads2 Comments☰#1513: OMEN19 Likes15370 Reads0 Comments☰#1614: APPROPRIATE22 Likes17542 Reads2 Comments☰#1715: INSTINCT (R+18)21 Likes33200 Reads0 Comments☰#1816: WOUNDS (R+18)16 Likes28899 Reads1 Comment☰#1917: CONSTANT REMINDER (R+18)19 Likes26446 Reads6 Comments☰#2018: FEEL17 Likes18446 Reads0 Comments☰#2119: LOST15 Likes15138 Reads0 Comments☰#2220: LOOP13 Likes14673 Reads0 Comments☰#2321: SHAKING11 Likes15316 Reads0 Comments☰#2422: DISTRACTED13 Likes16749 Reads0 Comments☰#2523: DELETE [R+18]15 Likes26337 Reads0 Comments☰#2624: OVERTHINK [R+18]12 Likes22181 Reads0 Comments☰#2725: CAN’T STOP11 Likes17458 Reads0 Comments☰#2826: BACK11 Likes13501 Reads0 Comments☰#2927: ENOUGH10 Likes12018 Reads0 Comments☰#3028: QUESTION12 Likes11725 Reads0 Comments☰#3129: END13 Likes12220 Reads0 Comments☰#3230: TOO LATE9 Likes13264 Reads0 Comments☰#3331: EDIT11 Likes12904 Reads1 Comment☰#3432: UNRAVEL9 Likes13393 Reads0 Comments☰#3533: FEELINGS [R+18]14 Likes22833 Reads0 Comments☰#3634: AGAIN10 Likes14636 Reads0 Comments☰#3735: PORSCHE’S DAY9 Likes14515 Reads0 Comments☰#3836: GONE9 Likes13174 Reads1 Comment☰#3937: BACK4 Likes11718 Reads1 Comment☰#4038: SEARCH7 Likes9838 Reads1 Comment☰#4139: TROUBLE7 Likes9378 Reads0 Comments☰#4240: UNTRUE7 Likes9086 Reads0 Comments☰#4341: IF NOT TRUE7 Likes8781 Reads0 Comments☰#4442: REVEAL5 Likes9290 Reads2 Comments☰#4543: REAL STORY8 Likes9308 Reads0 Comments☰#4644: THE TRUTH, THE LAST STORY5 Likes13744 Reads2 Comments☰#47SPECIAL ENDING7 Likes14684 Reads3 Comments☰#4800: VEGASPETE SIDE STORY12 Likes19658 Reads2 Comments☰#4901: VEGASPETE SIDE STORY9 Likes13843 Reads0 Comments☰#5002: VEGASPETE SIDE STORY10 Likes14166 Reads0 Comments☰#5104: VEGASPETE SIDE STORY [R+18]9 Likes21108 Reads0 Comments☰#5205: VEGASPETE SIDE STORY [R+18]11 Likes22265 Reads0 Comments☰#5306: VEGASPETE SIDE STORY10 Likes16447 Reads0 Comments☰#5407: VEGASPETE SIDE STORY10 Likes15416 Reads0 Comments☰#5501: VEGASPETE SIDE STORY [VIP]9 Likes18974 Reads0 Comments☰#5608: VEGASPETE SIDE STORY [R+18]8 Likes27291 Reads0 Comments☰#5710: VEGASPETE SIDE STORY8 Likes17493 Reads0 Comments☰#5802: VEGASPETE SIDE STORY [VIP]9 Likes17724 Reads0 Comments☰#5903: VEGASPETE SIDE STORY [VIP]7 Likes14821 Reads0 Comments☰#6004: VEGASPETE SIDE STORY [VIP]6 Likes16313 Reads0 Comments☰#6105: VEGASPETE SIDE STORY [VIP]26 Likes19915 Reads2 Comments☰

");// enable the button again$(".comment_submit_btn").attr('disabled', false);return false;}//show ajax loading$this.find('.comment_saveload').show();$this.find('.comment_submit_btn').hide();// find all the error message for resetting later after successvar allcommentmsg = $this.closest('.bigcommentarea').find('.commentmsg');var data = $this.serialize()+"&action=add_comment&story_id="+story_id;$.ajax({ type: "POST", url: "/process.php", data: data, // serializes the form's elements. success: function(data) { $('.comment_saveload').hide();$('.comment_submit_btn').show(); if (data == 'Not Login'){login_popup();return false; } else if (parent_id == 0){// new parent comment. no need to hide any form// autolinkdata = Autolinker.link( data );//hide the error msg and also the "there is no comment atm"$(allcommentmsg).html(""); //show comment if(typeof target !== 'undefined' && target != ''){ $(data).hide().prependTo("."+target).slideDown('slow'); } else { $(data).hide().insertAfter($(form)).slideDown('slow'); }// enable the button again$(".comment_submit_btn").attr('disabled', false);//reset comment box$(commentbox).html("");}else{// autolinkdata = Autolinker.link( data );if ($(form).hasClass('commentindent')){ //indentation for first-layer commentdata = '

'+data+'

';}$(commentmsg).html(""); //reset all error message$(form).hide(0, function(){ //show comment$(data).hide().insertAfter($(form)).slideDown('slow');});// enable the button again$(".comment_submit_btn").attr('disabled', false);//reset comment box$(commentbox).html("");}//sendevent("comment", 'mobile', story_id+"story");gtag('event', "comment", { 'event_category':"story_actions", 'event_label':'desktop'});// icon activevar readboxed = $(".readboxed.s"+story_id+".c"+chapter);var comment_count = $(readboxed).attr("comment-count");comment_count++;$(readboxed).attr('is-commented', 1);$(readboxed).attr('comment-count', comment_count);$(readboxed).find('.commentclick').addClass('active');$(readboxed).find('.cmtincount').html(comment_count);if (typeof updateReadingChapter !== "undefined") { updateReadingChapter(story_id, chapter, 0);} } }); e.preventDefault(); // avoid to execute the actual submit of the form. }); //reply comment $('div').on('click', '.cmtreplybtn', function(e){e.preventDefault(); var hasLogin = csrf.length;if (hasLogin == 0){login_popup();return false;}// remove all other forms$(".addCommentForm.added").remove();var $this = $(this);var story_id = $(this).closest(".commentblock").attr("story-id");var chapter_id = $(this).closest(".commentblock").attr("chapter-id");var chapter = $(this).closest('.commentblock').attr('chapter');var parent_id = this.id.slice(1);var o_user_id = $(this).closest('.cmtreply').attr('id').slice(3);var position = this.id.substring(0,1);var form = $this.closest('.bigcommentarea').find('.addCommentForm').first().clone();if (position == 'a'){ //first-layer comment$(form).addClass('commentindent');}if (position == 'b'){ //second-layer commentvar poster_name = $this.closest('.commentblock').find('.commentname').text();$(form).find('.commentbox').html("@"+poster_name+", ");} var target = $this.closest('.commentblock'); var isFormAvailable = $(".addCommentForm", target).length > 0; //find if the form has previously been attached if(!isFormAvailable) { $(target).after(form); $(form).show(); // update chapter variable(for toc sponsor comments) var data_chapter = $this.closest('.cmtreply').attr('data-chapter'); if(typeof data_chapter != "undefined"){ $this.closest('.commentblock').find("input[name=chapter]").attr("value", data_chapter); } $(form).addClass("added"); $(form).find(".commentblock").attr("story-id", story_id); $(form).find("input[name=chapter_id]").attr("value", chapter_id); $(form).find("input[name=chapter]").attr("value", chapter); $(form).find("#parent_id").attr("value", parent_id); $(form).find("#o_user_id").attr("value", o_user_id); $(form).find(".commentbox").focus(); } if(isFormAvailable) { $(target).find(".addCommentForm").toggle(); } e.stopPropagation(); }); var confirm_comment_delete = 'Are you sure you want to delete the comment?

'; var confirm_block_user = 'Blocking this user will prevent them from commenting on your stories or posting on your wall.'; //delete comment for story $('div').on('click', '.cmtdeletebtn', function(e){e.preventDefault(); e.stopPropagation(); //var $this = $(this);var comment_id = this.id.slice(1);var story_id = $(this).closest('.commentblock').attr('story-id');var chapter_id = $(this).closest('.commentblock').attr('chapter-id');var commentblock = $(this).closest('.commentblock');var property = 'comment';if($(this).hasClass('sponsor')){property = 'sponsor';}confirm_prompt(confirm_comment_delete, function(yes) {if (yes){e.stopPropagation();$.post("/process.php",{ story_id: story_id, comment_id: comment_id, chapter_id: chapter_id, action:"delete_comment", property: property, action_token: csrf},function(data,status){//console.log(data);if (data == 'Not Login'){login_popup();} else {// success//console.log(data);$(commentblock).fadeOut();$(commentblock).next('.commentindent').fadeOut();}});} else {return false;}}, '', yestxt, canceltxt); }); //block user for commenting $('div').on('click', '.cmtblockbtn', function(e){e.preventDefault(); e.stopPropagation(); //var $this = $(this);var user_id = $(this).closest('.commentblock').attr('user-id');confirm_prompt(confirm_block_user, function(yes) {if (yes){e.stopPropagation();$.post("/process.php",{ user_id: user_id, action:"block_user_comment", action_token: csrf},function(data,status){//console.log(data);if (data == 'Not Login'){login_popup();} else {// successconsole.log(data);// toastvar toast = "This user is blocked successfully!";showToast(toast);}});} else {return false;}}, '', yestxt, canceltxt); }); //edit comment $('div').on('click', '.cmteditbtn', function(e){e.preventDefault(); e.stopPropagation(); // close all other edit area$('.commentcontent').removeClass('editmode');$('.editaction').hide();var $this = $(this);var story_id = $(this).closest('.commentblock').attr('story-id');var comment_id = this.id.slice(1);var commentcontent = $this.closest('.commentarea').find('.commentcontent');var originalcomment = commentcontent.html();// set up the edit boxcommentcontent.addClass('editmode');commentcontent.attr('contenteditable', 'true');setEndOfContenteditable(commentcontent.get(0));commentcontent.after('

SaveCancel

');$('div').on('click', '.editsubmit', function(e){e.stopPropagation();commentcontent.removeClass('editmode');commentcontent.attr('contenteditable', 'false');$('.editaction').hide();var comment = commentcontent.html();var property = 'comment';if($this.hasClass('sponsor')){property = 'sponsor';} $.post("/process.php",{ story_id: story_id, comment_id: comment_id, comment: comment, action:"edit_comment", property: property, action_token: csrf},function(data,status){//console.log(data);if (data == 'Not Login'){login_popup();} else {// successcommentcontent.removeClass('editmode');commentcontent.attr('contenteditable', 'false');$('.editaction').hide();$(commentcontent).html(Autolinker.link($(commentcontent).html()));}}); }); $('div').on('click', '.editcancel', function(e){e.stopPropagation();commentcontent.html(originalcomment);commentcontent.removeClass('editmode');commentcontent.attr('contenteditable', 'false');$('.editaction').hide(); }); }); });

You may also like:

I Can’t Own You? StarbucksQuxxn Raging LoveMetneriusCrest Fallen (Book 2)RuthM17Falling for the Humangblair04Outlawed and Outlovednyx_and_eden

×

After each update request, the author will receive a notification!

smartphone

100KINNPORSCHE The Novel [English Translation] | Penana (47) → Request update

Login first to show your name as a sponsor, or donate with Pena Coins.

×

Thank you for supporting the story! :)

Go to comment.

Sponsor again

People Who Like This

KINNPORSCHE The Novel [English Translation] | Penana (2024)

References

Top Articles
P2C Coweta
Ncis Zoe Keates Actress
Ron Martin Realty Cam
Odawa Hypixel
Phcs Medishare Provider Portal
Vaya Timeclock
DL1678 (DAL1678) Delta Historial y rastreo de vuelos - FlightAware
Craigslist Nj North Cars By Owner
30% OFF Jellycat Promo Code - September 2024 (*NEW*)
Corpse Bride Soap2Day
Oriellys St James Mn
Ssefth1203
De Leerling Watch Online
Methodist Laborworkx
Superhot Unblocked Games
United Dual Complete Providers
2024 U-Haul ® Truck Rental Review
Erskine Plus Portal
Seattle Rpz
Dc Gas Login
The Superhuman Guide to Twitter Advanced Search: 23 Hidden Ways to Use Advanced Search for Marketing and Sales
Panorama Charter Portal
Dark Chocolate Cherry Vegan Cinnamon Rolls
NBA 2k23 MyTEAM guide: Every Trophy Case Agenda for all 30 teams
Odfl4Us Driver Login
Accuweather Mold Count
What Is Vioc On Credit Card Statement
PowerXL Smokeless Grill- Elektrische Grill - Rookloos & geurloos grillplezier - met... | bol
Dragger Games For The Brain
Miltank Gamepress
Talk To Me Showtimes Near Marcus Valley Grand Cinema
Greyson Alexander Thorn
Impact-Messung für bessere Ergebnisse « impact investing magazin
Roanoke Skipthegames Com
27 Modern Dining Room Ideas You'll Want to Try ASAP
Schooology Fcps
Ups Drop Off Newton Ks
Kltv Com Big Red Box
Pnc Bank Routing Number Cincinnati
Seymour Johnson AFB | MilitaryINSTALLATIONS
AP Microeconomics Score Calculator for 2023
D3 Boards
Carteret County Busted Paper
Shoecarnival Com Careers
Goats For Sale On Craigslist
Arch Aplin Iii Felony
Booknet.com Contract Marriage 2
Understanding & Applying Carroll's Pyramid of Corporate Social Responsibility
Sam's Club Fountain Valley Gas Prices
Rise Meadville Reviews
Swissport Timecard
Wayward Carbuncle Location
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5799

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.