

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://al-islam.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Al-Islam.org - Alteration</title>
 <link>https://al-islam.org/tags/alteration</link>
 <description></description>
 <language>en</language>
<item>
 <title>Is it allowed in Islam to make a small alteration to one&#039;s appearance, whether through natural means or surgery?</title>
 <link>https://al-islam.org/ask/is-it-allowed-in-islam-to-make-a-small-alteration-to-ones-appearance-whether-through-natural-means-or-surgery</link>
 <description>&lt;div class=&quot;field field-name-field-question-tags field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Question tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tags/islam&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Islam&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tags/alteration&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Alteration&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tags/plastic-surgery&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Plastic Surgery&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;Is it allowed in Islam to make a small alteration to one&amp;#039;s appearance, whether through natural means or surgery?&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-random-number field-type-number-integer field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Random number:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;60839&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-additional-info field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul class=&quot;links list-inline&quot;&gt;&lt;li class=&quot;addtoany first last&quot;&gt;&lt;span&gt;&lt;span class=&quot;a2a_kit a2a_kit_size_33 a2a_target addtoany_list&quot; id=&quot;da2a_1&quot;&gt;
      
      &lt;a class=&quot;a2a_button_facebook&quot; href=&quot;#&quot; onclick = &quot;fb_count_insert()&quot;  &gt;&lt;span class=&quot;image_share_facebook&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class=&quot;a2a_button_twitter&quot; href=&quot;#&quot; onclick = &quot;tw_count_insert()&quot;&gt;&lt;span class=&quot;image_share_twitter&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class=&quot;a2a_button_whatsapp&quot; href=&quot;https://www.addtoany.com/share&quot; onclick = &quot;wp_count_insert()&quot;&gt;&lt;span class=&quot;image_share_whatsapp&quot;&gt;&lt;/a&gt;&lt;a class=&quot;a2a_dd&quot; href=&quot;https://www.addtoany.com/share&quot; onclick = &quot;ot_count_insert()&quot;&gt;&lt;span class=&quot;image_share_plus&quot;&gt;&lt;/span&gt;&lt;/a&gt;
&lt;div class=&quot;nc_tweetContainer total_shares total_sharesalt&quot;&gt;
&lt;span class=&quot;swp_count &quot;&gt; &lt;span class=&quot;swp_label&quot; &gt;SHARES&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
      
    &lt;/span&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
if(window.da2a)da2a.script_load();
//--&gt;&lt;!]]&gt;
&lt;/script&gt;
  &lt;script&gt;
    var divsToHide = document.getElementsByClassName(&#039;swp_count&#039;); 
    for(var i = 0; i &lt; divsToHide.length; i++){
        divsToHide[i].style.visibility = &#039;hidden&#039;; // or
        divsToHide[i].style.display = &#039;none&#039;; // depending on what you&#039;re doing
    }
     function fb_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;facebook&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }

function tw_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;twitter&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);

          }
        });
      }



function wp_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;whatsapp&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }


function ot_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;others&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }


    &lt;/script&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
 <pubDate>Thu, 18 May 2023 09:36:16 +0000</pubDate>
 <dc:creator>Rawan Al Haider</dc:creator>
 <guid isPermaLink="false">151660 at https://al-islam.org</guid>
 <comments>https://al-islam.org/ask/is-it-allowed-in-islam-to-make-a-small-alteration-to-ones-appearance-whether-through-natural-means-or-surgery#comments</comments>
</item>
<item>
 <title>The Quran: Its Protection from Alteration</title>
 <link>https://al-islam.org/quran-its-protection-alteration-sayyid-saeed-akhtar-rizvi</link>
 <description>&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; rel=&quot;so:keywords&quot;&gt;&lt;a href=&quot;/tags/quran&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Qur&amp;#039;an&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot; rel=&quot;so:keywords&quot;&gt;&lt;a href=&quot;/tags/quran-preservation&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Qur&amp;#039;an Preservation&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot; rel=&quot;so:keywords&quot;&gt;&lt;a href=&quot;/tags/alteration&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Alteration&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-book-cover-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; class=&quot;img-responsive&quot; src=&quot;https://al-islam.org/sites/default/files/content-cover/book-cover-15482.jpeg&quot; width=&quot;953&quot; height=&quot;1353&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;so:description&quot;&gt;&lt;div class = &#039;icon icon-icon-book-description&#039;&gt; &lt;/div&gt; &lt;div class = &#039;custom-field-name-body&#039;&gt;&lt;p&gt;This text deals with the appearance of forged ahadith, and the Sunni vs Shi&#039;i attitudes towards such hadith and supposed alterations in the Qur&#039;an.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;downloads&quot;&gt;
            &lt;span class=&quot;get-pdf&quot;&gt;&lt;a href=&quot;/printpdf/book/export/html/15482&quot;&gt;&lt;span class=&quot;icon icon-pdf&quot;&gt;&lt;/span&gt;Get PDF &lt;/a&gt;&lt;/span&gt;
            &lt;span class=&quot;get-epub&quot;&gt;&lt;a href=&quot;/printepub/book/export/html/15482&quot;&gt;&lt;span class=&quot;icon icon-epub&quot;&gt;&lt;/span&gt;Get EPUB &lt;/a&gt;&lt;/span&gt;
            &lt;span class=&quot;get-mobi&quot;&gt;&lt;a href=&quot;/printmobi/book/export/html/15482&quot;&gt;&lt;span  class=&quot;icon icon-mobi&quot;&gt;&lt;/span&gt;Get MOBI &lt;/a&gt;&lt;/span&gt;
            &lt;/div&gt;&lt;div class = &#039;custom-field-name-field-author&#039;&gt;&lt;span class = &#039;icon icon-icon-writer1&#039;&gt;&lt;/span&gt;&lt;div class=&quot;field field-name-field-author field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; rel=&quot;so:author&quot;&gt;&lt;a href=&quot;/person/allamah-sayyid-saeed-akhtar-rizvi&quot; typeof=&quot;so:Person&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Sayyid Sa&amp;#039;eed Akhtar Rizvi&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class = &#039;custom-field-name-field-publisher&#039;&gt;&lt;span class = &#039;icon icon-icon-publishing-house&#039;&gt;&lt;/span&gt;&lt;div class=&quot;field field-name-field-publisher field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; rel=&quot;so:publisher&quot;&gt;&lt;a href=&quot;/organization/ahlul-bayt-assembly-north-america&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Ahlul Bayt Assembly of North America&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul class=&quot;links list-inline&quot;&gt;&lt;li class=&quot;addtoany first last&quot;&gt;&lt;span&gt;&lt;span class=&quot;a2a_kit a2a_kit_size_33 a2a_target addtoany_list&quot; id=&quot;da2a_2&quot;&gt;
      
      &lt;a class=&quot;a2a_button_facebook&quot; href=&quot;#&quot; onclick = &quot;fb_count_insert()&quot;  &gt;&lt;span class=&quot;image_share_facebook&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class=&quot;a2a_button_twitter&quot; href=&quot;#&quot; onclick = &quot;tw_count_insert()&quot;&gt;&lt;span class=&quot;image_share_twitter&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class=&quot;a2a_button_whatsapp&quot; href=&quot;https://www.addtoany.com/share&quot; onclick = &quot;wp_count_insert()&quot;&gt;&lt;span class=&quot;image_share_whatsapp&quot;&gt;&lt;/a&gt;&lt;a class=&quot;a2a_dd&quot; href=&quot;https://www.addtoany.com/share&quot; onclick = &quot;ot_count_insert()&quot;&gt;&lt;span class=&quot;image_share_plus&quot;&gt;&lt;/span&gt;&lt;/a&gt;
&lt;div class=&quot;nc_tweetContainer total_shares total_sharesalt&quot;&gt;
&lt;span class=&quot;swp_count &quot;&gt; &lt;span class=&quot;swp_label&quot; &gt;SHARES&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
      
    &lt;/span&gt;
    
  &lt;script&gt;
    var divsToHide = document.getElementsByClassName(&#039;swp_count&#039;); 
    for(var i = 0; i &lt; divsToHide.length; i++){
        divsToHide[i].style.visibility = &#039;hidden&#039;; // or
        divsToHide[i].style.display = &#039;none&#039;; // depending on what you&#039;re doing
    }
     function fb_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;facebook&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }

function tw_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;twitter&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);

          }
        });
      }



function wp_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;whatsapp&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }


function ot_count_insert() {
  var currentPageUrl = window.location.href;
        // Increment the Counter in the social_share_counter table for Facebook.
        jQuery.ajax({
          type: &#039;POST&#039;,
          url: &#039;inc-fb&#039;, // Replace with the actual URL of your script.
         data: {
      social_media_type: &#039;others&#039;,
      current_page_url: currentPageUrl, // Pass the current page URL.
    },
          success: function(response) {
            // Update the share count on the page with the new value from the server.
            var newCount = parseInt(response);
            if (!isNaN(newCount)) {
              document.querySelector(&#039;.swp_count&#039;).innerText = newCount + &#039; SHARES&#039;;
            }
          }
        });
      }


    &lt;/script&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
 <pubDate>Wed, 12 Dec 2012 09:10:21 +0000</pubDate>
 <dc:creator>Aliwaale</dc:creator>
 <guid isPermaLink="false">15482 at https://al-islam.org</guid>
</item>
</channel>
</rss>
